Searched refs:descent (Results 1 - 25 of 172) sorted by last modified time

1234567

/haiku/src/apps/charactermap/
H A DCharacterView.cpp328 + fontHeight.descent) / 2;
662 fTitleHeight = (int32)ceilf(fontHeight.ascent + fontHeight.descent
675 fCharacterHeight = (int32)ceilf(fontHeight.ascent + fontHeight.descent
/haiku/src/servers/app/font/
H A DFontStyle.cpp51 fHeight.descent = (double)-face->descender / face->units_per_EM;
52 // FT2's descent numbers are negative. Be's is positive
69 fHeight.descent = (double)-metrics.descender / size;
129 height.descent = fHeight.descent * size;
/haiku/src/preferences/screen/
H A DScreenWindow.cpp349 itemRect.bottom = fontHeight.ascent + fontHeight.descent + 4;
H A DMonitorView.cpp108 float height = ceilf(fontHeight.ascent + fontHeight.descent);
/haiku/src/apps/stylededit/
H A DStatusView.cpp148 + ceilf(fontHeight.ascent) - ceilf(fontHeight.descent)) / 2;
268 fPreferredSize.height = ceilf(fontHeight.ascent + fontHeight.descent
/haiku/src/apps/installer/
H A DInstallerWindow.cpp202 float fontHeight = height.ascent + height.descent + height.leading;
/haiku/src/apps/drivesetup/
H A DDiskView.cpp541 (bounds.Height() - (fh.ascent + fh.descent) * 2) / 2.0);
554 - fh.ascent - fh.descent) / 2 + fh.ascent;
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1046 return ceilf(((boldFH.ascent + boldFH.descent) * kLabelCount
1047 + (plainFH.ascent + plainFH.descent) * kSubtextCount
/haiku/src/kits/interface/
H A DColumnTypes.cpp43 fFontHeight = fh.descent + fh.leading;
76 + (rect.Height() - ceilf(finfo.ascent + finfo.descent)) / 2.0f;
H A DFont.cpp518 fHeight.descent = 2.0;
1430 fHeight.ascent, fHeight.descent, fHeight.leading, fEncoding);
H A DHaikuControlLook.cpp2361 float textHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
H A DStatusBar.cpp213 labelHeight = ceilf(fontHeight.ascent + fontHeight.descent) + 6;
582 + fontHeight.descent + 5;
760 // ceilf(fontHeight.ascent) + ceilf(fontHeight.descent)));
765 ceilf(fontHeight.ascent) + ceilf(fontHeight.descent)));
780 top = ceilf(height.ascent + height.descent) + 6;
782 top = ceilf(fontHeight->ascent + fontHeight->descent) + 6;
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);
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp699 const float f_height = ht.ascent + ht.descent + ht.leading;
H A DTextWidget.cpp649 location.y = textRect.bottom - view->FontInfo().descent;
H A DUtilities.cpp757 loc.y = bounds.bottom - (1 + height.descent);
H A DPoseView.cpp1003 sFontHeight = sFontInfo.ascent + sFontInfo.descent
H A DTitleView.cpp484 + (bounds.Height() + 1 - (fontHeight.ascent + fontHeight.descent)) / 2);
H A DDraggableContainerIcon.cpp124 float height = ceilf(fontHeight.ascent + fontHeight.descent
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp111 + ceilf(fontHeight.ascent) - ceilf(fontHeight.descent)) / 2;
221 fPreferredSize.height = ceilf(fontHeight.ascent + fontHeight.descent
/haiku/headers/os/interface/
H A DFont.h140 float descent; member in struct:font_height
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp324 float textHeight = ceilf(fontHeight.descent + fontHeight.ascent);
/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;
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2364 float textHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
2389 float y = location.y + ceilf(fontHeight.descent);
/haiku/src/servers/notification/
H A DNotificationView.cpp467 float fontHeight = ceilf(fh.leading) + ceilf(fh.descent)
483 fontHeight = ceilf(fh.leading) + ceilf(fh.descent)
584 float fontHeight = fh.ascent + fh.descent + fh.leading;

Completed in 191 milliseconds

1234567