Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DPath.cpp357 std::vector<float>& lengths, float errorSquared, float errorConic) { in createVerbSegments() argument
379 points, pathIter.conicWeight(), errorConic); in createVerbSegments()
384 errorConic, false); in createVerbSegments()
418 float errorConic = acceptableError / 2; // somewhat arbitrary in approximate() local
422 errorSquared, errorConic); in approximate()