Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/png/
Dlv_png.c169 unsigned png_width; /*Will be the width of the decoded image*/ in decoder_open() local
173 error = lodepng_decode32(&img_data, &png_width, &png_height, png_data, png_data_size); in decoder_open()
184 convert_color_depth(img_data, png_width * png_height); in decoder_open()
192 unsigned png_width; /*No used, just required by he decoder*/ in decoder_open() local
196 … error = lodepng_decode32(&img_data, &png_width, &png_height, img_dsc->data, img_dsc->data_size); in decoder_open()
206 convert_color_depth(img_data, png_width * png_height); in decoder_open()