Home | History | Annotate | Download | only in pathops

Lines Matching defs:endIndex

145         int index, endIndex;
148 &index, &endIndex, &topLeft, &topUnsortable, &done);
160 if (current->activeOp(index, endIndex, xorMask, xorOpMask, op)) {
173 int nextEnd = endIndex;
180 current->addCurveTo(index, endIndex, simple, true);
188 current->xyAtT(endIndex).fX, current->xyAtT(endIndex).fY);
190 current->addCurveTo(index, endIndex, simple, true);
193 endIndex = nextEnd;
195 || !current->done(SkMin32(index, endIndex))));
196 if (current->activeWinding(index, endIndex) && !simple->isClosed()) {
198 int min = SkMin32(index, endIndex);
204 current->addCurveTo(index, endIndex, simple, true);
210 SkOpSpan* last = current->markAndChaseDoneBinary(index, endIndex);
215 current = findChaseOp(chaseArray, index, endIndex);