Lines Matching defs:fT
90 fT = span->t() * (1 - t) + span->next()->t() * t;
92 fSlope = segment->dSlopeAtT(fT);
93 fPt = segment->ptAtT(fT);
101 double fT;
137 if (base.fSpan->segment() == this && approximately_equal(base.fT, t)) {
162 && roughly_equal(base.fT, t)
185 newHit->fT = t;
275 hitBase.fT, hitBase.fPt.fX, hitBase.fPt.fY);
287 SkDebugf(" t=%1.9g pt=(%1.9g,%1.9g) slope=(%1.9g,%1.9g)\n", hit->fT,
300 // SkASSERT(!approximately_zero(hit->fT) || !hit->fValid);