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

/haiku/src/apps/bootmanager/
H A DWizardPageView.cpp107 float height = view->TextHeight(0, 32000);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp192 height = view->TextHeight(0,view->CountLines()) + 3;
204 *height = view->TextHeight(0, INT32_MAX) + 3;
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp53 float textHeight = fTextView->TextHeight(0, fTextView->CountLines());
/haiku/headers/os/interface/
H A DTextView.h167 float TextHeight(int32 startLine,
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1061 top = fTextView->TextHeight(0, firstLineOnPage - 1);
1063 float bottom = fTextView->TextHeight(0, printLine - 1);
/haiku/src/apps/mail/
H A DMailWindow.cpp2055 float header_height = header_view.TextHeight(0,
2079 float curPageHeight = fContentView->TextView()->TextHeight(
2083 curPageHeight = fContentView->TextView()->TextHeight(
/haiku/src/kits/interface/
H A DTextView.cpp2030 float lineHeight = TextHeight(lineNumber, lineNumber);
2050 BTextView::TextHeight(int32 startLine, int32 endLine) const function in class:BTextView
3933 float newHeight = TextHeight(0, fLines->NumLines() - 1);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5513 3 + TextViewPntr->TextHeight (0, sizeof (TempString)));

Completed in 136 milliseconds