Searched refs:TextHeight (Results 1 – 9 of 9) sorted by relevance
/haiku/src/servers/mail/ |
H A D | ErrorLogWindow.cpp | 192 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 D | WizardPageView.cpp | 107 float height = view->TextHeight(0, 32000); in LayoutDescriptionVertically()
|
/haiku/src/add-ons/network_settings/dialup/ |
H A D | TextRequestDialog.cpp | 53 float textHeight = fTextView->TextHeight(0, fTextView->CountLines()); in TextRequestDialog()
|
/haiku/headers/os/interface/ |
H A D | TextView.h | 167 float TextHeight(int32 startLine,
|
/haiku/src/apps/stylededit/ |
H A D | StyledEditWindow.cpp | 1061 top = fTextView->TextHeight(0, firstLineOnPage - 1); in Print() 1063 float bottom = fTextView->TextHeight(0, printLine - 1); in Print()
|
/haiku/src/apps/mail/ |
H A D | MailWindow.cpp | 2055 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 D | TextView.cpp | 2030 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 D | TextView.dox | 973 \fn float BTextView::TextHeight(int32 startLine, int32 endLine) const
|
/haiku/src/bin/mail_utils/ |
H A D | spamdbm.cpp | 5513 3 + TextViewPntr->TextHeight (0, sizeof (TempString))); in AttachedToWindow()
|