Lines Matching refs:xFtrans
241 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 in miFillSppPoly() argument
1233 xl = (ptsIn[left].x + xFtrans) + ml * max(dy, 0); in miFillSppPoly()
1253 xr = (ptsIn[right].x + xFtrans) + mr * max(dy, 0); in miFillSppPoly()
1356 double xFtrans, yFtrans; in miArcJoin() local
1363 xFtrans = (xFtransLeft + xFtransRight) / 2; in miArcJoin()
1367 xFtrans - xFtransRight, yFtrans - yFtransRight); in miArcJoin()
1370 xFtrans - xFtransLeft, yFtrans - yFtransLeft); in miArcJoin()
1411 miFillSppPoly(pDraw, pGC, cpt, pArcPts, xOrg, yOrg, xFtrans, in miArcJoin()
1447 miFillSppPoly(pDraw, pGC, polyLen, poly, xOrg, yOrg, xFtrans, yFtrans); in miArcJoin()
1454 int end, int xOrg, int yOrg, double xFtrans, double yFtrans) in miArcCap() argument
1473 miFillSppPoly(pDraw, pGC, 5, poly, xOrg, yOrg, xFtrans, yFtrans); in miArcCap()
1482 -xOrg, -yOrg, xFtrans, yFtrans); in miArcCap()
1500 int fLineEnd, int xOrg, int yOrg, double xFtrans, double yFtrans) in miRoundCap() argument
1528 miFillSppPoly(pDraw, pGC, cpt, pArcPts, -xOrg, -yOrg, xFtrans, yFtrans); in miRoundCap()