Searched refs:lodepng_get_raw_size_lct (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/extra/libs/png/ |
D | lodepng.c | 2795 static size_t lodepng_get_raw_size_lct(unsigned w, unsigned h, LodePNGColorType colortype, unsigned… in lodepng_get_raw_size_lct() function 2802 return lodepng_get_raw_size_lct(w, h, color->colortype, color->bitdepth); in lodepng_get_raw_size() 6423 if(lodepng_get_raw_size_lct(w, h, colortype, bitdepth) > in.size()) return 84; in encode() 6460 if(lodepng_get_raw_size_lct(w, h, colortype, bitdepth) > in.size()) return 84; in encode()
|