62 static Texture*
read2(
const string& texturePathName,
const string& textureFileName,
const string& transparencyTexturePathName,
const string& transparencyTextureFileName,
bool useCache =
true,
bool powerOfTwo =
true,
const string& idPrefix =
string());
static void removeFromCache(Texture *texture)
Remove texture from cache.
static Texture * readPNG(const string &textureId, const vector< uint8_t > &data, bool powerOfTwo=true, const string &idPrefix=string())
Read PNG.
static void scaleTextureLine(ByteBuffer *pixelByteBuffer, ByteBuffer *pixelByteBufferScaled, int width, int textureWidth, int bytesPerPixel, int y)
Scales a texture line.
static Texture * smooth(Texture *texture)
Smooth texture.
static Texture * scale(Texture *texture, int width, int height)
Scale texture.
static void readPNGDataFromMemory(png_structp png_ptr, png_bytep outBytes, png_size_t outBytesToRead)
Read PNG data from memory.
static STATIC_DLL_IMPEXT Mutex * textureCacheMutex
static const vector< string > & getTextureExtensions()
static Texture * read(const string &pathName, const string &fileName, bool useCache=true, bool powerOfTwo=true, const string &idPrefix=string())
Reads a texture.
static STATIC_DLL_IMPEXT map< string, Texture * > * textureCache
static Texture * read2(const string &texturePathName, const string &textureFileName, const string &transparencyTexturePathName, const string &transparencyTextureFileName, bool useCache=true, bool powerOfTwo=true, const string &idPrefix=string())
Reads a texture with additional transparency texture.
static Texture * rotate(Texture *texture, float rotation)
Rotate texture around center.
static STATIC_DLL_IMPEXT vector< string > extensions