Searched refs:nextright (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mifpolycon.c | 104 nextright; /* indices to second endpoints */ local in function:miFillSppPoly 133 nextleft = nextright = imin; 165 if ((y > ptsIn[nextright].y + yFtrans) || 166 (ISEQUAL(y, ptsIn[nextright].y + yFtrans) 167 && Marked[nextright] != 1)) 169 Marked[nextright]++; 170 right = nextright--; 173 if (nextright < 0) 174 nextright = count - 1; 177 dy = ptsIn[nextright] [all...] |
| H A D | mipolycon.c | 92 int nextleft, nextright; /* indices to second endpoints */ local in function:miFillConvexPoly 117 nextleft = nextright = imin; 150 if (ptsIn[nextright].y == y) { 151 right = nextright; 157 nextright--; 158 if (nextright < 0) 159 nextright = count-1; 165 BRESINITPGON(ptsIn[nextright].y-ptsIn[right].y, 166 ptsIn[right].x,ptsIn[nextright].x, 174 i = min(ptsIn[nextleft].y, ptsIn[nextright] [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipoly.c | 399 int nextleft, nextright; /* indices to second endpoints */ local in function:miFillConvexPoly 423 nextleft = nextright = imin; 456 if (ptsIn[nextright].y == y) { 457 right = nextright; 463 nextright--; 464 if (nextright < 0) 465 nextright = count - 1; 471 BRESINITPGON(ptsIn[nextright].y - ptsIn[right].y, 472 ptsIn[right].x, ptsIn[nextright].x, 480 i = min(ptsIn[nextleft].y, ptsIn[nextright] [all...] |
| H A D | miarc.c | 1183 nextleft, nextright; /* indices to second endpoints */ local in function:miFillSppPoly 1209 nextleft = nextright = imin; 1238 if ((y > ptsIn[nextright].y + yFtrans) || 1239 (ISEQUAL(y, ptsIn[nextright].y + yFtrans) 1240 && Marked[nextright] != 1)) { 1241 Marked[nextright]++; 1242 right = nextright--; 1245 if (nextright < 0) 1246 nextright = count - 1; 1249 dy = ptsIn[nextright] [all...] |
Completed in 6 milliseconds