Home | History | Annotate | Download | only in pathops

Lines Matching refs:fT

59         if (ptT->fT == t && ptT->segment() == segment) {
100 fT = t;
166 double min = walk->fT;
173 min = SkTMin(min, walk->fT);
174 max = SkTMax(max, walk->fT);
246 SkASSERT(this->t() != spanPtT->fT);
247 SkASSERT(!zero_or_one(spanPtT->fT));
260 if (nextC->span() == remainder->span() && nextC->fT == remainder->fT) {
332 if (!zero_or_one(inner->fT)) {
335 SkOPASSERT(inner->fT != test->fT);
336 if (!zero_or_one(test->fT)) {