Searched refs:png_get_sRGB (Results 1 – 10 of 10) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 163 png_get_sRGB @155
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_pngmodule.cpp | 138 if (png_get_sRGB(png_ptr, info_ptr, &intent)) { in _png_get_header_func()
|
/external/libpng/ |
D | example.c | 457 if (png_get_sRGB(png_ptr, info_ptr, &intent) != 0)
|
D | pngget.c | 718 png_get_sRGB(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_sRGB() function
|
D | pngtest.c | 1181 if (png_get_sRGB(read_ptr, read_info_ptr, &intent) != 0) in test_one_file()
|
D | png.h | 2109 PNG_EXPORT(155, png_uint_32, png_get_sRGB, (png_const_structrp png_ptr,
|
D | libpng-manual.txt | 1421 png_get_sRGB(png_ptr, info_ptr, &srgb_intent);
|
/external/pdfium/third_party/libpng16/ |
D | pngget.c | 718 png_get_sRGB(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_sRGB() function
|
D | png.h | 2103 PNG_EXPORT(155, png_uint_32, png_get_sRGB, (png_const_structrp png_ptr,
|
/external/ImageMagick/coders/ |
D | png.c | 2818 if (png_get_sRGB(ping,ping_info,&intent)) in ReadOnePNGImage()
|