TDME2 1.9.121
|
This is the complete list of members for TextureReader, including all inherited members.
extensions | TextureReader | privatestatic |
getTextureExtensions() | TextureReader | static |
read(const string &pathName, const string &fileName, bool useCache=true, bool powerOfTwo=true, const string &idPrefix=string()) | TextureReader | static |
read2(const string &texturePathName, const string &textureFileName, const string &transparencyTexturePathName, const string &transparencyTextureFileName, bool useCache=true, bool powerOfTwo=true, const string &idPrefix=string()) | TextureReader | static |
readPNG(const string &textureId, const vector< uint8_t > &data, bool powerOfTwo=true, const string &idPrefix=string()) | TextureReader | static |
readPNGDataFromMemory(png_structp png_ptr, png_bytep outBytes, png_size_t outBytesToRead) | TextureReader | privatestatic |
removeFromCache(Texture *texture) | TextureReader | privatestatic |
rotate(Texture *texture, float rotation) | TextureReader | static |
scale(Texture *texture, int width, int height) | TextureReader | static |
scaleTextureLine(ByteBuffer *pixelByteBuffer, ByteBuffer *pixelByteBufferScaled, int width, int textureWidth, int bytesPerPixel, int y) | TextureReader | privatestatic |
smooth(Texture *texture) | TextureReader | static |
Texture | TextureReader | friend |
textureCache | TextureReader | privatestatic |
textureCacheMutex | TextureReader | privatestatic |