Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp681 int32 startLineIndex = fTextDocumentLayout.LineIndexForOffset(start); in _GetSelectionShape() local
684 if (startLineIndex == endLineIndex) { in _GetSelectionShape()
696 } else if (startLineIndex == endLineIndex - 1 && endX1 <= startX1) { in _GetSelectionShape()