Home
last modified time | relevance | path

Searched refs:PNG_COLORSPACE_HAVE_INTENT (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libpng/
Dpngstruct.h133 #define PNG_COLORSPACE_HAVE_INTENT 0x0004 macro
Dpng.c1912 if ((colorspace->flags & PNG_COLORSPACE_HAVE_INTENT) != 0 &&
1940 colorspace->flags |= PNG_COLORSPACE_HAVE_INTENT;
Dpngrutil.c1347 if ((png_ptr->colorspace.flags & PNG_COLORSPACE_HAVE_INTENT) != 0) in png_handle_sRGB()
1407 if ((png_ptr->colorspace.flags & PNG_COLORSPACE_HAVE_INTENT) == 0) in png_handle_iCCP()