Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js22841 var indexOnPrevLine = this._getIndexOnPrevLine(
22844 return textOnPreviousLine.length - indexOnPrevLine + textOnSameLineBeforeCursor.length;
22856 indexOnPrevLine = 0,
22875 indexOnPrevLine = offsetFromRightEdge < offsetFromLeftEdge ? j : (j - 1);
22883 indexOnPrevLine = textOnPreviousLine.length - 1; property
22886 return indexOnPrevLine;
Dfabric.min.js15indexOnPrevLine=this._getIndexOnPrevLine(cursorLocation,textOnPreviousLine,widthOfCharsOnSameLineB…