Home | History | Annotate | Download | only in pathops

Lines Matching defs:endIndex

18         int index, endIndex;
20 SkOpSegment* current = FindSortableTop(contourList, &firstContour, &index, &endIndex,
33 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);
84 current = FindChase(chaseArray, index, endIndex);