| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mifpolycon.c | 58 static int GetFPolyYBounds(SppPointPtr pts, int n, double yFtrans, 81 double yFtrans /* translate before conversion 114 imin = GetFPolyYBounds(ptsIn, count, yFtrans, &ymin, &ymax); 135 y = ICEIL(ptsIn[nextleft].y + yFtrans); 143 if ((y > (ptsIn[nextleft].y + yFtrans) || 144 ISEQUAL(y, ptsIn[nextleft].y + yFtrans)) && 159 dy = y - (ptsIn[left].y + yFtrans); 165 if ((y > ptsIn[nextright].y + yFtrans) || 166 (ISEQUAL(y, ptsIn[nextright].y + yFtrans) 181 dy = y - (ptsIn[right].y + yFtrans); 74 miFillSppPoly(DrawablePtr dst,GCPtr pgc,int count,SppPointPtr ptsIn,int xTrans,int yTrans,double xFtrans,double yFtrans) argument 251 GetFPolyYBounds(SppPointPtr pts,int n,double yFtrans,int * by,int * ty) argument [all...] |
| H A D | miarc.c | 229 double yFtrans); 233 int xOrg, int yOrg, double xFtrans, double yFtrans); 1225 double xFtrans, yFtrans; local in function:miArcJoin 1233 yFtrans = (yFtransLeft + yFtransRight) / 2; 1236 xFtrans - xFtransRight, yFtrans - yFtransRight); 1239 xFtrans - xFtransLeft, yFtrans - yFtransLeft); 1281 miFillSppPoly(pDraw, pGC, cpt, pArcPts, xOrg, yOrg, xFtrans, yFtrans); 1316 miFillSppPoly (pDraw, pGC, polyLen, poly, xOrg, yOrg, xFtrans, yFtrans); 1329 double yFtrans) 1352 miFillSppPoly (pDraw, pGC, 5, poly, xOrg, yOrg, xFtrans, yFtrans); 1321 miArcCap(DrawablePtr pDraw,GCPtr pGC,miArcFacePtr pFace,int end,int xOrg,int yOrg,double xFtrans,double yFtrans) argument 1374 miRoundCap(DrawablePtr pDraw,GCPtr pGC,SppPointRec pCenter,SppPointRec pEnd,SppPointRec pCorner,SppPointRec pOtherCorner,int fLineEnd,int xOrg,int yOrg,double xFtrans,double yFtrans) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miarc.c | 242 double yFtrans); 246 int xOrg, int yOrg, double xFtrans, double yFtrans); 1123 GetFPolyYBounds(SppPointPtr pts, int n, double yFtrans, int *by, int *ty) argument 1143 *by = ICEIL(ymin + yFtrans); 1144 *ty = ICEIL(ymax + yFtrans - 1); 1164 double xFtrans, double yFtrans /* translate before conversion 1191 imin = GetFPolyYBounds(ptsIn, count, yFtrans, &ymin, &ymax); 1211 y = ICEIL(ptsIn[nextleft].y + yFtrans); 1218 if ((y > (ptsIn[nextleft].y + yFtrans) || 1219 ISEQUAL(y, ptsIn[nextleft].y + yFtrans)) 1161 miFillSppPoly(DrawablePtr dst,GCPtr pgc,int count,SppPointPtr ptsIn,int xTrans,int yTrans,double xFtrans,double yFtrans) argument 1356 double xFtrans, yFtrans; local in function:miArcJoin 1451 miArcCap(DrawablePtr pDraw,GCPtr pGC,miArcFacePtr pFace,int end,int xOrg,int yOrg,double xFtrans,double yFtrans) argument 1494 miRoundCap(DrawablePtr pDraw,GCPtr pGC,SppPointRec pCenter,SppPointRec pEnd,SppPointRec pCorner,SppPointRec pOtherCorner,int fLineEnd,int xOrg,int yOrg,double xFtrans,double yFtrans) argument [all...] |