Searched refs:lodepng_decode_file (Results 1 - 2 of 2) sorted by relevance
/external/zopfli/src/zopflipng/lodepng/ |
H A D | lodepng.h | 129 unsigned lodepng_decode_file(unsigned char** out, unsigned* w, unsigned* h, 133 /*Same as lodepng_decode_file, but always decodes to 32-bit RGBA raw image.*/ 137 /*Same as lodepng_decode_file, but always decodes to 24-bit RGB raw image.*/
|
H A D | lodepng.cpp | 4805 unsigned lodepng_decode_file(unsigned char** out, unsigned* w, unsigned* h, const char* filename, function 4819 return lodepng_decode_file(out, w, h, filename, LCT_RGBA, 8); 4824 return lodepng_decode_file(out, w, h, filename, LCT_RGB, 8);
|
Completed in 274 milliseconds