Searched refs:midT (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 324 float& midT, SkPoint &midPoint, float errorSquared) { in subdividePoints() argument 325 midT = (t1 + t0) / 2; in subdividePoints() 329 midPoint = (*bezierFunction)(midT, points); in subdividePoints() 359 float midT; in addBezier() local 361 iter->second, next->first, next->second, midT, midPoint, errorSquared); in addBezier() 366 iter->second, midT, midPoint, quarterT, quarterPoint, errorSquared); in addBezier() 373 next = tToPoint.insert(iter, PointMap::value_type(midT, midPoint)); in addBezier()
|