Public Member Functions | |
SpriteFrame (Chunk &chunk, SpriteFrameHeader *header) | |
uint32 | left () |
uint32 | top () |
Common::Point | topLeft () |
Common::Rect | boundingBox () |
uint32 | index () |
![]() | |
Bitmap (Chunk &chunk, BitmapHeader *bitmapHeader) | |
bool | isCompressed () const |
BitmapCompressionType | getCompressionType () const |
int16 | width () const |
int16 | height () const |
int16 | stride () const |
Additional Inherited Members | |
![]() | |
Common::SeekableReadStream * | _compressedStream = nullptr |
Graphics::ManagedSurface | _image |