#include <default_display_client.h>
|
| Screen (AtariGraphicsManager *manager, int width, int height, const Graphics::PixelFormat &format, const Palette *palette) |
|
void | reset (int width, int height, int bitsPerPixel, bool resetCursorPosition) |
|
void | addDirtyRect (const Graphics::Surface &srcSurface, const Common::Rect &rect, bool directRendering) |
|
void | clearDirtyRects () |
|
void | init () |
|
bool | allocate () |
|
void | setShakePos (int shakeXOffset, int shakeYOffset) |
|
void | setScummvmPixelFormat (const Graphics::PixelFormat *format) |
|
const Graphics::PixelFormat & | getScummvmPixelFormat () const |
|
Graphics::Surface * | lockAndGetForEditing () |
|
void | unlock () |
|
void | setSize (uint32 width, uint32 height) |
|
bool | isVisible () const |
|
void | setVisible (bool v) |
|
Buffer & | buffer () |
|
Palette & | palette () |
|
void | init () |
|
bool | allocate (bool bufferInVram=false, bool paletteInVram=false) |
|
void | deallocate () |
|
void | clearBuffer () |
|
void | clearPalette () |
|
void | render () |
|
uint32 | getWidth () const |
|
uint32 | getHeight () const |
|
void | setPartialPalette (const byte *colors, uint start, uint num) |
|
void | getPartialPalette (byte *colors, uint start, uint num) const |
|
void | copyFromRect (const byte *buf, int pitch, int destX, int destY, int recWidth, int recHeight) |
|
void | copyToArray (byte *dst, int pitch) |
|
void | setDirty () |
|
void | setClean () |
|
bool | isDirty () const |
|
bool | isVisible () |
|
bool | isDirty () |
|
void | setClean () |
|
void | render () |
|
The documentation for this class was generated from the following files: