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

/haiku/src/kits/interface/
H A DTextView.cpp1783 bool onEmptyLastLine = _IsOnEmptyLastLine(offset); local
1792 if (onEmptyLastLine) {
1806 float lineWidth = onEmptyLastLine ? 0.0 : LineWidth(lineNum);

Completed in 96 milliseconds