Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPath.cpp364 std::vector<float>& lengths, float errorSquared, float errorConic) { in createVerbSegments() argument
386 points, pathIter.conicWeight(), errorConic); in createVerbSegments()
391 errorConic, false); in createVerbSegments()
425 float errorConic = acceptableError / 2; // somewhat arbitrary in approximate() local
429 errorSquared, errorConic); in approximate()