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

/haiku/src/apps/mail/
H A DMailWindow.cpp2079 float curPageHeight = fContentView->TextView()->TextHeight( local
2082 if (curPageHeight > pageRect.Height()) {
2083 curPageHeight = fContentView->TextView()->TextHeight(
2086 curPageRect.bottom = curPageRect.top + curPageHeight - 1.0;

Completed in 14 milliseconds