Home
last modified time | relevance | path

Searched refs:PNG_FP_SAW_ANY (Results 1 – 4 of 4) sorted by relevance

/external/libpng/
Dpng.c2746 switch ((state & PNG_FP_STATE) + (type & PNG_FP_SAW_ANY))
2749 if ((state & PNG_FP_SAW_ANY) != 0)
2807 if ((state & PNG_FP_SAW_ANY) != 0)
Dpngpriv.h1899 #define PNG_FP_SAW_ANY 60 /* Saw any of the above 4 */ macro
/external/pdfium/third_party/libpng16/
Dpng.c2708 switch ((state & PNG_FP_STATE) + (type & PNG_FP_SAW_ANY))
2711 if ((state & PNG_FP_SAW_ANY) != 0)
2769 if ((state & PNG_FP_SAW_ANY) != 0)
Dpngpriv.h1774 #define PNG_FP_SAW_ANY 60 /* Saw any of the above 4 */ macro