Home
last modified time | relevance | path

Searched refs:mouseOffset (Results 1 – 3 of 3) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js13mouseOffset=this._getLocalRotatedPointer(e),prevWidth=0,width=0,height=0,charIndex=0,newSelectionS… argument
H A Dfabric.js22430 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 Dhandsontable.full.js43290 var mouseOffset = event.layerX - (fixedColumns ? wrapperIsWindow : 0);
43291 var leftOffset = Math.abs(this.getColumnsWidth(start, coords.col) + mouseOffset);