Home
last modified time | relevance | path

Searched refs:_findTargetCorner (Results 1 – 2 of 2) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js8208 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._findTargetCorner
9803 && target._findTargetCorner(this.getPointer(e, true));
12911 _findTargetCorner: function(pointer) { method
Dfabric.min.js5_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