Home
last modified time | relevance | path

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

/external/skia/third_party/libpng/
Dpng.c2691 png_fp_set(state, PNG_FP_FRACTION | type);
2697 png_fp_set(state, PNG_FP_FRACTION | PNG_FP_SAW_DOT);
2717 case PNG_FP_FRACTION + PNG_FP_SAW_DIGIT:
2721 case PNG_FP_FRACTION + PNG_FP_SAW_E:
Dpngpriv.h1765 #define PNG_FP_FRACTION 1 /* before or in fraction */ macro
/external/libpng/
Dpng.c2723 png_fp_set(state, PNG_FP_FRACTION | type);
2729 png_fp_set(state, PNG_FP_FRACTION | PNG_FP_SAW_DOT);
2749 case PNG_FP_FRACTION + PNG_FP_SAW_DIGIT:
2753 case PNG_FP_FRACTION + PNG_FP_SAW_E:
Dpngpriv.h1817 #define PNG_FP_FRACTION 1 /* before or in fraction */ macro
/external/pdfium/third_party/libpng16/
Dpng.c2692 png_fp_set(state, PNG_FP_FRACTION | type);
2698 png_fp_set(state, PNG_FP_FRACTION | PNG_FP_SAW_DOT);
2718 case PNG_FP_FRACTION + PNG_FP_SAW_DIGIT:
2722 case PNG_FP_FRACTION + PNG_FP_SAW_E:
Dpngpriv.h1765 #define PNG_FP_FRACTION 1 /* before or in fraction */ macro