xoreos
0.0.5
|
Public Member Functions | |
NCGRFile () | |
~NCGRFile () | |
Public Attributes | |
Common::SeekableSubReadStreamEndian * | ncgr |
Common::SeekableReadStream * | image |
uint32 | offsetCHAR |
Offset to the CHAR section within the NCGR file. More... | |
uint32 | width |
Width in pixels of this NCGR. More... | |
uint32 | height |
Height in pixels of this NCGR. More... | |
uint8 | depth |
Color depth in bits. More... | |
uint32 | offsetX |
X offset in pixels into the final image. More... | |
uint32 | offsetY |
Y offset in pixels into the final image. More... | |
uint8 Graphics::NCGR::NCGRFile::depth |
Color depth in bits.
Definition at line 75 of file ncgr.h.
Referenced by Graphics::NCGR::readChar().
uint32 Graphics::NCGR::NCGRFile::height |
Height in pixels of this NCGR.
Definition at line 74 of file ncgr.h.
Referenced by Graphics::NCGR::calculateGrid(), and Graphics::NCGR::readChar().
Common::SeekableReadStream* Graphics::NCGR::NCGRFile::image |
Definition at line 68 of file ncgr.h.
Referenced by Graphics::NCGR::readChar().
Common::SeekableSubReadStreamEndian* Graphics::NCGR::NCGRFile::ncgr |
Definition at line 67 of file ncgr.h.
Referenced by Graphics::NCGR::readChar(), and Graphics::NCGR::readHeader().
uint32 Graphics::NCGR::NCGRFile::offsetCHAR |
Offset to the CHAR section within the NCGR file.
Definition at line 71 of file ncgr.h.
Referenced by Graphics::NCGR::readChar(), and Graphics::NCGR::readHeader().
uint32 Graphics::NCGR::NCGRFile::offsetX |
X offset in pixels into the final image.
Definition at line 77 of file ncgr.h.
Referenced by Graphics::NCGR::calculateGrid().
uint32 Graphics::NCGR::NCGRFile::offsetY |
Y offset in pixels into the final image.
Definition at line 78 of file ncgr.h.
Referenced by Graphics::NCGR::calculateGrid().
uint32 Graphics::NCGR::NCGRFile::width |
Width in pixels of this NCGR.
Definition at line 73 of file ncgr.h.
Referenced by Graphics::NCGR::calculateGrid(), and Graphics::NCGR::readChar().