|
| GfxDefaultDriver (uint16 screenWidth, uint16 screenHeight, bool isSCI0, bool rgbRendering) |
|
void | initScreen (const Graphics::PixelFormat *srcRGBFormat) override |
|
void | setPalette (const byte *colors, uint start, uint num, bool update, const PaletteMod *palMods, const byte *palModMapping) override |
|
void | copyRectToScreen (const byte *src, int srcX, int srcY, int pitch, int destX, int destY, int w, int h, const PaletteMod *palMods, const byte *palModMapping) override |
|
void | replaceCursor (const void *cursor, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor) override |
|
void | replaceMacCursor (const Graphics::Cursor *) override |
|
void | copyCurrentBitmap (byte *dest, uint32 size) const override |
|
void | copyCurrentPalette (byte *dest, int start, int num) const override |
|
void | drawTextFontGlyph (const byte *, int, int, int, int, int, int, const PaletteMod *, const byte *) override |
|
bool | supportsPalIntensity () const override |
|
bool | supportsHiResGraphics () const override |
|
bool | driverBasedTextRendering () const override |
|
| GfxDriver (uint16 screenWidth, uint16 screenHeight, int numColors) |
|
virtual Common::Point | getMousePos () const |
|
virtual void | setMousePos (const Common::Point &pos) const |
|
virtual void | setShakePos (int shakeXOffset, int shakeYOffset) const |
|
virtual void | clearRect (const Common::Rect &r) const |
|
virtual byte | remapTextColor (byte color) const |
|
virtual void | setColorMap (const byte *colorMap) |
|
virtual Common::Point | getRealCoords (Common::Point &pos) const |
|
virtual void | setFlags (uint32 flags) |
|
virtual void | clearFlags (uint32 flags) |
|
uint16 | numColors () const |
|
byte | pixelSize () const |
|