Lines Matching refs:_left
409 this._left = 0;
434 left = this._left,
524 if(w < this._left)
526 this._left = w;
536 this._width = this._right - this._left;
1175 tx = this._left + (transformOrigin[0] * this.get("width"));
1178 normalizedMatrix.init({dx: x + this._left, dy: y + this._top});
1687 * @property _left
1691 _left: 0,
1766 var val = Math.max(this._right - this._left, 0);