ScummVM API documentation
Tucker::Graphics Member List

This is the complete list of members for Tucker::Graphics, including all inherited members.

_charset (defined in Tucker::Graphics)Tucker::Graphicsstatic
_charsetType (defined in Tucker::Graphics)Tucker::Graphicsstatic
copyRect(uint8 *dst, int dstPitch, uint8 *src, int srcPitch, int w, int h) (defined in Tucker::Graphics)Tucker::Graphicsstatic
decodeRLE(uint8 *dst, const uint8 *src, int w, int h) (defined in Tucker::Graphics)Tucker::Graphicsstatic
decodeRLE_224(uint8 *dst, const uint8 *src, int w, int h) (defined in Tucker::Graphics)Tucker::Graphicsstatic
decodeRLE_248(uint8 *dst, const uint8 *src, int w, int h, int y1, int y2, bool xflip, const int *whitelistReservedColors=nullptr) (defined in Tucker::Graphics)Tucker::Graphicsstatic
decodeRLE_320(uint8 *dst, const uint8 *src, int w, int h) (defined in Tucker::Graphics)Tucker::Graphicsstatic
drawStringChar(uint8 *dst, int xDst, int yDst, int pitch, uint8 chr, uint8 chrColor, const uint8 *src) (defined in Tucker::Graphics)Tucker::Graphicsstatic
encodeRAW(const uint8 *src, uint8 *dst, int w, int h) (defined in Tucker::Graphics)Tucker::Graphicsstatic
encodeRLE(const uint8 *src, uint8 *dst, int w, int h) (defined in Tucker::Graphics)Tucker::Graphicsstatic
setCharset(CharsetType type) (defined in Tucker::Graphics)Tucker::Graphicsstatic