Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/
Dpng.c2724 case 43: type = PNG_FP_SAW_SIGN; break;
2725 case 45: type = PNG_FP_SAW_SIGN + PNG_FP_NEGATIVE; break;
2742 case PNG_FP_INTEGER + PNG_FP_SAW_SIGN:
2800 case PNG_FP_EXPONENT + PNG_FP_SAW_SIGN:
2804 png_fp_add(state, PNG_FP_SAW_SIGN);
Dpngpriv.h1904 #define PNG_FP_SAW_SIGN 4 /* Saw +/- in current state */ macro