Searched defs:errorSquared (Results 1 – 1 of 1) sorted by relevance
295 float& midT, SkPoint &midPoint, float errorSquared) { in subdividePoints()316 std::vector<float>& lengths, float errorSquared, bool doubleCheckDivision) { in addBezier()359 std::vector<float>& lengths, float errorSquared, float errorConic) { in createVerbSegments()419 float errorSquared = acceptableError * acceptableError; in approximate() local