Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathCoverageTest.cpp21 static const uint32_t MAX_POINTS_PER_CURVE = 1 << MAX_COEFF_SHIFT; variable
64 uint32_t count = std::min<uint32_t>(SkNextPow2(temp), MAX_POINTS_PER_CURVE); in compute_pointCount()

Completed in 1 milliseconds