Home | History | Annotate | Download | only in mi

Lines Matching defs:xOrg

164     int xorg;
241 int end, int xOrg, int yOrg, double xFtrans,
246 int xOrg, int yOrg, double xFtrans, double yFtrans);
444 double w, h, r, xorg;
465 xorg = .5;
467 xorg = 0.0;
567 span->lx = ICEIL(xorg - outx);
570 span->lw = ICEIL(xorg + outx) - span->lx;
571 span->rx = ICEIL(xorg + inx);
572 span->rw = -ICEIL(xorg - inx);
576 span->lw = ICEIL(xorg - inx) - span->lx;
577 span->rx = ICEIL(xorg
578 span->rw = ICEIL(xorg + outx) - span->rx;
593 span->lx = ICEIL(xorg - outx);
595 span->lw = ICEIL(xorg + outx) - span->lx;
596 span->rx = ICEIL(xorg + inx);
597 span->rw = -ICEIL(xorg - inx);
600 span->lw = ICEIL(xorg - inx) - span->lx;
601 span->rx = ICEIL(xorg + inx);
602 span->rw = ICEIL(xorg + outx) - span->rx;
779 int xorg, yorgu, yorgl;
796 xorg = parc->x + (parc->width >> 1);
800 xorg += pDraw->x;
807 pts->x = xorg;
814 pts[0].x = xorg + span->lx;
827 pts[0].x = xorg;
834 pts[0].x = xorg + span->lx;
837 pts[1].x = xorg + span->rx;
854 pts[0].x = xorg + span->lx;
861 pts[0].x = xorg + span->lx;
864 pts[1].x = xorg + span->rx;
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);
2646 acc->xorg = tarc->x + (tarc->width >> 1);
2924 newFinalSpan(acc->yorgu - y, acc->xorg + rinx, acc->xorg + routx);
2926 newFinalSpan(acc->yorgl + y, acc->xorg + rinx, acc->xorg + routx);
2930 newFinalSpan(acc->yorgu - y, acc->xorg - loutx, acc->xorg - linx);
2932 newFinalSpan(acc->yorgl + y, acc->xorg - loutx, acc->xorg - linx);
2985 newFinalSpan(acc->yorgu - y, acc->xorg + n, acc->xorg + lw);
2987 newFinalSpan(acc->yorgl + y, acc->xorg + n, acc->xorg + lw);
2992 newFinalSpan(acc->yorgu - y, acc->xorg - rw, acc->xorg + n);
2994 newFinalSpan(acc->yorgl + y, acc->xorg - rw, acc->xorg + n);
3523 newFinalSpan(acc->yorgu - y - 1, acc->xorg, acc->xorg + 1);