Home
last modified time | relevance | path

Searched refs:PNG_SKIP_sRGB_CHECK_PROFILE (Results 1 – 7 of 7) sorted by relevance

/external/libpng/
Dpng.h3237 #define PNG_SKIP_sRGB_CHECK_PROFILE 4 /* SOFTWARE: Check ICC profile for sRGB */ macro
Dpng.c2333 if (((png_ptr->options >> PNG_SKIP_sRGB_CHECK_PROFILE) & 3) ==
Dlibpng-manual.txt5138 #if defined(PNG_SKIP_sRGB_CHECK_PROFILE) && \
5140 png_set_option(png_ptr, PNG_SKIP_sRGB_CHECK_PROFILE,
DCHANGES4929 Added PNG_SKIP_sRGB_CHECK_PROFILE choice for png_set_option().
/external/pdfium/third_party/libpng16/
Dpng.h3223 #define PNG_SKIP_sRGB_CHECK_PROFILE 4 /* SOFTWARE: Check ICC profile for sRGB */ macro
Dpng.c2292 if (((png_ptr->options >> PNG_SKIP_sRGB_CHECK_PROFILE) & 3) ==
/external/ImageMagick/coders/
Dpng.c2530 #if defined(PNG_SKIP_sRGB_CHECK_PROFILE) && defined(PNG_SET_OPTION_SUPPORTED) in ReadOnePNGImage()
2536 png_set_option(ping, PNG_SKIP_sRGB_CHECK_PROFILE, PNG_OPTION_ON); in ReadOnePNGImage()