Searched refs:png_get_gAMA_fixed (Results 1 – 17 of 17) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 146 png_get_gAMA_fixed @138
|
/external/libpng/contrib/gregbook/ |
D | readpng2.c | 350 if (png_get_gAMA_fixed(png_ptr, info_ptr, &gamma)) in readpng2_info_callback()
|
/external/skia/src/codec/ |
D | SkPngCodec.cpp | 396 if (PNG_INFO_gAMA == png_get_gAMA_fixed(png_ptr, info_ptr, &gamma)) { in read_color_space() 411 if (PNG_INFO_gAMA == png_get_gAMA_fixed(png_ptr, info_ptr, &gamma)) { in read_color_space()
|
/external/skia/third_party/libpng/ |
D | pngprefix.h | 257 #define png_get_gAMA_fixed skia_png_get_gAMA_fixed macro
|
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 | 1124 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma) != 0) in test_one_file()
|
D | png.h | 2018 PNG_FIXED_EXPORT(138, png_uint_32, png_get_gAMA_fixed,
|
D | libpng-manual.txt | 1354 png_get_gAMA_fixed(png_ptr, info_ptr, &int_file_gamma);
|
/external/syslinux/com32/lib/libpng/ |
D | pngget.c | 490 png_get_gAMA_fixed(png_structp png_ptr, png_infop info_ptr, in png_get_gAMA_fixed() function
|
D | pngtest.c | 937 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma)) in test_one_file()
|
/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 | 1131 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma) != 0) in test_one_file()
|
D | png.h | 2018 PNG_FIXED_EXPORT(138, png_uint_32, png_get_gAMA_fixed,
|
D | libpng-manual.txt | 1354 png_get_gAMA_fixed(png_ptr, info_ptr, &int_file_gamma);
|
/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/syslinux/com32/include/ |
D | png.h | 2370 extern PNG_EXPORT(png_uint_32,png_get_gAMA_fixed) PNGARG((png_structp png_ptr,
|