Home
last modified time | relevance | path

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

/external/libpng/scripts/
Dsymbols.def162 png_get_sRGB @155
/external/pdfium/core/fxcodec/png/
Dpngmodule.cpp113 if (png_get_sRGB(png_ptr, info_ptr, &intent)) { in _png_get_header_func()
/external/libpng/
Dexample.c455 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.c1183 if (png_get_sRGB(read_ptr, read_info_ptr, &intent) != 0) in test_one_file()
Dpng.h2078 PNG_EXPORT(155, png_uint_32, png_get_sRGB, (png_const_structrp png_ptr,
Dlibpng-manual.txt1422 png_get_sRGB(png_ptr, info_ptr, &srgb_intent);
/external/pdfium/third_party/libpng16/
Dpngprefix.h168 #define png_get_sRGB PDFIUM_png_get_sRGB macro
Dpngget.c718 png_get_sRGB(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_sRGB() function
Dpng.h2078 PNG_EXPORT(155, png_uint_32, png_get_sRGB, (png_const_structrp png_ptr,
/external/ImageMagick/coders/
Dpng.c2825 if (png_get_sRGB(ping,ping_info,&intent)) in ReadOnePNGImage()