Home | History | Annotate | Download | only in pathops

Lines Matching defs:lastPt

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