HomeSort by relevance Sort by last modified time
    Searched full:writepngfile (Results 1 - 1 of 1) sorted by null

  /development/tools/etc1tool/
etc1tool.cpp 25 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height,
388 writePNGFile(pDiffFile, outWidth, outHeight, pDiffImage, 3 * outWidth);
405 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height,
463 if (writePNGFile(pOutput, width, height, pImageData, width * 3)) {

Completed in 35 milliseconds