Lines Matching refs:nextleft
103 nextleft,
133 nextleft = nextright = imin;
135 y = ICEIL(ptsIn[nextleft].y + yFtrans);
143 if ((y > (ptsIn[nextleft].y + yFtrans) ||
144 ISEQUAL(y, ptsIn[nextleft].y + yFtrans)) &&
145 Marked[nextleft] != 1)
147 Marked[nextleft]++;
148 left = nextleft++;
151 if (nextleft >= count)
152 nextleft = 0;
155 dy = ptsIn[nextleft].y - ptsIn[left].y;
158 ml = (ptsIn[nextleft].x - ptsIn[left].x) / dy;
191 i = (min(ptsIn[nextleft].y, ptsIn[nextright].y) + yFtrans) - y;
195 if(Marked[nextleft] && Marked[nextright])