Searched refs:bitdepth (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.h | 158 LodePNGColorType colortype, unsigned bitdepth); 177 LodePNGColorType colortype, unsigned bitdepth); 215 LodePNGColorType colortype, unsigned bitdepth); 236 LodePNGColorType colortype, unsigned bitdepth); 263 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8); 266 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8); 277 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8); 286 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8); 289 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8); 302 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8); [all …]
|
D | lodepng.c | 3103 static unsigned lodepng_get_bpp_lct(LodePNGColorType colortype, unsigned bitdepth) in lodepng_get_bpp_lct() argument 3106 return getNumColorChannels(colortype) * bitdepth; in lodepng_get_bpp_lct() 3116 info->bitdepth = 8; in lodepng_color_mode_init() 3157 LodePNGColorMode lodepng_color_mode_make(LodePNGColorType colortype, unsigned bitdepth) in lodepng_color_mode_make() argument 3162 result.bitdepth = bitdepth; in lodepng_color_mode_make() 3170 if(a->bitdepth != b->bitdepth) return 0; in lodepng_color_mode_equal() 3212 return lodepng_get_bpp_lct(info->colortype, info->bitdepth); in lodepng_get_bpp() 3251 …e_t lodepng_get_raw_size_lct(unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) in lodepng_get_raw_size_lct() argument 3253 size_t bpp = lodepng_get_bpp_lct(colortype, bitdepth); in lodepng_get_raw_size_lct() 3260 return lodepng_get_raw_size_lct(w, h, color->colortype, color->bitdepth); in lodepng_get_raw_size() [all …]
|
/lvgl-latest/scripts/ |
D | LVGLImage.py | 806 bitdepth=self.cf.bpp) 820 bitdepth=self.cf.bpp,
|