Lines Matching refs:width

594             width: 0,
616 width: nu,
665 return rectPath(a.x, a.y, a.width, a.height, a.r);
669 return rectPath(a.x, a.y, a.width, a.height);
673 return rectPath(bbox.x, bbox.y, bbox.width, bbox.height);
677 return rectPath(bbox.x, bbox.y, bbox.width, bbox.height);
1664 width: bbox.max.x - bbox.min.x,
1978 return {x: 0, y: 0, width: 0, height: 0, x2: 0, y2: 0};
2005 width = xmax - xmin,
2012 width: width,
2014 cx: xmin + width / 2,
2624 m.rotate(t[1], bb.x + bb.width / 2, bb.y + bb.height / 2);
2639 m.scale(t[1], t[tlen - 1], bb.x + bb.width / 2, bb.y + bb.height / 2);
2741 width: container.style.pixelWidth || container.offsetWidth,
2747 width: y,
2756 width: w,
3067 … var rect = this.rect(-99, -99, this.width + 99, this.height + 99).attr({stroke: "none"});
3862 paperproto.setSize = function (width, height) { argument
3863 return R._engine.setSize.call(this, width, height);
3939 sr.width = sr.height = 1;
4051 return this.x + S + this.y + S + this.width + " \xd7 " + this.height;
4158 width: (glow.width || 10) + (+this.attr("stroke-width") || 1), property in AnonymousFunctionfecc8d709900.s
4165 c = s.width / 2,
4176 "stroke-width": +(s.width / c * i).toFixed(3),
5358 x2.push(box.x + box.width);
5370 width: x2 - x,
6054 var width = o.attrs["stroke-width"] || "1",
6055 …butt = {round: width, square: width, butt: 0}[o.attrs["stroke-linecap"] || params["stroke-linecap"…
6059 dashes[i] = value[i] * width + ((i % 2) ? 1 : -1) * butt;
6130 width: rect[2],
6169 value = -attrs.x - (attrs.width || 0);
6240 … $(el, {x: 0, y: 0, patternUnits: "userSpaceOnUse", height: 1, width: 1});
6248 $(el, {width: w, height: h});
6249 $(ig, {width: w, height: h});
6489 cx = bbox.x + bbox.width / 2;
6526 cx = cx == null ? bbox.x + bbox.width / 2 : cx;
6929 …res.attrs = {x: x, y: y, width: w, height: h, r: r || 0, rx: r || 0, ry: r || 0, fill: "none", str… property in res.attrs
6945 $(el, {x: x, y: y, width: w, height: h, preserveAspectRatio: "none"});
6949 res.attrs = {x: x, y: y, width: w, height: h, src: src}; property in res.attrs
6970 R._engine.setSize = function (width, height) { argument
6971 this.width = width || this.width;
6973 this.canvas.setAttribute("width", this.width);
6985 width = con.width,
6995 width = width || 512;
7000 width: width,
7016 container.width = width;
7027 var size = mmax(w / this.width, h / this.height),
7037 vb = "0 0 " + this.width + S + this.height;
7288 … pathTypes[o.type] && (params.x != a.x || params.y != a.y || params.width != a.width || params.hei…
7309 o._.fillsize = [a.width, a.height];
7334 dstyle.width = o.paper.width + "px";
7432 var width = (toFloat(params["stroke-width"]) || 1) * .75;
7434 params["stroke-width"] == null && (width = a["stroke-width"]);
7435 params["stroke-width"] && (stroke.weight = width);
7436 width && width < 1 && (opacity *= width) && (stroke.weight = 1);
7651 cx = bbox.x + bbox.width / 2;
7693 cx = cx == null ? bbox.x + bbox.width / 2 : cx;
7715 width: this.W,
7880 res.W = a.width = w;
7926 res.W = a.width = w;
7981 R._engine.setSize = function (width, height) { argument
7983 this.width = width;
7985 width == +width && (width += "px");
7987 cs.width = width;
7989 cs.clip = "rect(0 " + width + " " + height + " 0)";
7997 var width = this.width,
7999 size = 1 / mmax(w / width, h / height),
8003 W = width / w;
8004 if (w * H < width) {
8005 x -= (width - w * H) / 2 / H;
8043 width = con.width,
8054 width = width || 512;
8056 res.width = width;
8058 width == +width && (width += "px");
8065 …{1};display:inline-block;position:relative;clip:rect(0 {0} {1} 0);overflow:hidden", width, height);