Home | History | Annotate | Download | only in pathops

Lines Matching defs:lastPt

558     const SkPoint& lastPt = fPts[SkPathOpsVerbToPoints(fVerb)];
582 if ((pt == firstPt && newT == 0) || (span.fPt == lastPt && newT == 1)) {
2736 const SkPoint& lastPt = span->fPt;
2740 } while (SkDPoint::ApproximatelyEqual(span->fPt, lastPt) && (span->fT == endT || span->fTiny));