Lines Matching refs:transform

593             transform: "",
615 transform: "transform",
2557 toMatrix = R.toMatrix = function (path, transform) { argument
2561 transform: E property in AnonymousFunctionfecc8d705800.el._
2567 extractTransform(el, transform);
2582 transformPath = R.transformPath = function (path, transform) { argument
2583 return mapPath(path, toMatrix(path, transform));
2587 return el._.transform;
2589 tstr = Str(tstr).replace(/\.{3}|\u2026/g, el._.transform || E);
2598 _.transform = tdata || [];
4838 _: {transform: _.transform}, property in runAnimation.to2._
4852 to[attr] = to2._.transform;
5986transform: (isEnd ? "rotate(180 " + w / 2 + " " + h / 2 + ") " : E) + "scale(" + w / t + "," + h /…
6112 o.transform(value);
6419 transform: [], property in AnonymousFunctionfecc8d70e700._
6492 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
6528 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
6552 this.transform(this._.transform.concat([["t", dx, dy]]));
6592 elproto.transform = function (tstr) {
6595 return _.transform;
6599 this.clip && $(this.clip, {transform: this.matrix.invert()});
6601 this.node && $(this.node, {transform: this.matrix});
6766 res.transform = this._.transform;
6774 return this._.transform;
7313 "transform" in params && o.transform(params.transform);
7574 transform: [], property in AnonymousFunctionfecc8d7011100._
7593 elproto.transform = function (tstr) {
7595 return this._.transform;
7601 oldt = tstr = Str(tstr).replace(/\.{3}|\u2026/g, this._.transform || E);
7632 oldt && (this._.transform = oldt);
7655 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
7672 this.transform(this._.transform.concat([["t", dx, dy]]));
7696 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
7743 res.transform = this._.transform;
7871 p.transform(E);
7978 p.transform(E);
8018 el.transform("...");