Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPath.cpp300 float& midT, SkPoint &midPoint, float errorSquared) { in subdividePoints() argument
309 return midErrorSquared > errorSquared; in subdividePoints()
321 std::vector<float>& lengths, float errorSquared, bool doubleCheckDivision) { in addBezier() argument
337 iter->second, next->first, next->second, midT, midPoint, errorSquared); in addBezier()
342 iter->second, midT, midPoint, quarterT, quarterPoint, errorSquared); in addBezier()
364 std::vector<float>& lengths, float errorSquared, float errorConic) { in createVerbSegments() argument
377 errorSquared, false); in createVerbSegments()
381 errorSquared, true); in createVerbSegments()
424 float errorSquared = acceptableError * acceptableError; in approximate() local
429 errorSquared, errorConic); in approximate()