Home
last modified time | relevance | path

Searched defs:bitdepth (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.6.0/src/extra/libs/png/
Dlodepng.c2663 static unsigned lodepng_get_bpp_lct(LodePNGColorType colortype, unsigned bitdepth) { in lodepng_get_bpp_lct()
2712 LodePNGColorMode lodepng_color_mode_make(LodePNGColorType colortype, unsigned bitdepth) { in lodepng_color_mode_make()
2795 …t lodepng_get_raw_size_lct(unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) { in lodepng_get_raw_size_lct()
4992 size_t insize, LodePNGColorType colortype, unsigned bitdepth) { in lodepng_decode_memory()
5018 LodePNGColorType colortype, unsigned bitdepth) { in lodepng_decode_file()
5103 … LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method) { in addChunk_IHDR()
6079 … unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) { in lodepng_encode_memory()
6103 LodePNGColorType colortype, unsigned bitdepth) { in lodepng_encode_file()
6356 size_t insize, LodePNGColorType colortype, unsigned bitdepth) { in decode()
6371 … const std::vector<unsigned char>& in, LodePNGColorType colortype, unsigned bitdepth) { in decode()
[all …]
Dlodepng.h343 …unsigned bitdepth; /*bits per sample, see PNG standard or documentation further in this header fi… member