Lines Matching defs:transformOrigin
559 * Rotates the shape clockwise around it transformOrigin.
612 transformOrigin,
626 transformOrigin = this.get("transformOrigin");
627 tx = x + (transformOrigin[0] * this.get("width"));
628 ty = y + (transformOrigin[1] * this.get("height"));
635 tx = this._left + (transformOrigin[0] * this.get("width"));
636 ty = this._top + (transformOrigin[1] * this.get("height"));
782 * 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
785 * @config transformOrigin
788 transformOrigin: {
799 * <dt>rotate</dt><dd>Rotates the shape clockwise around it transformOrigin.</dd>