Home
last modified time | relevance | path

Searched refs:midT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/jni/
DPath.cpp293 float& midT, SkPoint &midPoint, float errorSquared) { in subdividePoints() argument
294 midT = (t1 + t0) / 2; in subdividePoints()
298 midPoint = (*bezierFunction)(midT, points); in subdividePoints()
328 float midT; in addBezier() local
330 iter->second, next->first, next->second, midT, midPoint, errorSquared); in addBezier()
335 iter->second, midT, midPoint, quarterT, quarterPoint, errorSquared); in addBezier()
342 next = tToPoint.insert(iter, PointMap::value_type(midT, midPoint)); in addBezier()