Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lodepng/
Dlv_lodepng.c240 unsigned png_width; /*Not used, just required by the decoder*/ in decode_png_data() local
245 …unsigned error = lodepng_decode32((unsigned char **)&decoded, &png_width, &png_height, png_data, p… in decode_png_data()
252 convert_color_depth(decoded->data, png_width * png_height); in decode_png_data()