Lines Matching full:nextpt
226 const SkPoint* nextPt;
228 nextPt = &fTs[++tIndex].fPt;
229 SkASSERT(fTs[tIndex].fT < 1 || startPt != *nextPt);
230 } while (startPt == *nextPt);
331 SkPoint nextPt = startPt;
336 } while (nextPt == *workPt);
340 } while (nextPt == *oWorkPt);
341 nextPt = *workPt;
348 addTPair(tStart, other, oStart, false, nextPt);
350 } while (endPt != nextPt);