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

/haiku/src/kits/interface/
H A DTextView.cpp2099 float endLineHeight = 0.0; local
2101 BPoint endPt = PointAt(endOffset, &endLineHeight);
2104 endLineHeight = ceilf(endLineHeight);
2114 selRect.bottom = endPt.y + endLineHeight - 1;
2144 selRect.bottom = endPt.y + endLineHeight - 1;

Completed in 50 milliseconds