Searched refs:writePNGFile (Results 1 – 1 of 1) sorted by relevance
/development/tools/etc1tool/ |
D | etc1tool.cpp | 25 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height, 388 writePNGFile(pDiffFile, outWidth, outHeight, pDiffImage, 3 * outWidth); in encode() 405 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height, in writePNGFile() function 463 if (writePNGFile(pOutput, width, height, pImageData, width * 3)) { in decode()
|