Lines Matching refs:cy

565             cy: 0,
602 cy: nu,
657 return ellipsePath(a.cx, a.cy, a.r);
661 return ellipsePath(a.cx, a.cy, a.rx, a.ry);
1611 cy = t1 * c2y + t * p2y,
1620 end: {x: cx, y: cy},
2015 cy: ymin + height / 2
2250 cy = k * -ry * x / rx + (y1 + y2) / 2,
2251 f1 = math.asin(((y1 - cy) / ry).toFixed(9)),
2252 f2 = math.asin(((y2 - cy) / ry).toFixed(9));
2268 cy = recursive[3];
2277 y2 = cy + ry * math.sin(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);
4638 cy = 3 * p1y,
4639 by = 3 * (p2y - p1y) - cy,
4640 ay = 1 - cy - by;
4646 return ((ay * t + by) * t + cy) * t;
6470 elproto.rotate = function (deg, cx, cy) { argument
6477 cy = toFloat(deg[2]);
6480 (cy == null) && (cx = cy);
6481 if (cx == null || cy == null) {
6484 cy = bbox.y + bbox.height / 2;
6486 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
6504 elproto.scale = function (sx, sy, cx, cy) { argument
6512 cy = toFloat(sx[3]);
6516 (cy == null) && (cx = cy);
6517 if (cx == null || cy == null) {
6521 cy = cy == null ? bbox.y + bbox.height / 2 : cy;
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.width || params.height != a.height || params.cx != a.cx || params.cy != a.cy || params.rx != …
7283 …isOval = ovalTypes[o.type] && (a.cx != params.cx || a.cy != params.cy || a.r != params.r || a.rx !…
7310 cy = +a.cy,
7313 …4},{1},{4},{1}x", round((cx - rx) * zoom), round((cy - ry) * zoom), round((cx + rx) * zoom), round…
7629 elproto.rotate = function (deg, cx, cy) { argument
7639 cy = toFloat(deg[2]);
7642 (cy == null) && (cx = cy);
7643 if (cx == null || cy == null) {
7646 cy = bbox.y + bbox.height / 2;
7649 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
7669 elproto.scale = function (sx, sy, cx, cy) { argument
7677 cy = toFloat(sx[3]);
7679 isNaN(cy) && (cy = null);
7683 (cy == null) && (cx = cy);
7684 if (cx == null || cy == null) {
7688 cy = cy == null ? bbox.y + bbox.height / 2 : cy;
7690 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
7891 cy: y,
7906 cy: y,