Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
Dpngpriv.h1778 #define PNG_FP_NONZERO 256 /* A non-zero value */ macro
1797 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)
1799 #define PNG_FP_Z_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NONZERO)
Dpng.c2664 case 57: type = PNG_FP_SAW_DIGIT + PNG_FP_NONZERO; break;
/external/skia/third_party/libpng/
Dpngpriv.h1778 #define PNG_FP_NONZERO 256 /* A non-zero value */ macro
1797 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)
1799 #define PNG_FP_Z_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NONZERO)
Dpng.c2663 case 57: type = PNG_FP_SAW_DIGIT + PNG_FP_NONZERO; break;
/external/libpng/
Dpngpriv.h1830 #define PNG_FP_NONZERO 256 /* A non-zero value */ macro
1849 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)
1851 #define PNG_FP_Z_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NONZERO)
Dpng.c2695 case 57: type = PNG_FP_SAW_DIGIT + PNG_FP_NONZERO; break;