Searched defs:bitdepth (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/sfnt/ |
D | pngshim.c | 198 int bitdepth, color_type, interlace; in Load_SBit_Png() local
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | pngshim.c | 197 int bitdepth, color_type, interlace; in Load_SBit_Png() local
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 2516 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 …]
|
D | lodepng.h | 316 …unsigned bitdepth; /*bits per sample, see PNG standard or documentation further in this header fi… member
|