Home
last modified time | relevance | path

Searched refs:png_get_bit_depth (Results 1 – 12 of 12) sorted by relevance

/external/libpng/scripts/
Dsymbols.def125 png_get_bit_depth @117
/external/libpng/contrib/examples/
Dpngpixel.c74 PNG_CONST unsigned int bit_depth = png_get_bit_depth(png_ptr, info_ptr); in print_pixel()
/external/deqp/framework/common/
DtcuImageIO.cpp111 const png_byte bitDepth = png_get_bit_depth(png_ptr, info_ptr); in loadPNG()
/external/skia/third_party/libpng/
Dpngprefix.h239 #define png_get_bit_depth skia_png_get_bit_depth macro
/external/pdfium/samples/fx_lpng/lpng_v163/
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,
Dfx_pngget.c69 png_get_bit_depth(png_const_structrp png_ptr, png_const_inforp info_ptr) in png_get_bit_depth() function
Dfx_pngread.c3279 switch (png_get_bit_depth(png_ptr, info_ptr)) in png_image_read_background()
/external/libpng/
Dpngget.c70 png_get_bit_depth(png_const_structrp png_ptr, png_const_inforp info_ptr) in png_get_bit_depth() function
Dpng.h2037 PNG_EXPORT(117, png_byte, png_get_bit_depth, (png_const_structrp png_ptr,
Dlibpng-manual.txt1287 bit_depth = png_get_bit_depth(png_ptr,
/external/libpng/contrib/libtests/
Dpngimage.c828 …fprintf(stderr, "%.4x %2d (%3lu bytes):", transforms, png_get_bit_depth(pp,ip), (unsigned long)rb); in read_png()
Dpngvalid.c3958 bit_depth = png_get_bit_depth(pp, pi); in sBIT_error_fn()
4481 if (png_get_bit_depth(pp, pi) != dp->bit_depth) in standard_info_part1()
4637 png_get_bit_depth(pp, pi)); in standard_info_part2()
5735 dp->output_bit_depth = png_get_bit_depth(pp, pi); in transform_info_imp()
8648 PNG_CONST png_byte out_bd = png_get_bit_depth(pp, pi); in gamma_image_validate()