Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPath.cpp297 float& midT, SkPoint &midPoint, float errorSquared) { in subdividePoints()
318 std::vector<float>& lengths, float errorSquared, bool doubleCheckDivision) { in addBezier()
361 std::vector<float>& lengths, float errorSquared, float errorConic) { in createVerbSegments()
421 float errorSquared = acceptableError * acceptableError; in approximate() local