Lines Matching refs:xOrg
241 int end, int xOrg, int yOrg, double xFtrans,
246 int xOrg, int yOrg, double xFtrans, double yFtrans);
897 int xOrg = 0, yOrg = 0;
960 xOrg = max(xMin, 0);
962 pixmapWidth = min(xMax, pDraw->width) - xOrg;
970 parc->x -= xOrg;
974 xOrg += pDraw->x;
1103 pixmapHeight, xOrg, yOrg);
1355 int xOrg, yOrg;
1361 xOrg = (xOrgRight + xOrgLeft) / 2;
1366 translateBounds(&Right, xOrg - xOrgRight, yOrg - yOrgRight,
1369 translateBounds(&Left, xOrg - xOrgLeft, yOrg - yOrgLeft,
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);