Searched refs:errorSquared (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 295 float& midT, SkPoint &midPoint, float errorSquared) { in subdividePoints() argument 304 return midErrorSquared > errorSquared; in subdividePoints() 316 std::vector<float>& lengths, float errorSquared, bool doubleCheckDivision) { in addBezier() argument 332 iter->second, next->first, next->second, midT, midPoint, errorSquared); in addBezier() 337 iter->second, midT, midPoint, quarterT, quarterPoint, errorSquared); in addBezier() 359 std::vector<float>& lengths, float errorSquared, float errorConic) { in createVerbSegments() argument 372 errorSquared, false); in createVerbSegments() 376 errorSquared, true); in createVerbSegments() 419 float errorSquared = acceptableError * acceptableError; in approximate() local 424 errorSquared, errorConic); in approximate()
|