Home
last modified time | relevance | path

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

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_png.c2538 switch ((state & PNG_FP_STATE) + (type & PNG_FP_SAW_ANY))
2541 if (state & PNG_FP_SAW_ANY)
2599 if (state & PNG_FP_SAW_ANY)
Dpngpriv.h1806 #define PNG_FP_SAW_ANY 60 /* Saw any of the above 4 */ macro
/external/libpng/
Dpng.c2631 switch ((state & PNG_FP_STATE) + (type & PNG_FP_SAW_ANY))
2634 if (state & PNG_FP_SAW_ANY)
2692 if (state & PNG_FP_SAW_ANY)
Dpngpriv.h1738 #define PNG_FP_SAW_ANY 60 /* Saw any of the above 4 */ macro