Searched refs:mouseOffset (Results 1 – 4 of 4) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| 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,
|
| D | fabric.min.js | 13 …mouseOffset=this._getLocalRotatedPointer(e),prevWidth=0,width=0,height=0,charIndex=0,newSelectionS… argument
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 43290 var mouseOffset = event.layerX - (fixedColumns ? wrapperIsWindow : 0); 43291 var leftOffset = Math.abs(this.getColumnsWidth(start, coords.col) + mouseOffset);
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …set:0;var mouseOffset=event.layerX-(fixedColumns?wrapperIsWindow:0);var leftOffset=Math.abs(this.g…
|