Home
last modified time | relevance | path

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

/external/libpng/
Dpng.c2589 case 101: type = PNG_FP_SAW_E; break;
2627 case PNG_FP_INTEGER + PNG_FP_SAW_E:
2645 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