Home | History | Annotate | Download | only in lodepng

Lines Matching refs:lodepng_decode_file

4805 unsigned lodepng_decode_file(unsigned char** out, unsigned* w, unsigned* h, const char* filename,
4819 return lodepng_decode_file(out, w, h, filename, LCT_RGBA, 8);
4824 return lodepng_decode_file(out, w, h, filename, LCT_RGB, 8);