Searched refs:_findTargetCorner (Results 1 – 2 of 2) sorted by relevance
8208 return (target.containsPoint(xy) || target._findTargetCorner(pointer));8363 corner = target._findTargetCorner(this.getPointer(e, true)),8681 … this.lastRenderedObjectWithControlsAboveOverlay._findTargetCorner(this.getPointer(e, true)));9571 if (target._findTargetCorner(this.getPointer(e))) {9801 corner = target._findTargetCorner9803 && target._findTargetCorner(this.getPointer(e, true));12911 _findTargetCorner: function(pointer) { method
5 …_findTargetCorner(pointer)},_normalizePointer:function(object,pointer){var activeGroup=this.getAct…6 …getActiveGroup(),corner=target._findTargetCorner&&(!activeGroup||!activeGroup.contains(target))&&t…8 …til.object.extend(fabric.Object.prototype,{_controlsVisibility:null,_findTargetCorner:function(poi… method