Searched refs:lodepng_decode_file (Results 1 – 2 of 2) sorted by relevance
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.h | 129 unsigned lodepng_decode_file(unsigned char** out, unsigned* w, unsigned* h,
|
D | lodepng.cpp | 4805 unsigned lodepng_decode_file(unsigned char** out, unsigned* w, unsigned* h, const char* filename, in lodepng_decode_file() function 4819 return lodepng_decode_file(out, w, h, filename, LCT_RGBA, 8); in lodepng_decode32_file() 4824 return lodepng_decode_file(out, w, h, filename, LCT_RGB, 8); in lodepng_decode24_file()
|