Home | History | Annotate | Download | only in pathops

Lines Matching refs:iEnd

2792         int iEnd = i + 1;
2793 while (fTs[iEnd].fT < 1 && approximately_equal(fTs[i].fT, fTs[iEnd].fT)) {
2794 ++iEnd;
2796 SkDebugf(" tEnd=%1.9g", fTs[iEnd].fT);