Home
last modified time | relevance | path

Searched refs:lodepng_decode32 (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/lodepng/
Dlv_lodepng.c245 …unsigned error = lodepng_decode32((unsigned char **)&decoded, &png_width, &png_height, png_data, p… in decode_png_data()
Dlodepng.h161 unsigned lodepng_decode32(unsigned char ** out, unsigned * w, unsigned * h,
Dlodepng.c5872 unsigned lodepng_decode32(unsigned char ** out, unsigned * w, unsigned * h, const unsigned char * i… in lodepng_decode32() function