Home | History | Annotate | Download | only in pathops

Lines Matching full:endindex

20         int index, endIndex;
25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
39 if (current->activeWinding(index, endIndex)) {
46 int nextEnd = endIndex;
53 current->addCurveTo(index, endIndex, simple, true);
61 current->xyAtT(endIndex).fX, current->xyAtT(endIndex).fY);
63 current->addCurveTo(index, endIndex, simple, true);
66 endIndex = nextEnd;
68 || !current->done(SkMin32(index, endIndex))));
69 if (current->activeWinding(index, endIndex) && !simple->isClosed()) {
71 int min = SkMin32(index, endIndex);
73 current->addCurveTo(index, endIndex, simple, true);
79 SkOpSpan* last = current->markAndChaseDoneUnary(index, endIndex);
92 current = FindChase(&chase, &index, &endIndex);