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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c996 case 46: type = PNG_FP_SAW_DOT; break;
1019 case PNG_FP_INTEGER + PNG_FP_SAW_DOT:
1021 if (state & PNG_FP_SAW_DOT) /* two dots */
1033 if (state & PNG_FP_SAW_DOT) /* delayed fraction */
1034 png_fp_set(state, PNG_FP_FRACTION | PNG_FP_SAW_DOT);
1051 /* case PNG_FP_FRACTION + PNG_FP_SAW_DOT:
1078 /* case PNG_FP_EXPONENT + PNG_FP_SAW_DOT:
H A Dpngpriv.h1261 #define PNG_FP_SAW_DOT 16 /* Saw a dot in current state */ macro

Completed in 66 milliseconds