Searched refs:lodepng_decode_file (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.h | 175 unsigned lodepng_decode_file(unsigned char ** out, unsigned * w, unsigned * h,
|
D | lodepng.c | 5883 unsigned lodepng_decode_file(unsigned char ** out, unsigned * w, unsigned * h, const char * filenam… in lodepng_decode_file() function 5900 return lodepng_decode_file(out, w, h, filename, LCT_RGBA, 8); in lodepng_decode32_file() 5905 return lodepng_decode_file(out, w, h, filename, LCT_RGB, 8); in lodepng_decode24_file()
|