Home | History | Annotate | Download | only in pathops

Lines Matching refs:nextT

231     double nextT = fTs[tIndex].fT;
241 // if nextT == 1, no following span
257 if (nextT < 1 && fTs[tIndex].fWindValue) {
2502 double nextT = nextSpan->fT;
2503 if (thisT == nextT) {
2506 SkASSERT(thisT < nextT);