Home | History | Annotate | Download | only in mi

Lines Matching defs:xOrg

162 	int		xorg;
228 int end, int xOrg, int yOrg, double xFtrans,
233 int xOrg, int yOrg, double xFtrans, double yFtrans);
457 double w, h, r, xorg;
478 xorg = .5;
480 xorg = 0.0;
588 span->lx = ICEIL(xorg - outx);
592 span->lw = ICEIL(xorg + outx) - span->lx;
593 span->rx = ICEIL(xorg + inx);
594 span->rw = -ICEIL(xorg - inx);
599 span->lw = ICEIL(xorg - inx) - span->lx;
600 span->rx = ICEIL(xorg + inx);
601 span->rw = ICEIL(xorg + outx) - span->rx;
618 span->lx = ICEIL(xorg - outx);
621 span->lw = ICEIL(xorg + outx) - span->lx;
622 span->rx = ICEIL(xorg + inx);
623 span->rw = -ICEIL(xorg - inx);
627 span->lw = ICEIL(xorg - inx) - span->lx;
628 span->rx = ICEIL(xorg + inx);
629 span->rw = ICEIL(xorg + outx) - span->rx;
819 int xorg, yorgu, yorgl;
837 xorg = parc->x + (parc->width >> 1);
842 xorg += pDraw->x;
850 pts->x = xorg;
858 pts[0].x = xorg + span->lx;
872 pts[0].x = xorg;
880 pts[0].x = xorg + span->lx;
883 pts[1].x = xorg + span->rx;
902 pts[0].x = xorg + span->lx;
910 pts[0].x = xorg + span->lx;
913 pts[1].x = xorg + span->rx;
946 int xOrg = 0, yOrg = 0;
1014 xOrg = max(xMin, 0);
1016 pixmapWidth = min(xMax, pDraw->width) - xOrg;
1024 parc->x -= xOrg;
1029 xOrg += pDraw->x;
1157 pDraw, pixmapWidth, pixmapHeight, xOrg, yOrg);
1224 int xOrg, yOrg;
1230 xOrg = (xOrgRight + xOrgLeft) / 2;
1235 translateBounds (&Right, xOrg - xOrgRight, yOrg - yOrgRight,
1238 translateBounds (&Left, xOrg - xOrgLeft, yOrg - yOrgLeft,
1281 miFillSppPoly(pDraw, pGC, cpt, pArcPts, xOrg, yOrg, xFtrans, yFtrans);
1316 miFillSppPoly (pDraw, pGC, polyLen, poly, xOrg, yOrg, xFtrans, yFtrans);
1326 int xOrg,
1352 miFillSppPoly (pDraw, pGC, 5, poly, xOrg, yOrg, xFtrans, yFtrans);
1361 -xOrg, -yOrg, xFtrans, yFtrans);
1382 int xOrg,
1412 miFillSppPoly(pDraw, pGC, cpt, pArcPts, -xOrg, -yOrg, xFtrans, yFtrans);
2591 acc->xorg = tarc->x + (tarc->width >> 1);
2881 acc->xorg + rinx, acc->xorg + routx);
2884 acc->xorg + rinx, acc->xorg + routx);
2889 acc->xorg - loutx, acc->xorg - linx);
2892 acc->xorg - loutx, acc->xorg - linx);
2954 acc->xorg + n, acc->xorg + lw);
2957 acc->xorg + n, acc->xorg + lw);
2963 acc->xorg - rw, acc->xorg + n);
2966 acc->xorg - rw, acc->xorg + n);
3512 newFinalSpan (acc->yorgu - y - 1, acc->xorg, acc->xorg + 1);