Searched refs:PNG_FP_NONZERO (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngpriv.h1269 #define PNG_FP_NONZERO 256 /* A non-zero value */ macro
1288 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)
1290 #define PNG_FP_Z_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NONZERO)
H A Dpng.c1000 case 57: type = PNG_FP_SAW_DIGIT + PNG_FP_NONZERO; break;

Completed in 38 milliseconds