Searched refs:descent (Results 126 - 150 of 172) sorted by relevance

1234567

/haiku/src/apps/resedit/
H A DBitmapView.cpp88 float totalheight = fh.ascent + fh.descent + fh.leading;
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp139 int16 buttonHeight = int16(fontHeight.ascent + fontHeight.descent + 12);
/haiku/src/apps/diskusage/
H A DPieView.cpp158 fFontHeight = ceilf(fh.ascent) + ceilf(fh.descent) + ceilf(fh.leading);
/haiku/src/apps/terminal/
H A DThemeView.cpp238 fPreview->SetExplicitMinSize(BSize(B_SIZE_UNSET, (height.ascent + height.descent) * 5));
/haiku/src/servers/app/
H A DWorkspacesView.cpp268 float height = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
/haiku/src/kits/tracker/
H A DTextWidget.cpp649 location.y = textRect.bottom - view->FontInfo().descent;
H A DStatusWindow.cpp524 + fh.descent + f.top);
/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 DAbstractSpinner.cpp1451 - fontHeight.descent) / 2.0f)
1630 + fontHeight.descent + fontHeight.leading);
H A DFont.cpp518 fHeight.descent = 2.0;
1430 fHeight.ascent, fHeight.descent, fHeight.leading, fEncoding);
H A DColumnListView.cpp1640 + (rect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
2675 + (drawRect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
2737 upperLeft.y = baseline - bmh + floor((fh.ascent + fh.descent - bmh) / 2);
3420 + (fieldRect.Height() + 1 - (fh.ascent+fh.descent)) / 2);
3457 + (destRect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
3610 - (fh.ascent+fh.descent)) / 2);
H A DMenu.cpp2707 frame.Set(0.0f, 0.0f, 0.0f, ceilf(fh.ascent + fh.descent + fPad.top
3019 fDescent = fh.descent;
3020 fFontHeight = ceilf(fh.ascent + fh.descent + fh.leading);
H A DChannelSlider.cpp761 fLineFeed = fBaseLine + height.descent;
H A DTextControl.cpp1233 fLayoutData->label_height = ceilf(fh.ascent) + ceilf(fh.descent);
/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/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp589 float y = lineRect.bottom - fFontInfo.fontHeight.descent + 1;
1760 + ceilf(fFontInfo.fontHeight.descent);
/haiku/src/apps/showimage/
H A DShowImageView.cpp636 height = fontHeight.ascent + fontHeight.descent;
640 pos.y = bounds.bottom - fontHeight.descent - 7;
/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/mediaplayer/playlist/
H A DListViews.cpp72 float textHeight = fh.ascent + fh.descent;
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp309 *_height = fontHeight.ascent + fontHeight.descent + fontHeight.leading
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1239 bounds.bottom += height.descent;
/haiku/src/kits/shared/
H A DIconButton.cpp239 minHeight += ceilf(fh.ascent + fh.descent) + vPadding;
/haiku/src/apps/expander/
H A DExpanderWindow.cpp762 fLineHeight = ceilf(fontHeight.ascent + fontHeight.descent

Completed in 215 milliseconds

1234567