Public Member Functions | |
virtual MohawkSurface * | decodeImage (Common::SeekableReadStream *stream) |
Common::Array< MohawkSurface * > | decodeImages (Common::SeekableReadStream *stream) |
Protected Member Functions | |
virtual byte | getBitsPerPixel () |
void | decodeImageData (Common::SeekableReadStream *stream) |
Graphics::Surface * | createSurface (uint16 width, uint16 height) |
void | drawRLE8 (Graphics::Surface *surface, bool isLE) |
void | drawRaw (Graphics::Surface *surface) |
void | drawRLE8 (Graphics::Surface *surface) |
Static Protected Member Functions | |
static Common::SeekableReadStream * | decompressLZ (Common::SeekableReadStream *stream, uint32 uncompressedSize) |
Protected Attributes | |
BitmapHeader | _header |
Common::SeekableReadStream * | _data |