Searched defs:lineHeight (Results 1 - 16 of 16) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.h41 float lineHeight; member in struct:MainWindow::SchedulingPage::FontInfo
H A DSchedulingPage.cpp318 int32 lineHeight = (int32)fFontInfo.lineHeight; local
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.h76 float lineHeight; member in struct:SourceView::FontInfo
H A DSourceView.cpp452 int32 lineHeight = (int32)fFontInfo->lineHeight; local
[all...]
/haiku/src/preferences/network/
H A DNetworkSettingsAddOn.cpp192 float lineHeight = ceilf(height.ascent) + ceilf(height.descent) local
H A DInterfaceListItem.cpp144 float lineHeight = ceilf(height.ascent) + ceilf(height.descent) local
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp264 float lineHeight = fontHeight.ascent + fontHeight.descent local
/haiku/src/apps/mail/
H A DSignature.cpp428 float lineHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent); local
/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.cpp69 const float lineHeight = fontHeight.ascent + fontHeight.descent; local
112 const float lineHeight = fontHeight.ascent + fontHeight.descent; local
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp243 float lineHeight = ceilf(fheight.ascent) + ceilf(fheight.descent) local
/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp611 float lineHeight = 0.0; local
637 float lineHeight; local
849 _FinalizeLine(int lineStart, int lineEnd, int lineIndex, float y, float& lineHeight) argument
/haiku/src/kits/interface/
H A DBox.cpp264 float lineHeight = fontHeight.ascent + fontHeight.descent; local
H A DSlider.cpp1007 float lineHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent) local
1075 float lineHeight = height + ceilf(fontHeight.leading); local
1731 float lineHeight = lineHeightNoLeading + ceilf(fontHeight.leading); local
H A DTextView.cpp2030 float lineHeight = TextHeight(lineNumber, lineNumber); local
2154 float lineHeight = 0.0; local
2801 float lineHeight = ceilf(LineHeight(0)); local
3650 float lineHeight; local
4667 float lineHeight; local
[all...]
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp210 float lineHeight = CurrentFontHeight(); local
830 float lineHeight = 0; local
1079 float lineHeight = CurrentFontHeight() + 6; local
[all...]
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp1300 float lineHeight = fh.ascent + fh.descent + fh.leading; local

Completed in 8253 milliseconds