Public Member Functions | |
| MohawkSurface * | decodeImage (Common::SeekableReadStream *stream) override |
Public Member Functions inherited from Mohawk::MohawkBitmap | |
| Common::Array< MohawkSurface * > | decodeImages (Common::SeekableReadStream *stream) |
Protected Member Functions | |
| byte | getBitsPerPixel () override |
Protected Member Functions inherited from Mohawk::MohawkBitmap | |
| 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) |
Additional Inherited Members | |
Static Protected Member Functions inherited from Mohawk::MohawkBitmap | |
| static Common::SeekableReadStream * | decompressLZ (Common::SeekableReadStream *stream, uint32 uncompressedSize) |
Protected Attributes inherited from Mohawk::MohawkBitmap | |
| BitmapHeader | _header |
| Common::SeekableReadStream * | _data |