Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DPath.cpp309 float& midT, SkPoint &midPoint, float errorSquared) { in subdividePoints()
330 std::vector<float>& lengths, float errorSquared, bool doubleCheckDivision) { in addBezier()
373 std::vector<float>& lengths, float errorSquared, float errorConic) { in createVerbSegments()
433 float errorSquared = acceptableError * acceptableError; in approximate() local