Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js22697 var widthOfCharsOnSameLineBeforeCursor = lineLeftOffset,
22702 widthOfCharsOnSameLineBeforeCursor += this._getWidthOfChar(this.ctx, _char, lineIndex, i);
22706 cursorLocation, textOnNextLine, widthOfCharsOnSameLineBeforeCursor);
22714 …_getIndexOnNextLine: function(cursorLocation, textOnNextLine, widthOfCharsOnSameLineBeforeCursor) { argument
22729 if (widthOfCharsOnNextLine > widthOfCharsOnSameLineBeforeCursor) {
22735 offsetFromLeftEdge = Math.abs(leftEdge - widthOfCharsOnSameLineBeforeCursor),
22736 offsetFromRightEdge = Math.abs(rightEdge - widthOfCharsOnSameLineBeforeCursor);
22833 widthOfCharsOnSameLineBeforeCursor = lineLeftOffset,
22838 widthOfCharsOnSameLineBeforeCursor += this._getWidthOfChar(this.ctx, _char, lineIndex, i);
22842 cursorLocation, textOnPreviousLine, widthOfCharsOnSameLineBeforeCursor);
[all …]
Dfabric.min.js15widthOfCharsOnSameLineBeforeCursor=lineLeftOffset,lineIndex=cursorLocation.lineIndex;for(var i=0,l… argument