Lines Matching refs:transform

593             transform: "",
615 transform: "transform",
2557 toMatrix = R.toMatrix = function (path, transform) { argument
2561 transform: E property in AnonymousFunctionaefe14e85800.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;
5987transform: (isEnd ? "rotate(180 " + w / 2 + " " + h / 2 + ") " : E) + "scale(" + w / t + "," + h /…
6106 o.transform(value);
6413 transform: [], property in AnonymousFunctionaefe14e8e700._
6486 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
6522 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
6546 this.transform(this._.transform.concat([["t", dx, dy]]));
6586 elproto.transform = function (tstr) {
6589 return _.transform;
6593 this.clip && $(this.clip, {transform: this.matrix.invert()});
6595 this.node && $(this.node, {transform: this.matrix});
6760 res.transform = this._.transform;
6768 return this._.transform;
7307 "transform" in params && o.transform(params.transform);
7568 transform: [], property in AnonymousFunctionaefe14e811100._
7587 elproto.transform = function (tstr) {
7589 return this._.transform;
7595 oldt = tstr = Str(tstr).replace(/\.{3}|\u2026/g, this._.transform || E);
7626 oldt && (this._.transform = oldt);
7649 this.transform(this._.transform.concat([["r", deg, cx, cy]]));
7666 this.transform(this._.transform.concat([["t", dx, dy]]));
7690 this.transform(this._.transform.concat([["s", sx, sy, cx, cy]]));
7737 res.transform = this._.transform;
7865 p.transform(E);
7972 p.transform(E);
8012 el.transform("...");