Home
last modified time | relevance | path

Searched refs:nextright (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipoly.c399 int nextleft, nextright; /* indices to second endpoints */ in miFillConvexPoly() local
423 nextleft = nextright = imin; in miFillConvexPoly()
456 if (ptsIn[nextright].y == y) { in miFillConvexPoly()
457 right = nextright; in miFillConvexPoly()
463 nextright--; in miFillConvexPoly()
464 if (nextright < 0) in miFillConvexPoly()
465 nextright = count - 1; in miFillConvexPoly()
471 BRESINITPGON(ptsIn[nextright].y - ptsIn[right].y, in miFillConvexPoly()
472 ptsIn[right].x, ptsIn[nextright].x, in miFillConvexPoly()
480 i = min(ptsIn[nextleft].y, ptsIn[nextright].y) - y; in miFillConvexPoly()
H A Dmiarc.c1183 nextleft, nextright; /* indices to second endpoints */ in miFillSppPoly() local
1209 nextleft = nextright = imin; in miFillSppPoly()
1238 if ((y > ptsIn[nextright].y + yFtrans) || in miFillSppPoly()
1239 (ISEQUAL(y, ptsIn[nextright].y + yFtrans) in miFillSppPoly()
1240 && Marked[nextright] != 1)) { in miFillSppPoly()
1241 Marked[nextright]++; in miFillSppPoly()
1242 right = nextright--; in miFillSppPoly()
1245 if (nextright < 0) in miFillSppPoly()
1246 nextright = count - 1; in miFillSppPoly()
1249 dy = ptsIn[nextright].y - ptsIn[right].y; in miFillSppPoly()
[all …]