|
void | initPrimary (int16 mode) |
|
SurfacePtr | initSurfDesc (int16 width, int16 height, int16 flags=0) |
|
void | setSize () |
|
void | clearScreen () |
|
void | retrace (bool mouse=true) |
|
void | waitRetrace (bool mouse=true) |
|
void | sparseRetrace (int max) |
|
void | drawPackedSprite (byte *sprBuf, int16 width, int16 height, int16 x, int16 y, int16 transp, Surface &dest) |
|
void | drawPackedSprite (const char *path, Surface &dest, int width=320) |
|
void | setPalColor (byte *pal, byte red, byte green, byte blue) |
|
void | setPalColor (byte *pal, Color &color) |
|
void | setPalElem (int16 index, char red, char green, char blue, int16 unused, int16 vidMode) |
|
void | setPalette (PalDesc *palDesc) |
|
void | setFullPalette (PalDesc *palDesc) |
|
void | setPalette (Color *palette) |
|
void | dirtyRectsClear () |
|
void | dirtyRectsAll () |
|
void | dirtyRectsAdd (int16 left, int16 top, int16 right, int16 bottom) |
|
void | dirtyRectsApply (int left, int top, int width, int height, int x, int y) |
|
virtual char | spriteUncompressor (byte *sprBuf, int16 srcWidth, int16 srcHeight, int16 x, int16 y, int16 transp, Surface &destDesc)=0 |
|
| Video (class GobEngine *vm) |
|