|
| Video (Resource *res) |
|
void | init () |
|
void | setDefaultFont () |
|
void | setFont (const uint8 *font) |
|
void | setHeads (const uint8 *src) |
|
void | setDataBuffer (uint8 *dataBuf, uint16 offset) |
|
void | drawShape (uint8 color, uint16 zoom, const Point *pt) |
|
void | drawShapePart3DO (int color, int part, const Point *pt) |
|
void | drawShape3DO (int color, int zoom, const Point *pt) |
|
void | fillPolygon (uint16 color, uint16 zoom, const Point *pt) |
|
void | drawShapeParts (uint16 zoom, const Point *pt) |
|
void | drawString (uint8 color, uint16 x, uint16 y, uint16 strId) |
|
uint8 | getPagePtr (uint8 page) |
|
void | setWorkPagePtr (uint8 page) |
|
void | fillPage (uint8 page, uint8 color) |
|
void | copyPage (uint8 src, uint8 dst, int16 vscroll) |
|
void | scaleBitmap (const uint8 *src, int fmt) |
|
void | copyBitmapPtr (const uint8 *src, uint32 size=0) |
|
void | changePal (uint8 pal) |
|
void | updateDisplay (uint8 page, SystemStub *stub) |
|
void | setPaletteColor (uint8 color, int r, int g, int b) |
|
void | drawRect (uint8 page, uint8 color, int x1, int y1, int x2, int y2) |
|
void | drawBitmap3DO (const char *name, SystemStub *stub) |
|