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

/haiku/src/kits/interface/
H A DTextInput.cpp155 min.height = ceilf(LineHeight(0) + 2.0);
H A DAbstractSpinner.cpp1647 float textViewHeight = fTextView->LineHeight(0) + kFrameMargin * 2;
H A DTextView.cpp1166 ResizeTo(LineWidth(0), LineHeight(0));
2028 BTextView::LineHeight(int32 lineNumber) const function in class:BTextView
2801 float lineHeight = ceilf(LineHeight(0));
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp145 fPreviewTextView->LineHeight(0) * lineCount));
310 fPreviewTextView->LineHeight(0) * fPreviewTextView->CountLines()));
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp160 float textHeight = textView->LineHeight(0) * textView->CountLines();
H A DURLInputGroup.cpp322 min.height = ceilf(LineHeight(0) + kHorizontalTextRectInset);
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp379 textRect.bottom += fTextView->LineHeight(i);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp140 float vInset = floorf((rect.Height() - LineHeight(0)) / 2);
/haiku/src/apps/mail/
H A DAddressTextControl.cpp265 min.height = ceilf(LineHeight(0) + kVerticalTextRectInset);
H A DMailWindow.cpp1915 * fContentView->TextView()->LineHeight(0)
/haiku/headers/os/interface/
H A DTextView.h166 float LineHeight(int32 lineNumber = 0) const;
/haiku/src/kits/tracker/
H A DTextWidget.cpp470 rect.bottom = rect.top + textView->LineHeight() - 1 + 4;
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1025 currentHeight += fTextView->LineHeight(currentLine);
1054 currentHeight += fTextView->LineHeight(printLine);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp749 float uptimeHeight = fUptimeView->LineHeight(0) * lineCount;
1244 return fUptimeView->LineHeight(0) * fUptimeView->CountLines();

Completed in 189 milliseconds