Searched refs:mouseOffset (Results 1 – 3 of 3) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 13 …mouseOffset=this._getLocalRotatedPointer(e),prevWidth=0,width=0,height=0,charIndex=0,newSelectionS… argument
|
H A D | fabric.js | 22430 var mouseOffset = this._getLocalRotatedPointer(e), 22460 if (height <= mouseOffset.y || width <= mouseOffset.x) { 22466 mouseOffset, prevWidth, width, charIndex + i, jlen); 22469 if (mouseOffset.y < height) { 22471 mouseOffset, prevWidth, width, charIndex + i, jlen); 22484 _getNewSelectionStartFromOffset: function(mouseOffset, prevWidth, width, index, jlen) { argument 22486 var distanceBtwLastCharAndCursor = mouseOffset.x - prevWidth, 22487 distanceBtwNextCharAndCursor = width - mouseOffset.x,
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 43290 var mouseOffset = event.layerX - (fixedColumns ? wrapperIsWindow : 0); 43291 var leftOffset = Math.abs(this.getColumnsWidth(start, coords.col) + mouseOffset);
|