Home
last modified time | relevance | path

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

/external/skia/third_party/libpng/
Dpng.c1873 if (intent < 0 || intent >= PNG_sRGB_INTENT_LAST)
1984 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.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/pdfium/third_party/libpng16/
Dpng.c1873 if (intent < 0 || intent >= PNG_sRGB_INTENT_LAST)
1984 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/syslinux/com32/lib/libpng/
Dpngwutil.c758 if (srgb_intent >= PNG_sRGB_INTENT_LAST) in png_write_sRGB()
Dpngrutil.c984 if (intent >= PNG_sRGB_INTENT_LAST) in png_handle_sRGB()
/external/syslinux/com32/include/
Dpng.h1116 #define PNG_sRGB_INTENT_LAST 4 /* Not a valid value */ macro