|
| Surface (MemoryBlock *src, uint16 width, uint16 height) |
|
| Surface (uint16 width, uint16 height) |
|
uint16 | width () |
|
uint16 | height () |
|
MemoryBlock & | data () |
|
void | loadScreen (uint16 resourceId) |
|
void | loadScreen (MemoryBlock *data) |
|
int | writeChar (uint16 x, uint16 y, uint8 ascii, bool transparent, int color) |
|
void | writeString (uint16 x, uint16 y, Common::String line, bool transparent, int color=-1, bool varLength=true) |
|
void | writeSubstring (uint16 x, uint16 y, Common::String line, int len, bool transparent, int color=-1, bool varLength=true) |
|
void | transparentCopyTo (Surface *dest) |
|
void | copyTo (Surface *dest) |
|
void | copyTo (Surface *dest, uint16 x, uint16 y) |
|
void | copyTo (Surface *dest, const Common::Rect &srcBounds, uint16 destX, uint16 destY, int transparentColor=-1) |
|
void | copyFrom (MemoryBlock *src) |
|
void | copyFrom (MemoryBlock *src, uint32 destOffset) |
|
void | empty () |
|
void | fillRect (const Common::Rect &r, uint8 color) |
|
void | createDialog () |
|
void | refreshDialog () |
|
void | copyToScreen (uint16 x, uint16 y) |
|
void | centerOnScreen () |
|
bool | getString (Common::String &line, int maxSize, bool isNumeric, bool varLength, int16 x, int16 y) |
|