Searched refs:png_get_gAMA_fixed (Results 1 – 10 of 10) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 146 png_get_gAMA_fixed @138
|
/external/libpng/contrib/gregbook/ |
D | readpng2.c | 351 if (png_get_gAMA_fixed(png_ptr, info_ptr, &gamma)) in readpng2_info_callback()
|
/external/skia/src/codec/ |
D | SkPngCodec.cpp | 411 if (PNG_INFO_gAMA == png_get_gAMA_fixed(png_ptr, info_ptr, &gamma)) { in read_color_profile()
|
/external/skqp/src/codec/ |
D | SkPngCodec.cpp | 411 if (PNG_INFO_gAMA == png_get_gAMA_fixed(png_ptr, info_ptr, &gamma)) { in read_color_profile()
|
/external/pdfium/third_party/libpng16/ |
D | pngget.c | 678 png_get_gAMA_fixed(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_gAMA_fixed() function
|
D | png.h | 2018 PNG_FIXED_EXPORT(138, png_uint_32, png_get_gAMA_fixed,
|
/external/libpng/ |
D | pngget.c | 678 png_get_gAMA_fixed(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_gAMA_fixed() function
|
D | pngtest.c | 1133 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma) != 0) in test_one_file()
|
D | png.h | 2027 PNG_FIXED_EXPORT(138, png_uint_32, png_get_gAMA_fixed,
|
D | libpng-manual.txt | 1386 png_get_gAMA_fixed(png_ptr, info_ptr, &int_file_gamma);
|