Searched refs:descent (Results 76 - 100 of 172) sorted by relevance

1234567

/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp111 - (finfo.ascent + finfo.descent + finfo.leading)) / 2)
/haiku/src/kits/interface/
H A DBMCPrivate.cpp344 - ceilf(fontHeight.descent)) / 2) + 1;
H A DBox.cpp36 // of a label string not including descent
264 float lineHeight = fontHeight.ascent + fontHeight.descent;
778 labelHeight = ceilf(fontHeight.ascent + fontHeight.descent) + 1;
H A DButton.cpp53 float minHeight = font.Size() + (float)ceil(fh.ascent + fh.descent);
673 float textHeight = fontHeight.ascent + fontHeight.descent;
H A DColumnTypes.cpp43 fFontHeight = fh.descent + fh.leading;
76 + (rect.Height() - ceilf(finfo.ascent + finfo.descent)) / 2.0f;
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp313 return m_fontHeight.ascent + m_fontHeight.descent + m_fontHeight.leading;
/haiku/src/apps/deskbar/
H A DWindowMenuItem.cpp285 fLabelDescent = ceilf(fontHeight.descent + fontHeight.leading);
H A DTimeView.cpp196 fHeight = fontHeight.ascent + fontHeight.descent - 2;
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp144 float lineHeight = ceilf(height.ascent) + ceilf(height.descent)
/haiku/src/kits/tracker/
H A DDraggableContainerIcon.cpp124 float height = ceilf(fontHeight.ascent + fontHeight.descent
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp336 r.bottom = Bounds().bottom - fh.descent
337 - (Bounds().Height() - fh.ascent - fh.descent) / 2;
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp386 return ceilf((fontHeight.ascent + fontHeight.descent) * 1.4);
749 return ceilf((fontHeight.ascent + fontHeight.descent) * 1.4);
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp281 lineBase = fTitleRect.bottom - fontMetrics.descent;
680 return fontHeight.ascent + fontHeight.descent + fontHeight.leading + 2;
/haiku/src/apps/serialconnect/
H A DTermView.cpp127 y + ceil(height.descent) + ceil(height.leading)),
333 fFontHeight = (int)(ceilf(height.ascent) + ceilf(height.descent)
/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/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp62 float labelHeight = 2.0 + ceilf(fh.ascent + fh.descent) + 2.0;
/haiku/src/apps/switcher/
H A DLaunchButton.cpp230 minHeight += ceilf(fh.ascent + fh.descent) + vPadding;
/haiku/src/bin/desklink/
H A DVolumeControl.cpp50 SetBarThickness(ceilf((fontHeight.ascent + fontHeight.descent) * 0.7));
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp51 float baseline = frame.bottom - height.descent;
66 float baseline = frame.bottom - height.descent;
82 float baseline = frame.bottom - height.descent;
110 float baseline = frame.bottom - height.descent;
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp264 float lineHeight = fontHeight.ascent + fontHeight.descent
/haiku/src/apps/diskusage/
H A DControlsView.cpp96 (frame.top + frame.bottom - fh.ascent - fh.descent) / 2.0
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp750 fPackageItemLineHeight = fontHeight.ascent + fontHeight.descent
776 item_rect.bottom - fBoldFontHeight.descent));
891 fSmallTotalHeight = fSmallFontHeight.ascent + fSmallFontHeight.descent
928 item_rect.bottom - fSmallTotalHeight - fSmallFontHeight.descent - 2);
/haiku/src/preferences/input/
H A DMouseView.cpp143 fDigitHeight = int32(ceilf(fontHeight.ascent) + ceilf(fontHeight.descent));
/haiku/src/apps/pulse/
H A DConfigView.cpp74 + fontHeight.descent), new BMessage(fMode));
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp98 rect.bottom = rect.top + fh.ascent + fh.descent + 5.0;

Completed in 261 milliseconds

1234567