Searched refs:png_height (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/extra/libs/png/ |
D | lv_png.c | 170 unsigned png_height; /*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() 193 unsigned png_height; /*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()
|