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