Home
last modified time | relevance | path

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

/external/libpng/
Dpng.h3229 #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) ==
Dlibpng-manual.txt5086 #if defined(PNG_SKIP_sRGB_CHECK_PROFILE) && \
5088 png_set_option(png_ptr, PNG_SKIP_sRGB_CHECK_PROFILE,
DCHANGES4929 Added PNG_SKIP_sRGB_CHECK_PROFILE choice for png_set_option().
/external/skia/third_party/libpng/
Dpng.h3223 #define PNG_SKIP_sRGB_CHECK_PROFILE 4 /* SOFTWARE: Check ICC profile for sRGB */ macro
Dpng.c2258 if (((png_ptr->options >> PNG_SKIP_sRGB_CHECK_PROFILE) & 3) ==
Dlibpng-manual.txt5081 #if defined(PNG_SKIP_sRGB_CHECK_PROFILE) && \
5083 png_set_option(png_ptr, PNG_SKIP_sRGB_CHECK_PROFILE,
/external/pdfium/third_party/libpng16/
Dpng.h3223 #define PNG_SKIP_sRGB_CHECK_PROFILE 4 /* SOFTWARE: Check ICC profile for sRGB */ macro
Dpng.c2258 if (((png_ptr->options >> PNG_SKIP_sRGB_CHECK_PROFILE) & 3) ==
/external/ImageMagick/coders/
Dpng.c2264 #if defined(PNG_SKIP_sRGB_CHECK_PROFILE) && defined(PNG_SET_OPTION_SUPPORTED) in ReadOnePNGImage()
2270 png_set_option(ping, PNG_SKIP_sRGB_CHECK_PROFILE, PNG_OPTION_ON); in ReadOnePNGImage()