Home
last modified time | relevance | path

Searched refs:PNG_sRGB_INTENT_LAST (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpng.c1873 if (intent < 0 || intent >= PNG_sRGB_INTENT_LAST)
2018 if (temp >= PNG_sRGB_INTENT_LAST)
Dpng.h755 #define PNG_sRGB_INTENT_LAST 4 /* Not a valid value */ macro
Dpngwutil.c1099 if (srgb_intent >= PNG_sRGB_INTENT_LAST) in png_write_sRGB()
/external/libpng/
Dpng.c1914 if (intent < 0 || intent >= PNG_sRGB_INTENT_LAST)
2058 if (temp >= PNG_sRGB_INTENT_LAST)
Dpng.h750 #define PNG_sRGB_INTENT_LAST 4 /* Not a valid value */ macro
Dpngwutil.c1106 if (srgb_intent >= PNG_sRGB_INTENT_LAST) in png_write_sRGB()