Searched refs:png_get_sBIT (Results 1 – 9 of 9) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 160 png_get_sBIT @153
|
/external/skia/src/codec/ |
D | SkPngCodec.cpp | 953 if (png_get_sBIT(fPng_ptr, fInfo_ptr, &sigBits)) { in infoCallback() 962 if (png_get_sBIT(fPng_ptr, fInfo_ptr, &sigBits)) { in infoCallback() 976 if (png_get_sBIT(fPng_ptr, fInfo_ptr, &sigBits)) { in infoCallback()
|
/external/libpng/ |
D | example.c | 505 png_get_sBIT(png_ptr, info_ptr, &sig_bit_p);
|
D | pngget.c | 1031 png_get_sBIT(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_sBIT() function
|
D | pngtest.c | 1269 if (png_get_sBIT(read_ptr, read_info_ptr, &sig_bit) != 0) in test_one_file()
|
D | png.h | 2068 PNG_EXPORT(153, png_uint_32, png_get_sBIT, (png_const_structrp png_ptr,
|
D | libpng-manual.txt | 1446 png_get_sBIT(png_ptr, info_ptr, &sig_bit); 1876 if (png_get_sBIT(png_ptr, info_ptr, &sig_bit))
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 1112 if (png_get_sBIT(dp->read_pp, dp->read_ip, &sBIT) != PNG_INFO_sBIT) in compare_read()
|
D | pngvalid.c | 5212 if (png_get_sBIT(pp, pi, &sBIT) & PNG_INFO_sBIT) in standard_info_part1()
|