Searched refs:ascent (Results 151 - 175 of 185) sorted by relevance

12345678

/haiku/src/kits/interface/
H A DTabView.cpp449 fTabHeight = ceilf(fh.ascent + fh.descent + fh.leading + 8.0f);
1384 fTabHeight = ceilf(fh.ascent + fh.descent + fh.leading +
H A DMenu.cpp2707 frame.Set(0.0f, 0.0f, 0.0f, ceilf(fh.ascent + fh.descent + fPad.top
3018 fAscent = fh.ascent;
3020 fFontHeight = ceilf(fh.ascent + fh.descent + fh.leading);
H A DChannelSlider.cpp760 fBaseLine = height.ascent + height.leading;
H A DTextControl.cpp1233 fLayoutData->label_height = ceilf(fh.ascent) + ceilf(fh.descent);
H A DColorControl.cpp131 float labelHeight = fontHeight.ascent + fontHeight.descent;
H A DMenuField.cpp1337 fLayoutData->label_height = ceilf(fh.ascent) + ceilf(fh.descent);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp142 fBaseFontHeight = fontHeight.ascent + fontHeight.descent;
845 if (ceilf(rect.top - fontHeight.ascent + fontHeight.descent - 2)
/haiku/src/apps/deskbar/
H A DSwitcher.cpp436 float plainHeight = plainFontHeight.ascent + plainFontHeight.descent;
2225 fItemHeight = (int32) fh.ascent + fh.descent;
2371 float textHeight = fontHeight.ascent + fontHeight.descent;
H A DBarView.cpp1277 float labelHeight = fontHeight.ascent + fontHeight.descent;
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp690 + fontHeight.ascent + fontHeight.descent) / 2.0
694 + fontHeight.ascent + fontHeight.descent) / 2.0
/haiku/src/apps/showimage/
H A DShowImageView.cpp636 height = fontHeight.ascent + fontHeight.descent;
645 rect.OffsetBy(-2, -2 - fontHeight.ascent); // -2 for border
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1046 return ceilf(((boldFH.ascent + boldFH.descent) * kLabelCount
1047 + (plainFH.ascent + plainFH.descent) * kSubtextCount
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp74 return ceilf((fontHeight.ascent + fontHeight.descent) * 1.2f) + 2.0f;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp275 minHeight += ceilf(fh.ascent + fh.descent) + 4.0;
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp309 *_height = fontHeight.ascent + fontHeight.descent + fontHeight.leading
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp840 m_labelRect.bottom = 2 * M_LABEL_V_MARGIN + (fh.ascent + fh.descent + fh.leading) + 1.0;
/haiku/src/kits/shared/
H A DIconButton.cpp239 minHeight += ceilf(fh.ascent + fh.descent) + vPadding;
H A DCalendarView.cpp32 return ceilf(fheight.ascent + fheight.descent + fheight.leading);
/haiku/src/apps/expander/
H A DExpanderWindow.cpp762 fLineHeight = ceilf(fontHeight.ascent + fontHeight.descent
/haiku/src/apps/installer/
H A DInstallerWindow.cpp202 float fontHeight = height.ascent + height.descent + height.leading;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1219 BPoint linePoint(kLeftTextMargin, y + fFontInfo->fontHeight.ascent);
2046 fFontInfo.lineHeight = ceilf(fFontInfo.fontHeight.ascent)
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp396 float fontHeight = height.ascent + height.leading + height.descent;
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1222 /* The ascent height for the font used to draw words. Height from the top
4814 TempFontHeight.ascent + TempFontHeight.descent + TempFontHeight.leading);
7166 m_LineHeight = ceilf (TempFontHeight.ascent +
7168 m_AscentHeight = ceilf (TempFontHeight.ascent);
7169 m_TextHeight = ceilf (TempFontHeight.ascent +
/haiku/src/kits/tracker/
H A DUtilities.cpp920 ContentLocation().y + finfo.ascent);
/haiku/src/preferences/screen/
H A DScreenWindow.cpp349 itemRect.bottom = fontHeight.ascent + fontHeight.descent + 4;

Completed in 297 milliseconds

12345678