Searched refs:endLineIndex (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp610 int32 endLineIndex = fTextDocumentLayout.LineIndexForOffset(end); local
612 if (startLineIndex == endLineIndex) {
624 } else if (startLineIndex == endLineIndex - 1 && endX1 <= startX1) {

Completed in 34 milliseconds