Searched refs:PNG_sRGB_INTENT_LAST (Results 1 - 9 of 9) sorted by relevance

/external/libpng/
H A Dpng.c1873 if (intent < 0 || intent >= PNG_sRGB_INTENT_LAST)
1984 if (temp >= PNG_sRGB_INTENT_LAST)
H A Dpng.h755 #define PNG_sRGB_INTENT_LAST 4 /* Not a valid value */ macro
H A Dpngwutil.c1099 if (srgb_intent >= PNG_sRGB_INTENT_LAST)
/external/pdfium/third_party/lpng_v163/
H A Dpng.c1774 if (intent < 0 || intent >= PNG_sRGB_INTENT_LAST)
1884 if (temp >= PNG_sRGB_INTENT_LAST)
H A Dpng.h1079 #define PNG_sRGB_INTENT_LAST 4 /* Not a valid value */ macro
H A Dpngwutil.c1176 if (srgb_intent >= PNG_sRGB_INTENT_LAST)
/external/opencv3/3rdparty/libpng/
H A Dpng.h803 #define PNG_sRGB_INTENT_LAST 4 /* Not a valid value */ macro
H A Dpngwutil.c1083 if (srgb_intent >= PNG_sRGB_INTENT_LAST)
H A Dpngrutil.c1148 if (intent >= PNG_sRGB_INTENT_LAST)

Completed in 118 milliseconds