Home
last modified time | relevance | path

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

/external/libpng/
Dpng.c2648 png_fp_set(state, PNG_FP_FRACTION | type);
2654 png_fp_set(state, PNG_FP_FRACTION | PNG_FP_SAW_DOT);
2674 case PNG_FP_FRACTION + PNG_FP_SAW_DIGIT:
2678 case PNG_FP_FRACTION + PNG_FP_SAW_E:
Dpngpriv.h1731 #define PNG_FP_FRACTION 1 /* before or in fraction */ macro