Home
last modified time | relevance | path

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

/external/libpng/
Dpngpriv.h1744 #define PNG_FP_NONZERO 256 /* A non-zero value */ macro
1763 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)
1765 #define PNG_FP_Z_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NONZERO)
Dpng.c2621 case 57: type = PNG_FP_SAW_DIGIT + PNG_FP_NONZERO; break;
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpngpriv.h1812 #define PNG_FP_NONZERO 256 /* A non-zero value */ macro
1831 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)
1833 #define PNG_FP_Z_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NONZERO)
Dfx_png.c2528 case 57: type = PNG_FP_SAW_DIGIT + PNG_FP_NONZERO; break;