Lines Matching refs:cx

564             cx: 0,
601 cx: nu,
657 return ellipsePath(a.cx, a.cy, a.r);
661 return ellipsePath(a.cx, a.cy, a.rx, a.ry);
1610 cx = t1 * c2x + t * p2x,
1620 end: {x: cx, y: cy},
2014 cx: xmin + width / 2,
2249 cx = k * rx * y / ry + (x1 + x2) / 2,
2254 f1 = x1 < cx ? PI - f1 : f1;
2255 f2 = x2 < cx ? PI - f2 : f2;
2267 cx = recursive[2];
2276 x2 = cx + rx * math.cos(f2);
2278 res = a2c(x2, y2, rx, ry, angle, 0, sweep_flag, x2old, y2old, [f2, f2old, cx, cy]);
2908 matrixproto.scale = function (x, y, cx, cy) { argument
2910 (cx || cy) && this.add(1, 0, 0, 1, cx, cy);
2912 (cx || cy) && this.add(1, 0, 0, 1, -cx, -cy);
4635 var cx = 3 * p1x,
4636 bx = 3 * (p2x - p1x) - cx,
4637 ax = 1 - cx - bx,
4642 return ((ax * t + bx) * t + cx) * t;
4655 d2 = (3 * ax * t2 + 2 * bx) * t2 + cx;
6470 elproto.rotate = function (deg, cx, cy) { argument
6476 cx = toFloat(deg[1]);
6480 (cy == null) && (cx = cy);
6481 if (cx == null || cy == null) {
6483 cx = bbox.x + bbox.width / 2;
6486 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
6504 elproto.scale = function (sx, sy, cx, cy) { argument
6511 cx = toFloat(sx[2]);
6516 (cy == null) && (cx = cy);
6517 if (cx == null || cy == null) {
6520 cx = cx == null ? bbox.x + bbox.width / 2 : cx;
6522 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
6914 res.attrs = {cx: x, cy: y, r: r, fill: "none", stroke: "#000"}; property in res.attrs
6932 res.attrs = {cx: x, cy: y, rx: rx, ry: ry, fill: "none", stroke: "#000"}; property in res.attrs
7282 … a.y || params.width != a.width || params.height != a.height || params.cx != a.cx || params.cy != …
7283 …isOval = ovalTypes[o.type] && (a.cx != params.cx || a.cy != params.cy || a.r != params.r || a.rx !…
7309 var cx = +a.cx,
7313 …{4},{1},{4},{1}x", round((cx - rx) * zoom), round((cy - ry) * zoom), round((cx + rx) * zoom), roun…
7629 elproto.rotate = function (deg, cx, cy) { argument
7638 cx = toFloat(deg[1]);
7642 (cy == null) && (cx = cy);
7643 if (cx == null || cy == null) {
7645 cx = bbox.x + bbox.width / 2;
7649 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
7669 elproto.scale = function (sx, sy, cx, cy) { argument
7676 cx = toFloat(sx[2]);
7678 isNaN(cx) && (cx = null);
7683 (cy == null) && (cx = cy);
7684 if (cx == null || cy == null) {
7687 cx = cx == null ? bbox.x + bbox.width / 2 : cx;
7690 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
7890 cx: x,
7905 cx: x,