Searched refs:errorSquared (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | Path.cpp | 293 float& midT, SkPoint &midPoint, float errorSquared) { in subdividePoints() argument 302 return midErrorSquared > errorSquared; in subdividePoints() 314 std::vector<float>& lengths, float errorSquared, bool doubleCheckDivision) { in addBezier() argument 330 iter->second, next->first, next->second, midT, midPoint, errorSquared); in addBezier() 335 iter->second, midT, midPoint, quarterT, quarterPoint, errorSquared); in addBezier() 357 std::vector<float>& lengths, float errorSquared, float errorConic) { in createVerbSegments() argument 370 errorSquared, false); in createVerbSegments() 374 errorSquared, true); in createVerbSegments() 417 float errorSquared = acceptableError * acceptableError; in approximate() local 422 errorSquared, errorConic); in approximate()
|