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

1234567

/haiku/src/kits/interface/
H A DColorControl.cpp131 float labelHeight = fontHeight.ascent + fontHeight.descent;
H A DMenuField.cpp1337 fLayoutData->label_height = ceilf(fh.ascent) + ceilf(fh.descent);
H A DHaikuControlLook.cpp2361 float textHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp76 float textHeight = fh.ascent + fh.descent;
/haiku/src/kits/tracker/
H A DTitleView.cpp484 + (bounds.Height() + 1 - (fontHeight.ascent + fontHeight.descent)) / 2);
H A DUtilities.cpp757 loc.y = bounds.bottom - (1 + height.descent);
H A DFilePanelPriv.cpp699 const float f_height = ht.ascent + ht.descent + ht.leading;
H A DPoseView.cpp1003 sFontHeight = sFontInfo.ascent + sFontInfo.descent
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp324 float textHeight = ceilf(fontHeight.descent + fontHeight.ascent);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp202 float fontHeight = height.ascent + height.descent + height.leading;
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp396 float fontHeight = height.ascent + height.leading + height.descent;
/haiku/src/kits/shared/
H A DCalendarView.cpp32 return ceilf(fheight.ascent + fheight.descent + fheight.leading);
/haiku/src/apps/diskprobe/
H A DDataView.cpp1380 fFontHeight = int32(fontHeight.ascent + fontHeight.descent
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1246 + ceilf(fontHeight.descent) + ceilf(fontHeight.leading)) + boldMargin;
/haiku/src/preferences/screen/
H A DScreenWindow.cpp349 itemRect.bottom = fontHeight.ascent + fontHeight.descent + 4;
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4814 TempFontHeight.ascent + TempFontHeight.descent + TempFontHeight.leading);
7167 TempFontHeight.descent + TempFontHeight.leading);
7170 TempFontHeight.descent);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1386 const float itemHeight = ceilf(fh.ascent + fh.descent + 2 * fh.leading);
/haiku/src/apps/magnify/
H A DMagnify.cpp146 float h = ceil(finfo.ascent) + ceil(finfo.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/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp2047 + ceilf(fFontInfo.fontHeight.descent);
/haiku/src/apps/terminal/
H A DTermView.cpp836 int font_descent =(int)hh.descent;
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp554 fLoadingProgressBar->SetBarHeight(height.ascent + height.descent);

Completed in 259 milliseconds

1234567