Searched refs:textOnPreviousLine (Results 1 – 2 of 2) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 13 …sBeginningOfLine){var textOnPreviousLine=this._textLines[lineIndex-1],newCharIndexOnPrevLine=textO… 15 …textOnPreviousLine=(textBeforeCursor.match(/\n?(.*)\n.*$/)||{})[1]||"",_char,widthOfSameLineBefore… argument
|
H A D | fabric.js | 22201 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;
|