Searched defs:bitdepth (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 3103 static unsigned lodepng_get_bpp_lct(LodePNGColorType colortype, unsigned bitdepth) in lodepng_get_bpp_lct() 3157 LodePNGColorMode lodepng_color_mode_make(LodePNGColorType colortype, unsigned bitdepth) in lodepng_color_mode_make() 3251 …e_t lodepng_get_raw_size_lct(unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) in lodepng_get_raw_size_lct() 5476 unsigned bitdepth = (info->color.colortype == LCT_PALETTE) ? 8 : info->color.bitdepth; in readChunk_sBIT() local 5855 size_t insize, LodePNGColorType colortype, unsigned bitdepth) in lodepng_decode_memory() 5884 LodePNGColorType colortype, unsigned bitdepth) in lodepng_decode_file() 5979 … LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method) in addChunk_IHDR() 6282 unsigned bitdepth = (info->color.colortype == LCT_PALETTE) ? 8 : info->color.bitdepth; in addChunk_sBIT() local 7133 … unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) in lodepng_encode_memory() 7160 LodePNGColorType colortype, unsigned bitdepth) in lodepng_encode_file() [all …]
|
D | lodepng.h | 393 …unsigned bitdepth; /*bits per sample, see PNG standard or documentation further in this header fi… member
|