Lines Matching refs:get

3391     get: function () {
3710 svgCache.get(url, function (value) {
3898 var instanceFillValue = obj.get(property);
8407 if (!target.get('lockMovementX')) {
8410 if (!target.get('lockMovementY')) {
8426 lockScalingX = target.get('lockScalingX'),
8427 lockScalingY = target.get('lockScalingY'),
8428 lockScalingFlip = target.get('lockScalingFlip');
8472 else if (by === 'x' && !target.get('lockUniScaling')) {
8475 else if (by === 'y' && !target.get('lockUniScaling')) {
8589 if (t.target.get('lockRotation')) {
9772 if ((e.shiftKey || this.uniScaleTransform) && !transform.target.get('lockUniScaling')) {
11339 get: function(property) {
11365 this._set(key, value(this.get(key)));
11413 var value = this.get(property);
11696 active: this.get('active'),
12854 return this.get(prop) !== this.originalState[prop];
12865 this.originalState[prop] = this.get(prop);
12870 this.originalState[prop] = this.get(prop);
12931 if (this.get('lockUniScaling') &&
13066 …if (this.hasRotatingPoint && this.isControlVisible('mtr') && !this.get('lockRotation') && this.has…
13129 if (!this.get('lockUniScaling')) {
13273 startValue: object.get('left'),
13308 startValue: object.get('top'),
13343 startValue: object.get('opacity'),
13426 ? this.get(propPair[0])[propPair[1]]
13427 : this.get(property);
13793 switch (this.get(origin)) {
13795 return Math.min(this.get(axis1), this.get(axis2));
13797 return Math.min(this.get(axis1), this.get(axis2)) + (0.5 * this.get(dimension));
13799 return Math.max(this.get(axis1), this.get(axis2));
13894 radius: this.get('radius'),
13968 return this.get('radius') * this.get('scaleX');
13976 return this.get('radius') * this.get('scaleY');
14268 return this.get('rx') * this.get('scaleX');
14276 return this.get('ry') * this.get('scaleY');
14286 rx: this.get('rx'),
14287 ry: this.get('ry')
14547 rx: this.get('rx') || 0,
14548 ry: this.get('ry') || 0
14571 '" rx="', this.get('rx'), '" ry="', this.get('ry'),
14775 return this.get('points').length;
16246 var firstPathFill = (this.getObjects()[0].get('fill') || '').toLowerCase();
16248 return (path.get('fill') || '').toLowerCase() === firstPathFill;
16611 var oldOriginX = object.get('originX'),
16612 oldOriginY = object.get('originY'),
16642 object.set('left', -object.get('left'));
16647 object.set('top', -object.get('top'));
16682 scaleX: object.get('scaleX') * this.get('scaleX'),
16683 scaleY: object.get('scaleY') * this.get('scaleY')
16693 left: (-Math.sin(groupAngle) * object.getTop() * this.get('scaleY') +
16694 Math.cos(groupAngle) * object.getLeft() * this.get('scaleX')),
16696 top: (Math.cos(groupAngle) * object.getTop() * this.get('scaleY') +
16697 Math.sin(groupAngle) * object.getLeft() * this.get('scaleX'))
16718 this._originalLeft = this.get('left');
16719 this._originalTop = this.get('top');
16728 return this._originalLeft !== this.get('left') ||
16729 this._originalTop !== this.get('top');
16827 get: function(prop) {
16843 return this._objects[0] && this._objects[0].get(prop);
17541 startValue: this.get('angle'),