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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c994 case 43: type = PNG_FP_SAW_SIGN; break;
995 case 45: type = PNG_FP_SAW_SIGN + PNG_FP_NEGATIVE; break;
1012 case PNG_FP_INTEGER + PNG_FP_SAW_SIGN:
1048 /* case PNG_FP_FRACTION + PNG_FP_SAW_SIGN:
1070 case PNG_FP_EXPONENT + PNG_FP_SAW_SIGN:
1074 png_fp_add(state, PNG_FP_SAW_SIGN);
H A Dpngpriv.h1259 #define PNG_FP_SAW_SIGN 4 /* Saw +/- in current state */ macro

Completed in 38 milliseconds