Home
last modified time | relevance | path

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

/external/libpng/
Dpng.h3206 #define PNG_SKIP_sRGB_CHECK_PROFILE 4 /* SOFTWARE: Check ICC profile for sRGB */ macro
Dpng.c2327 if (((png_ptr->options >> PNG_SKIP_sRGB_CHECK_PROFILE) & 3) ==
Dlibpng-manual.txt5139 #if defined(PNG_SKIP_sRGB_CHECK_PROFILE) && \
5141 png_set_option(png_ptr, PNG_SKIP_sRGB_CHECK_PROFILE,
DCHANGES4928 Added PNG_SKIP_sRGB_CHECK_PROFILE choice for png_set_option().
/external/ImageMagick/coders/
Dpng.c2537 #if defined(PNG_SKIP_sRGB_CHECK_PROFILE) && defined(PNG_SET_OPTION_SUPPORTED) in ReadOnePNGImage()
2543 png_set_option(ping, PNG_SKIP_sRGB_CHECK_PROFILE, PNG_OPTION_ON); in ReadOnePNGImage()