Searched refs:xFtrans (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmifpolycon.c80 double xFtrans,
160 xl = (ptsIn[left].x + xFtrans) + ml * max(dy, 0);
182 xr = (ptsIn[right].x + xFtrans) + mr * max(dy, 0);
74 miFillSppPoly(DrawablePtr dst,GCPtr pgc,int count,SppPointPtr ptsIn,int xTrans,int yTrans,double xFtrans,double yFtrans) argument
H A Dmiarc.c228 int end, int xOrg, int yOrg, double xFtrans,
233 int xOrg, int yOrg, double xFtrans, double yFtrans);
1225 double xFtrans, yFtrans; local in function:miArcJoin
1232 xFtrans = (xFtransLeft + xFtransRight) / 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);
1328 double xFtrans,
1352 miFillSppPoly (pDraw, pGC, 5, poly, xOrg, yOrg, xFtrans, yFtran
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 Dmiarc.c241 int end, int xOrg, int yOrg, double xFtrans,
246 int xOrg, int yOrg, double xFtrans, double yFtrans);
1164 double xFtrans, double yFtrans /* translate before conversion
1233 xl = (ptsIn[left].x + xFtrans) + ml * max(dy, 0);
1253 xr = (ptsIn[right].x + xFtrans) + mr * max(dy, 0);
1356 double xFtrans, yFtrans; local in function:miArcJoin
1363 xFtrans = (xFtransLeft + xFtransRight) / 2;
1367 xFtrans - xFtransRight, yFtrans - yFtransRight);
1370 xFtrans - xFtransLeft, yFtrans - yFtransLeft);
1411 miFillSppPoly(pDraw, pGC, cpt, pArcPts, xOrg, yOrg, xFtrans,
1161 miFillSppPoly(DrawablePtr dst,GCPtr pgc,int count,SppPointPtr ptsIn,int xTrans,int yTrans,double xFtrans,double yFtrans) argument
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...]

Completed in 12 milliseconds