Home
last modified time | relevance | path

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

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