Go to the documentation of this file.
36 #ifndef SYS_INCLUDE_OBJGFX_OBJGFX30_H_
37 #define SYS_INCLUDE_OBJGFX_OBJGFX30_H_
41 #define RadToDeg 180.0/3.14159265358979;
106 char VBESignature[4];
148 #include "defpal.inc"
void ogBSpline(uInt32, TPoint *, uInt32, uInt32)
void ogFillConvexPolygon(uInt32, TPoint *, uInt32)
void ogFillPolygon(uInt32, TPoint *, uInt32)
void ogSavePal(const char *)
const TPixelFmt DEF_PIXFMT_32BPP
unsigned short int uInt16
void ogSetPixel(uInt32, uInt32, uInt32)
void ogVLine(Int32, Int32, Int32, uInt32)
void ogArc(Int32, Int32, uInt32, uInt32, uInt32, uInt32)
const TPixelFmt DEF_MAC_PIXFMT_16BPP
void ogTriangle(Int32, Int32, Int32, Int32, Int32, Int32, uInt32)
void ogFillTriangle(Int32, Int32, Int32, Int32, Int32, Int32, uInt32)
bool ogAlias(TGfx0 &, uInt32, uInt32, uInt32, uInt32)
void ogCurve(Int32, Int32, Int32, Int32, Int32, Int32, uInt32, uInt32)
void aaRawLine(uInt32, uInt32, uInt32, uInt32, uInt32)
uInt32 ogRGB(uInt8, uInt8, uInt8)
bool ogCreate(uInt32, uInt32, TPixelFmt)
void ogFillRect(Int32, Int32, Int32, Int32, uInt32)
void ogGetPixFmt(TPixelFmt &)
ogDataState ogGetDataState(void)
void ogCircle(Int32, Int32, uInt32, uInt32)
void ogPolygon(uInt32, TPoint *, uInt32)
uInt32 ogSetTransparentColor(uInt32)
void ogSpline(uInt32, TPoint *, uInt32, uInt32)
bool ogSetAntiAlias(bool)
const TPixelFmt DEF_PIXFMT_24BPP
void ogFillCircle(Int32, Int32, uInt32, uInt32)
void ogHLine(Int32, Int32, Int32, uInt32)
void ogScaleBuf(Int32, Int32, Int32, Int32, TGfx0 &, Int32, Int32, Int32, Int32)
void ogSetRGBPalette(uInt8, uInt8, uInt8, uInt8)
const TPixelFmt DEF_PIXFMT_16BPP
void ogCopyBuf(Int32, Int32, TGfx0 &, Int32, Int32, Int32, Int32)
const TPixelFmt DEF_PIXFMT_8BPP
bool clipLine(Int32 &, Int32 &, Int32 &, Int32 &)
void ogLine(Int32, Int32, Int32, Int32, uInt32)
void ogCubicBezierCurve(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, uInt32, uInt32)
void ogLoadPal(const char *)
void ogRect(Int32, Int32, Int32, Int32, uInt32)
uInt32 ogGetTransparentColor(void)
const TPixelFmt NULL_PIXFMT
uInt32 ogGetPixel(Int32, Int32)
void rawLine(uInt32, uInt32, uInt32, uInt32, uInt32)
const TPixelFmt DEF_PIXFMT_15BPP
void ogUnpackRGB(uInt32, uInt8 &, uInt8 &, uInt8 &)
void * OffScreenMemOffset
bool ogGetAntiAlias(void)