Searched refs:ptsIn (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mipoly.c | 387 miFillConvexPoly(DrawablePtr dst, GCPtr pgc, int count, DDXPointPtr ptsIn) in miFillConvexPoly() argument 410 imin = getPolyYBounds(ptsIn, count, &ymin, &ymax); in miFillConvexPoly() 424 y = ptsIn[nextleft].y; in miFillConvexPoly() 433 if (ptsIn[nextleft].y == y) { in miFillConvexPoly() 448 BRESINITPGON(ptsIn[nextleft].y - ptsIn[left].y, in miFillConvexPoly() 449 ptsIn[left].x, ptsIn[nextleft].x, in miFillConvexPoly() 456 if (ptsIn[nextright].y == y) { 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() [all …]
|
| H A D | miarc.c | 1162 SppPointPtr ptsIn, /* the points */ in miFillSppPoly() argument 1191 imin = GetFPolyYBounds(ptsIn, count, yFtrans, &ymin, &ymax); in miFillSppPoly() 1211 y = ICEIL(ptsIn[nextleft].y + yFtrans); in miFillSppPoly() 1218 if ((y > (ptsIn[nextleft].y + yFtrans) || in miFillSppPoly() 1219 ISEQUAL(y, ptsIn[nextleft].y + yFtrans)) && in miFillSppPoly() 1229 dy = ptsIn[nextleft].y - ptsIn[left].y; in miFillSppPoly() 1231 ml = (ptsIn[nextleft].x - ptsIn[left].x) / dy; in miFillSppPoly() 1232 dy = y - (ptsIn[left].y + yFtrans); in miFillSppPoly() 1233 xl = (ptsIn[left].x + xFtrans) + ml * max(dy, 0); in miFillSppPoly() 1238 if ((y > ptsIn[nextright].y + yFtrans) || in miFillSppPoly() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VGAarbiterPriv.h | 232 int mode, int count, DDXPointPtr ptsIn);
|
| H A D | xf86VGAarbiter.c | 764 int shape, int mode, int count, DDXPointPtr ptsIn) in VGAarbiterFillPolygon() argument 770 (*pGC->ops->FillPolygon) (pDraw, pGC, shape, mode, count, ptsIn); in VGAarbiterFillPolygon()
|