Lines Matching refs:endIndex
16 const int endIndex = *endIndexPtr;
19 double tAtMid = current->tAtMid(index, endIndex, mid);
51 if (testSeg == current && current->betweenTs(index, testHit, endIndex)) {
53 double endT = current->t(endIndex);
56 double midT = current->tAtMid(index, endIndex, mid);
58 double newMidT = current->tAtMid(index, endIndex, newMid);
66 endT, current->xAtT(endIndex), current->yAtT(endIndex));
95 double endT = current->t(endIndex);
113 SkOpSegment* FindChase(SkTDArray<SkOpSpan*>& chase, int& tIndex, int& endIndex) {
125 endIndex = last->end();
190 endIndex = angle->end();
191 int lesser = SkMin32(tIndex, endIndex);
220 int* index, int* endIndex, SkPoint* topLeft, bool* unsortable,
251 result = topStart->findTop(index, endIndex, unsortable, onlySortable);
257 SkOpSegment** current, int* index, int* endIndex, double* tHit,
262 contourWinding = contourRangeCheckY(contourList, current, index, endIndex, tHit, hitDx,
274 SkOpSegment** current, int* index, int* endIndex) {
275 if (!(*current)->isVertical(*index, *endIndex)) {
284 *current = contour->nonVerticalSegment(index, endIndex);
300 const int endIndex = *endIndexPtr;
302 current->initWinding(index, endIndex);
306 int minIndex = SkMin32(index, endIndex);
311 sumWinding = current->computeSum(index, endIndex, binary);