Lines Matching refs:nextPt
229 const SkPoint* nextPt;
231 nextPt = &fTs[++tIndex].fPt;
232 SkASSERT(fTs[tIndex].fT < 1 || startPt != *nextPt);
233 } while (startPt == *nextPt);
308 SkPoint nextPt = startPt;
313 } while (nextPt == *workPt);
316 } while (nextPt == *workPt);
317 nextPt = *workPt;
323 addTPair(tStart, other, oStart, false, nextPt);
324 } while (endPt != nextPt);