Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js13 …sBeginningOfLine){var textOnPreviousLine=this._textLines[lineIndex-1],newCharIndexOnPrevLine=textO…
15textOnPreviousLine=(textBeforeCursor.match(/\n?(.*)\n.*$/)||{})[1]||"",_char,widthOfSameLineBefore… argument
H A Dfabric.js22201 var textOnPreviousLine = this._textLines[lineIndex - 1],
22202 newCharIndexOnPrevLine = textOnPreviousLine
22203 ? textOnPreviousLine.length
22829 textOnPreviousLine = (textBeforeCursor.match(/\n?(.*)\n.*$/) || {})[1] || '',
22842 cursorLocation, textOnPreviousLine, widthOfCharsOnSameLineBeforeCursor);
22844 return textOnPreviousLine.length - indexOnPrevLine + textOnSameLineBeforeCursor.length;
22850 …_getIndexOnPrevLine: function(cursorLocation, textOnPreviousLine, widthOfCharsOnSameLineBeforeCurs… argument
22859 for (var j = 0, jlen = textOnPreviousLine.length; j < jlen; j++) {
22861 var _char = textOnPreviousLine[j],
22883 indexOnPrevLine = textOnPreviousLine.length - 1;