Home
last modified time | relevance | path

Searched refs:TextHeight (Results 1 – 9 of 9) sorted by relevance

/haiku/src/servers/mail/
H A DErrorLogWindow.cpp192 height = view->TextHeight(0,view->CountLines()) + 3; in Error()
204 *height = view->TextHeight(0, INT32_MAX) + 3; in GetPreferredSize()
/haiku/src/apps/bootmanager/
H A DWizardPageView.cpp107 float height = view->TextHeight(0, 32000); in LayoutDescriptionVertically()
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp53 float textHeight = fTextView->TextHeight(0, fTextView->CountLines()); in TextRequestDialog()
/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); in Print()
1063 float bottom = fTextView->TextHeight(0, printLine - 1); in Print()
/haiku/src/apps/mail/
H A DMailWindow.cpp2055 float header_height = header_view.TextHeight(0, in Print()
2079 float curPageHeight = fContentView->TextView()->TextHeight( in Print()
2083 curPageHeight = fContentView->TextView()->TextHeight( in Print()
/haiku/src/kits/interface/
H A DTextView.cpp2030 float lineHeight = TextHeight(lineNumber, lineNumber); in LineHeight()
2050 BTextView::TextHeight(int32 startLine, int32 endLine) const in TextHeight() function in BTextView
3933 float newHeight = TextHeight(0, fLines->NumLines() - 1); in _RecalculateLineBreaks()
/haiku/docs/user/interface/
H A DTextView.dox973 \fn float BTextView::TextHeight(int32 startLine, int32 endLine) const
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5513 3 + TextViewPntr->TextHeight (0, sizeof (TempString))); in AttachedToWindow()