Lines Matching refs:nextleft
92 int nextleft, nextright; /* indices to second endpoints */
117 nextleft = nextright = imin;
118 y = ptsIn[nextleft].y;
127 if (ptsIn[nextleft].y == y) {
128 left = nextleft;
134 nextleft++;
135 if (nextleft >= count)
136 nextleft = 0;
142 BRESINITPGON(ptsIn[nextleft].y-ptsIn[left].y,
143 ptsIn[left].x,ptsIn[nextleft].x,
174 i = min(ptsIn[nextleft].y, ptsIn[nextright].y) - y;