Home
last modified time | relevance | path

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

/external/skia/tests/
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()
/external/skqp/tests/
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()
/external/skqp/src/core/
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()
/external/skia/src/core/
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()