Home
last modified time | relevance | path

Searched refs:png_get_gAMA_fixed (Results 1 – 11 of 11) sorted by relevance

/external/libpng/scripts/
Dsymbols.def145 png_get_gAMA_fixed @138
/external/libpng/contrib/gregbook/
Dreadpng2.c351 if (png_get_gAMA_fixed(png_ptr, info_ptr, &gamma)) in readpng2_info_callback()
/external/pdfium/third_party/libpng16/
Dpngprefix.h136 #define png_get_gAMA_fixed PDFIUM_png_get_gAMA_fixed macro
Dpngget.c678 png_get_gAMA_fixed(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_gAMA_fixed() function
Dpng.h1996 PNG_FIXED_EXPORT(138, png_uint_32, png_get_gAMA_fixed,
/external/skqp/src/codec/
DSkPngCodec.cpp411 if (PNG_INFO_gAMA == png_get_gAMA_fixed(png_ptr, info_ptr, &gamma)) { in read_color_profile()
/external/skia/src/codec/
DSkPngCodec.cpp410 if (PNG_INFO_gAMA == png_get_gAMA_fixed(png_ptr, info_ptr, &gamma)) { in read_color_profile()
/external/libpng/
Dpngget.c678 png_get_gAMA_fixed(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_gAMA_fixed() function
Dpngtest.c1135 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma) != 0) in test_one_file()
Dpng.h1996 PNG_FIXED_EXPORT(138, png_uint_32, png_get_gAMA_fixed,
Dlibpng-manual.txt1387 png_get_gAMA_fixed(png_ptr, info_ptr, &int_file_gamma);