|
|
| SpriteResource (const Common::Path &filename) |
| |
|
TAFChunk * | getSprite (uint num) |
| |
|
uint32 | getSpriteData (uint num, uint8 **buf, bool initBuffer) |
| |
|
uint8 * | getSpritePalette () |
| |
|
uint32 | getAllSize () |
| |
|
uint16 | getSpriteCorrectionsCount () |
| |
|
uint16 * | getSpriteCorrectionsTable () |
| |
|
| Resource (const Common::Path &filename) |
| |
|
ResourceType | getType () const |
| |
|
uint32 | getSize () const |
| |
|
uint32 | findLargestChunk (uint start, uint end) |
| |
|
uint32 | getChunkCount () const |
| |
|
Chunk * | getChunk (uint num) |
| |
|
virtual uint8 * | getChunkData (uint num) |
| |
|
|
void | initSprite (const Common::Path &filename) |
| |
|
void | unpackRLE (uint8 *buffer, uint32 compressedSize, uint32 uncompressedSize) |
| |
|
void | decrypt (uint8 *data, uint32 size) |
| |
|
Common::File | _stream |
| |
|
uint16 | _chunkCount |
| |
|
ResourceType | _resType |
| |
|
bool | _encrypted |
| |
|
uint8 | _spritePalette [3 *256] |
| |
|
uint32 | _allSize |
| |
|
uint16 | _spriteCorrectionsCount |
| |
|
uint16 * | _spriteCorrectionsTable |
| |
|
ChunkList | _chunkList |
| |
The documentation for this class was generated from the following file: