Home
last modified time | relevance | path

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

/external/libpng/
Dpng.c2764 png_fp_set(state, PNG_FP_FRACTION | type);
2770 png_fp_set(state, PNG_FP_FRACTION | PNG_FP_SAW_DOT);
2790 case PNG_FP_FRACTION + PNG_FP_SAW_DIGIT:
2794 case PNG_FP_FRACTION + PNG_FP_SAW_E:
Dpngpriv.h1892 #define PNG_FP_FRACTION 1 /* before or in fraction */ macro
/external/pdfium/third_party/libpng16/
Dpng.c2726 png_fp_set(state, PNG_FP_FRACTION | type);
2732 png_fp_set(state, PNG_FP_FRACTION | PNG_FP_SAW_DOT);
2752 case PNG_FP_FRACTION + PNG_FP_SAW_DIGIT:
2756 case PNG_FP_FRACTION + PNG_FP_SAW_E:
Dpngpriv.h1767 #define PNG_FP_FRACTION 1 /* before or in fraction */ macro