Home
last modified time | relevance | path

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

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_png.c2530 case 101: type = PNG_FP_SAW_E; break;
2568 case PNG_FP_INTEGER + PNG_FP_SAW_E:
2586 case PNG_FP_FRACTION + PNG_FP_SAW_E:
Dpngpriv.h1805 #define PNG_FP_SAW_E 32 /* Saw an E (or e) in current state */ macro
/external/libpng/
Dpng.c2623 case 101: type = PNG_FP_SAW_E; break;
2661 case PNG_FP_INTEGER + PNG_FP_SAW_E:
2679 case PNG_FP_FRACTION + PNG_FP_SAW_E:
Dpngpriv.h1737 #define PNG_FP_SAW_E 32 /* Saw an E (or e) in current state */ macro