Home
last modified time | relevance | path

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

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_png.c2556 png_fp_set(state, PNG_FP_FRACTION | type);
2562 png_fp_set(state, PNG_FP_FRACTION | PNG_FP_SAW_DOT);
2582 case PNG_FP_FRACTION + PNG_FP_SAW_DIGIT:
2586 case PNG_FP_FRACTION + PNG_FP_SAW_E:
Dpngpriv.h1799 #define PNG_FP_FRACTION 1 /* before or in fraction */ macro
/external/libpng/
Dpng.c2649 png_fp_set(state, PNG_FP_FRACTION | type);
2655 png_fp_set(state, PNG_FP_FRACTION | PNG_FP_SAW_DOT);
2675 case PNG_FP_FRACTION + PNG_FP_SAW_DIGIT:
2679 case PNG_FP_FRACTION + PNG_FP_SAW_E:
Dpngpriv.h1731 #define PNG_FP_FRACTION 1 /* before or in fraction */ macro