Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dpngshim.c266 int bitdepth, color_type, interlace; in Load_SBit_Png() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp2516 static unsigned lodepng_get_bpp_lct(LodePNGColorType colortype, unsigned bitdepth) in lodepng_get_bpp_lct()
2649 …e_t lodepng_get_raw_size_lct(unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) in lodepng_get_raw_size_lct()
3746 …olorKeyFrom16bit(LodePNGColorMode* mode_out, unsigned r, unsigned g, unsigned b, unsigned bitdepth) in setColorKeyFrom16bit()
4782 size_t insize, LodePNGColorType colortype, unsigned bitdepth) in lodepng_decode_memory()
4806 LodePNGColorType colortype, unsigned bitdepth) in lodepng_decode_file()
4903 … LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method) in addChunk_IHDR()
5856 … unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth) in lodepng_encode_memory()
5883 LodePNGColorType colortype, unsigned bitdepth) in lodepng_encode_file()
6137 size_t insize, LodePNGColorType colortype, unsigned bitdepth) in decode()
6154 const std::vector<unsigned char>& in, LodePNGColorType colortype, unsigned bitdepth) in decode()
[all …]
Dlodepng.h316 …unsigned bitdepth; /*bits per sample, see PNG standard or documentation further in this header fi… member