|
| GfxManager (GfxSurface &s) |
|
void | setDefaults () |
|
void | activate () |
|
void | deactivate () |
|
int | getStringWidth (const char *s, int numChars) |
|
int | getStringWidth (const char *s) |
|
void | getStringBounds (const char *s, Rect &bounds, int maxWidth) |
|
void | setDialogPalette () |
|
Graphics::ManagedSurface & | lockSurface () |
|
void | unlockSurface () |
|
void | fillArea (int xp, int yp, int color) |
|
void | fillRect (const Rect &bounds, int color) |
|
void | fillRect2 (int xs, int ys, int width, int height, int color) |
|
void | setFillFlag (bool v) |
|
virtual void | xorArea (const Common::Rect &r, int color, int fillMode) |
|
virtual void | draw (const Common::Rect &r, void *gfxData, int v1, GfxColors *colors) |
|
virtual void | copy (const byte *src, byte *dest, int size) |
|
virtual void | set (byte *dest, int size, byte val) |
|
void | copyFrom (GfxSurface &src, Rect destBounds, Region *priorityRegion=NULL) |
|
void | copyFrom (GfxSurface &src, int destX, int destY) |
|
void | copyFrom (GfxSurface &src, const Rect &srcBounds, const Rect &destBounds) |
|
GfxSurface & | getSurface () |
|
The documentation for this class was generated from the following file: