This is the complete list of members for Graphics::NCGR, including all inherited members.
| _compressed | Graphics::ImageDecoder | protected |
| _dataType | Graphics::ImageDecoder | protected |
| _format | Graphics::ImageDecoder | protected |
| _formatRaw | Graphics::ImageDecoder | protected |
| _hasAlpha | Graphics::ImageDecoder | protected |
| _isCubeMap | Graphics::ImageDecoder | protected |
| _layerCount | Graphics::ImageDecoder | protected |
| _mipMaps | Graphics::ImageDecoder | protected |
| _txi | Graphics::ImageDecoder | protected |
| calculateGrid(ReadContext &ctx, uint32 &imageWidth, uint32 &imageHeight) | Graphics::NCGR | private |
| decompress() | Graphics::ImageDecoder | |
| decompress(MipMap &out, const MipMap &in, PixelFormatRaw format) | Graphics::ImageDecoder | protectedstatic |
| draw(ReadContext &ctx) | Graphics::NCGR | private |
| dumpTGA(const Common::UString &fileName) const | Graphics::ImageDecoder | |
| getDataType() const | Graphics::ImageDecoder | |
| getFormat() const | Graphics::ImageDecoder | |
| getFormatRaw() const | Graphics::ImageDecoder | |
| getLayerCount() const | Graphics::ImageDecoder | |
| getMipMap(size_t mipMap, size_t layer=0) const | Graphics::ImageDecoder | |
| getMipMapCount() const | Graphics::ImageDecoder | |
| getTXI() const | Graphics::ImageDecoder | |
| hasAlpha() const | Graphics::ImageDecoder | |
| ImageDecoder() | Graphics::ImageDecoder | |
| ImageDecoder(const ImageDecoder &image) | Graphics::ImageDecoder | |
| isCompressed() const | Graphics::ImageDecoder | |
| isCubeMap() const | Graphics::ImageDecoder | |
| load(const std::vector< Common::SeekableReadStream *> &ncgrs, uint32 width, uint32 height, Common::SeekableReadStream &nclr) | Graphics::NCGR | private |
| load(NCGRFile &ctx) | Graphics::NCGR | private |
| MipMaps typedef | Graphics::ImageDecoder | protected |
| NCGR(Common::SeekableReadStream &ncgr, Common::SeekableReadStream &nclr) | Graphics::NCGR | |
| NCGR(const std::vector< Common::SeekableReadStream *> &ncgrs, uint32 width, uint32 height, Common::SeekableReadStream &nclr) | Graphics::NCGR | |
| open(Common::SeekableReadStream &stream) | Aurora::NitroFile | protectedstatic |
| open(Common::SeekableReadStream *stream) | Aurora::NitroFile | protectedstatic |
| operator=(const ImageDecoder &image) | Graphics::ImageDecoder | |
| readChar(NCGRFile &ctx) | Graphics::NCGR | private |
| readHeader(NCGRFile &ctx) | Graphics::NCGR | private |
| ~ImageDecoder() | Graphics::ImageDecoder | virtual |
| ~NCGR() | Graphics::NCGR | |