Searched refs:widthOfCharsOnSameLineBeforeCursor (Results 1 – 2 of 2) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 15 …widthOfCharsOnSameLineBeforeCursor=lineLeftOffset,lineIndex=cursorLocation.lineIndex;for(var i=0,l… argument
|
H A D | fabric.js | 22697 var widthOfCharsOnSameLineBeforeCursor = lineLeftOffset, 22702 widthOfCharsOnSameLineBeforeCursor += this._getWidthOfChar(this.ctx, _char, lineIndex, i); 22706 cursorLocation, textOnNextLine, widthOfCharsOnSameLineBeforeCursor); 22729 if (widthOfCharsOnNextLine > widthOfCharsOnSameLineBeforeCursor) { 22735 offsetFromLeftEdge = Math.abs(leftEdge - widthOfCharsOnSameLineBeforeCursor), 22736 offsetFromRightEdge = Math.abs(rightEdge - widthOfCharsOnSameLineBeforeCursor); 22833 widthOfCharsOnSameLineBeforeCursor = lineLeftOffset, 22842 cursorLocation, textOnPreviousLine, widthOfCharsOnSameLineBeforeCursor); 22866 if (widthOfCharsOnPreviousLine > widthOfCharsOnSameLineBeforeCursor) { 22872 offsetFromLeftEdge = Math.abs(leftEdge - widthOfCharsOnSameLineBeforeCursor), [all …]
|