Home
last modified time | relevance | path

Searched refs:PNG_FP_SAW_SIGN (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_png.c2522 case 43: type = PNG_FP_SAW_SIGN; break;
2523 case 45: type = PNG_FP_SAW_SIGN + PNG_FP_NEGATIVE; break;
2540 case PNG_FP_INTEGER + PNG_FP_SAW_SIGN:
2598 case PNG_FP_EXPONENT + PNG_FP_SAW_SIGN:
2602 png_fp_add(state, PNG_FP_SAW_SIGN);
Dpngpriv.h1802 #define PNG_FP_SAW_SIGN 4 /* Saw +/- in current state */ macro
/external/libpng/
Dpng.c2615 case 43: type = PNG_FP_SAW_SIGN; break;
2616 case 45: type = PNG_FP_SAW_SIGN + PNG_FP_NEGATIVE; break;
2633 case PNG_FP_INTEGER + PNG_FP_SAW_SIGN:
2691 case PNG_FP_EXPONENT + PNG_FP_SAW_SIGN:
2695 png_fp_add(state, PNG_FP_SAW_SIGN);
Dpngpriv.h1734 #define PNG_FP_SAW_SIGN 4 /* Saw +/- in current state */ macro