Lines Matching refs:x

66                 dx: m.x(dx, dy),
101 c = compensation(deg, m.x(fillpos[0], fillpos[1]), m.y(fillpos[0], fillpos[1]));
149 …newpath = pathTypes[o.type] && (params.x != a.x || params.y != a.y || params.width != a.width || p…
170 o._.fillpos = [a.x, a.y];
251 fill.position = bbox.x + S + bbox.y;
252 o._.fillpos = [bbox.x, bbox.y];
337 res.X = a.x;
340 …s) && (res.path.v = R.format("m{0},{1}l{2},{1}", round(a.x * zoom), round(a.y * zoom), round(a.x *…
480 dx = bb.x - bbt.x,
515 cx = bbox.x + bbox.width / 2;
533 this._.bbox.x += dx;
557 cx = cx == null ? bbox.x + bbox.width / 2 : cx;
580 c.x = b.x - this.paper._viewBoxShift.dx;
581 c.x *= z;
586 c.x2 = c.x + c.width;
597 x: this.X + (this.bbx || 0) - this.W / 2,
758 R._engine.rect = function (vml, x, y, w, h, r) { argument
759 var path = R._rectPath(x, y, w, h, r),
762 res.X = a.x = x;
771 R._engine.ellipse = function (vml, x, y, rx, ry) { argument
774 res.X = x - rx;
780 cx: x,
787 R._engine.circle = function (vml, x, y, r) { argument
790 res.X = x - r;
795 cx: x,
801 R._engine.image = function (vml, src, x, y, w, h) { argument
802 var path = R._rectPath(x, y, w, h),
808 res.X = a.x = x;
818 res._.fillpos = [x, y];
824 R._engine.text = function (vml, x, y, text) { argument
828 x = x || 0;
831 … path.v = R.format("m{0},{1}l{2},{1}", round(x * zoom), round(y * zoom), round(x * zoom) + 1);
850 p.attrs.x = x;
879 R._engine.setViewBox = function (x, y, w, h, fit) { argument
880 R.eve("raphael.setViewBox", this, this._viewBox, [x, y, w, h, fit]);
889 x -= (width - w * H) / 2 / H;
895 this._viewBox = [x, y, w, h, !!fit];
897 dx: -x,
934 x = con.x,
942 x = x || 0;
958 cs.left = x + "px";