Lines Matching refs:tmax
110 void split(float tmin, float tmax, ScalarBezCurve* result) const { in split() argument
112 const float tRel = tmin / tmax; in split()
114 this->split(tmax, &rl, &rr); in split()
289 float tmax, in ZeroSetRec() argument
300 result->push_back((tmin + tmax) * 0.5); in ZeroSetRec()
306 } else if (SkScalarNearlyZero(tmax - tmin)) { in ZeroSetRec()
312 const float tmid = (tmin + tmax) * 0.5; in ZeroSetRec()
314 ZeroSetRec(right, tmid, tmax, tol, result); in ZeroSetRec()
564 const float tmax = lenTraveled + verbLength; in getFillPath() local
568 fVarWidth.split(tmin, tmax, &partVarWidth); in getFillPath()
569 fVarWidthInner.split(tmin, tmax, &partVarWidthInner); in getFillPath()
1261 const float tmin = i * dt, tmax = (i + 1) * dt; in drawErrorCurve() local
1263 E.split(tmax, &left, &right); in drawErrorCurve()
1264 const float tRel = tmin / tmax; in drawErrorCurve()