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

/external/libpng/
H A Dpng.c1914 if (intent < 0 || intent >= PNG_sRGB_INTENT_LAST)
2058 if (temp >= PNG_sRGB_INTENT_LAST)
H A Dpng.h750 #define PNG_sRGB_INTENT_LAST 4 /* Not a valid value */ macro
H A Dpngwutil.c1106 if (srgb_intent >= PNG_sRGB_INTENT_LAST)
/external/pdfium/third_party/libpng16/
H A Dpng.c1873 if (intent < 0 || intent >= PNG_sRGB_INTENT_LAST)
2018 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/syslinux/com32/lib/libpng/
H A Dpngrutil.c984 if (intent >= PNG_sRGB_INTENT_LAST)
H A Dpngwutil.c758 if (srgb_intent >= PNG_sRGB_INTENT_LAST)
/external/syslinux/com32/include/
H A Dpng.h1116 #define PNG_sRGB_INTENT_LAST 4 /* Not a valid value */ macro

Completed in 2275 milliseconds