Home
last modified time | relevance | path

Searched refs:MAX_COEFF_SHIFT (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DPathCoverageTest.cpp20 #define MAX_COEFF_SHIFT 6 macro
21 static const uint32_t MAX_POINTS_PER_CURVE = 1 << MAX_COEFF_SHIFT;
53 if (shift > MAX_COEFF_SHIFT) { in estimate_pointCount()
54 shift = MAX_COEFF_SHIFT; in estimate_pointCount()
/third_party/skia/src/core/
H A DSkEdge.cpp150 #define MAX_COEFF_SHIFT 6 macro
233 } else if (shift > MAX_COEFF_SHIFT) { in setQuadraticWithoutUpdate()
234 shift = MAX_COEFF_SHIFT; in setQuadraticWithoutUpdate()
407 if (shift > MAX_COEFF_SHIFT) { in setCubicWithoutUpdate()
408 shift = MAX_COEFF_SHIFT; in setCubicWithoutUpdate()

Completed in 1 milliseconds