Lines Matching defs:transformOrigin
706 transformOrigin,
718 transformOrigin = this.get("transformOrigin");
724 //vml skew matrix transformOrigin ranges from -0.5 to 0.5.
726 tx = transformOrigin[0] - 0.5;
727 ty = transformOrigin[1] - 0.5;
876 * Rotates the shape clockwise around it transformOrigin.
1085 * An array of x, y values which indicates the transformOrigin in which to rotate the shape. Valid values range between 0 and 1 representing a
1088 * @config transformOrigin
1091 transformOrigin: {
1102 * <dt>rotate</dt><dd>Rotates the shape clockwise around it transformOrigin.</dd>