|
void | init () |
|
void | save (Common::OutSaveFile *out) |
|
void | loadSaveFile (Common::InSaveFile *in) |
|
void | fillScreen (uint32 color) |
|
void | updateVideo () |
|
void | setPointerState (int value) |
|
void | drawPointer () |
|
void | showPointer (bool status) |
|
bool | getPointer () |
|
void | setFade (bool fadeIn, bool black, int steps) |
|
void | updateFade () |
|
bool | isFadeActive () |
|
bool | isFadeStaying () |
|
void | turnOffFade () |
|
void | turnOnSnow () |
|
void | turnOffSnow () |
|
Picture * | loadPic (const char *picName) |
|
Tile * | loadTile (const char *tileName) |
|
Tile * | loadIcon (const char *tileName) |
|
void | setPixel (int x, int y, uint16 color) |
|
Tile * | getTile (int index) |
|
void | cacheTileSequence (int index, int count) |
|
int | getTileIndex (const char *name) |
|
Picture * | getPicture (const char *name) |
|
void | emptyGfxCaches () |
|
void | markTileCacheFreeable () |
|
void | markGfxCacheFreeable () |
|
bool | selectGfxType (const char *name) |
|
Tile * | getTileGfx (const char *name, int32 size) |
|
Picture * | getPicGfx (const char *name, int32 size) |
|
int | isSky (int skyIndex) |
|
void | setSky (int skyIndex) |
|
void | setup3DStars () |
|
void | setup3DStarsLeft () |
|
void | draw3DStars () |
|
void | draw3DStarsLeft () |
|
void | drawSky () |
|
void | drawSnow () |
|
int | animateTile (int tileIndex) |
|
bool | loadFont (const char *string) |
|
void | drawText (const char *string) |
|
void | getDimensions (const char *string, int *pixelsWide, int *lines) |
|
int | stringLength (const char *string) |
|
void | centerPrint (const char *string) |
|
void | setTextEdges (int left, int right, int top, int bottom) |
|
void | getTextEdges (int *left, int *right, int *top, int *bottom) |
|
void | setKernLead (int kern, int lead) |
|
void | getKernLead (int *kern, int *lead) |
|
void | setCursor (int x, int y) |
|
void | getCursor (int *x, int *y) |
|
double | getSin (int index) |
|
double | getCos (int index) |
|
void | turnOnBonusStars (int which) |
|
void | drawBonusStars () |
|
void | drawDebugInfo (Tile *_debugLogo, int fps) |
|