Home | History | Annotate | Download | only in pathops

Lines Matching defs:endIndex

28         int endIndex = 1;
29 cubicEndPoints(pts, 0, endIndex);
34 cubicEndPoints(pts, 0, ++endIndex);
35 SkASSERT(endIndex == 2);
40 cubicEndPoints(pts, 0, ++endIndex); // line
41 SkASSERT(endIndex == 3);
50 if (NotAlmostEqualUlps(pts[0].fY, pts[++endIndex].fY)) {
51 if (pts[0].fY > pts[endIndex].fY) {
56 if (endIndex == 3) {
59 SkASSERT(endIndex == 2);