Searched refs:errorSquared (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Path.cpp | 309 float& midT, SkPoint &midPoint, float errorSquared) { in subdividePoints() argument 318 return midErrorSquared > errorSquared; in subdividePoints() 330 std::vector<float>& lengths, float errorSquared, bool doubleCheckDivision) { in addBezier() argument 346 iter->second, next->first, next->second, midT, midPoint, errorSquared); in addBezier() 351 iter->second, midT, midPoint, quarterT, quarterPoint, errorSquared); in addBezier() 373 std::vector<float>& lengths, float errorSquared, float errorConic) { in createVerbSegments() argument 386 errorSquared, false); in createVerbSegments() 390 errorSquared, true); in createVerbSegments() 433 float errorSquared = acceptableError * acceptableError; in approximate() local 438 errorSquared, errorConic); in approximate()
|