|
| Screen_v1d (HugoEngine *vm) |
|
void | loadFont (int16 fontId) override |
|
void | loadFontArr (Common::ReadStream &in) override |
|
| Screen (HugoEngine *vm) |
|
int16 | fontHeight () const |
|
int16 | stringLength (const char *s) const |
|
void | displayBackground () |
|
void | displayFrame (const int sx, const int sy, Seq *seq, const bool foreFl) |
|
void | displayList (int update,...) |
|
void | displayRect (const int16 x, const int16 y, const int16 dx, const int16 dy) |
|
void | drawBoundaries () |
|
void | drawRectangle (const bool filledFl, const int16 x1, const int16 y1, const int16 x2, const int16 y2, const int color) |
|
void | drawShape (const int x, const int y, const int color1, const int color2) |
|
void | drawStatusText () |
|
void | freeScreen () |
|
void | hideCursor () |
|
void | initDisplay () |
|
void | initNewScreenDisplay () |
|
void | loadPalette (Common::ReadStream &in) |
|
void | moveImage (ImagePtr srcImage, const int16 x1, const int16 y1, const int16 dx, int16 dy, const int16 width1, ImagePtr dstImage, const int16 x2, const int16 y2, const int16 width2) |
|
void | remapPal (uint16 oldIndex, uint16 newIndex) |
|
void | resetInventoryObjId () |
|
void | restorePal (Common::ReadStream *f) |
|
void | savePal (Common::WriteStream *f) const |
|
void | setBackgroundColor (const uint16 color) |
|
void | setCursorPal () |
|
void | selectInventoryObjId (const int16 objId) |
|
void | shadowStr (int16 sx, const int16 sy, const char *s, const byte color) |
|
void | showCursor () |
|
void | userHelp () const |
|
void | writeStr (int16 sx, const int16 sy, const char *s, const byte color) |
|
Icondib & | getIconBuffer () |
|
Viewdib & | getBackBuffer () |
|
Viewdib & | getBackBufferBackup () |
|
Viewdib & | getFrontBuffer () |
|
Viewdib & | getGUIBuffer () |
|