Home
last modified time | relevance | path

Searched refs:png_get_sRGB (Results 1 – 10 of 10) sorted by relevance

/external/libpng/scripts/
Dsymbols.def163 png_get_sRGB @155
/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp138 if (png_get_sRGB(png_ptr, info_ptr, &intent)) { in _png_get_header_func()
/external/libpng/
Dexample.c457 if (png_get_sRGB(png_ptr, info_ptr, &intent) != 0)
Dpngget.c718 png_get_sRGB(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_sRGB() function
Dpngtest.c1181 if (png_get_sRGB(read_ptr, read_info_ptr, &intent) != 0) in test_one_file()
Dpng.h2109 PNG_EXPORT(155, png_uint_32, png_get_sRGB, (png_const_structrp png_ptr,
Dlibpng-manual.txt1421 png_get_sRGB(png_ptr, info_ptr, &srgb_intent);
/external/pdfium/third_party/libpng16/
Dpngget.c718 png_get_sRGB(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_sRGB() function
Dpng.h2103 PNG_EXPORT(155, png_uint_32, png_get_sRGB, (png_const_structrp png_ptr,
/external/ImageMagick/coders/
Dpng.c2818 if (png_get_sRGB(ping,ping_info,&intent)) in ReadOnePNGImage()