Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
Dpngpriv.h1777 #define PNG_FP_NEGATIVE 128 /* A negative number, including "-0" */ macro
1797 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)
Dpng.c2659 case 45: type = PNG_FP_SAW_SIGN + PNG_FP_NEGATIVE; break;
/external/skia/third_party/libpng/
Dpngpriv.h1777 #define PNG_FP_NEGATIVE 128 /* A negative number, including "-0" */ macro
1797 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)
Dpng.c2658 case 45: type = PNG_FP_SAW_SIGN + PNG_FP_NEGATIVE; break;
/external/libpng/
Dpngpriv.h1829 #define PNG_FP_NEGATIVE 128 /* A negative number, including "-0" */ macro
1849 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)
Dpng.c2690 case 45: type = PNG_FP_SAW_SIGN + PNG_FP_NEGATIVE; break;