This is the complete list of members for Touche::Graphics, including all inherited members.
copyMask(uint8 *dst, int dstPitch, int dstX, int dstY, const uint8 *src, int srcPitch, int srcX, int srcY, int w, int h, uint8 fillColor) (defined in Touche::Graphics) | Touche::Graphics | static |
copyRect(uint8 *dst, int dstPitch, int dstX, int dstY, const uint8 *src, int srcPitch, int srcX, int srcY, int w, int h, int flags=0) (defined in Touche::Graphics) | Touche::Graphics | static |
drawChar16(uint8 *dst, int dstPitch, uint8 chr, int x, int y, uint16 color) (defined in Touche::Graphics) | Touche::Graphics | static |
drawLine(uint8 *dst, int dstPitch, int x1, int y1, int x2, int y2, uint8 color) (defined in Touche::Graphics) | Touche::Graphics | static |
drawRect(uint8 *dst, int dstPitch, int x, int y, int w, int h, uint8 color1, uint8 color2) (defined in Touche::Graphics) | Touche::Graphics | static |
drawString16(uint8 *dst, int dstPitch, uint16 color, int x, int y, const char *str, int xmax=0) (defined in Touche::Graphics) | Touche::Graphics | static |
fillRect(uint8 *dst, int dstPitch, int x, int y, int w, int h, uint8 color) (defined in Touche::Graphics) | Touche::Graphics | static |
getCharWidth16(uint8 chr) (defined in Touche::Graphics) | Touche::Graphics | static |
getStringWidth16(const char *str) (defined in Touche::Graphics) | Touche::Graphics | static |
kTransparent enum value (defined in Touche::Graphics) | Touche::Graphics | |
setupFont(Common::Language language) (defined in Touche::Graphics) | Touche::Graphics | static |