Home | History | Annotate | Download | only in Intersection

Lines Matching full:lastt

1356         double lastT = -1;
1365 if (approximately_negative(span.fT - lastT)) {
1377 SkPoint curveTop = (*SegmentTop[fVerb])(fPts, lastT, span.fT);
1386 lastT = span.fT;
1586 int lastT = fTs.count() - 1;
1587 if (lastT < 0 || (start == 0 && end == lastT) || (start == lastT && end == 0)) {
4159 double lastT = -1;
4162 bool change = lastT != fTs[i].fT || lastWind != fTs[i].fWindValue
4166 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
4172 lastT = fTs[i].fT;
4181 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
4199 double lastT = -1;
4208 if (lastId == fID && lastT
4212 lastT = fTs[i].fT;