ScummVM API documentation
Touche::Graphics Member List

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::Graphicsstatic
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::Graphicsstatic
drawChar16(uint8 *dst, int dstPitch, uint8 chr, int x, int y, uint16 color) (defined in Touche::Graphics)Touche::Graphicsstatic
drawLine(uint8 *dst, int dstPitch, int x1, int y1, int x2, int y2, uint8 color) (defined in Touche::Graphics)Touche::Graphicsstatic
drawRect(uint8 *dst, int dstPitch, int x, int y, int w, int h, uint8 color1, uint8 color2) (defined in Touche::Graphics)Touche::Graphicsstatic
drawString16(uint8 *dst, int dstPitch, uint16 color, int x, int y, const char *str, int xmax=0) (defined in Touche::Graphics)Touche::Graphicsstatic
fillRect(uint8 *dst, int dstPitch, int x, int y, int w, int h, uint8 color) (defined in Touche::Graphics)Touche::Graphicsstatic
getCharWidth16(uint8 chr) (defined in Touche::Graphics)Touche::Graphicsstatic
getStringWidth16(const char *str) (defined in Touche::Graphics)Touche::Graphicsstatic
kTransparent enum value (defined in Touche::Graphics)Touche::Graphics
setupFont(Common::Language language) (defined in Touche::Graphics)Touche::Graphicsstatic