Searched refs:png_get_bit_depth (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/common/
H A DtcuImageIO.cpp111 const png_byte bitDepth = png_get_bit_depth(png_ptr, info_ptr);
/external/libpng/contrib/examples/
H A Dpngpixel.c76 PNG_CONST unsigned int bit_depth = png_get_bit_depth(png_ptr, info_ptr);
/external/pdfium/third_party/lpng_v163/
H A Dpng.h522 #define png_get_bit_depth FOXIT_png_get_bit_depth macro
2327 PNG_EXPORT(117, png_byte, png_get_bit_depth, (png_const_structrp png_ptr,
H A Dpngget.c69 png_get_bit_depth(png_const_structrp png_ptr, png_const_inforp info_ptr) function
H A Dpngread.c3279 switch (png_get_bit_depth(png_ptr, info_ptr))
/external/libpng/
H A Dpngget.c70 png_get_bit_depth(png_const_structrp png_ptr, png_const_inforp info_ptr) function
H A Dpng.h1907 PNG_EXPORT(117, png_byte, png_get_bit_depth, (png_const_structrp png_ptr,
/external/libpng/contrib/libtests/
H A Dmakepng.c1385 ct & PNG_COLOR_MASK_PALETTE ? 8U : png_get_bit_depth(png_ptr, info_ptr);
H A Dpngimage.c900 fprintf(stderr, "%.4x %2d (%3lu bytes):", transforms, png_get_bit_depth(pp,ip), (unsigned long)rb);
H A Dpngvalid.c4240 bit_depth = png_get_bit_depth(pp, pi);
4805 if (png_get_bit_depth(pp, pi) != dp->bit_depth)
4973 png_byte bd = png_get_bit_depth(pp, pi);
6194 dp->output_bit_depth = png_get_bit_depth(pp, pi);
9797 const png_byte out_bd = png_get_bit_depth(pp, pi);

Completed in 166 milliseconds