Searched refs:ascent (Results 126 - 150 of 185) sorted by relevance

12345678

/haiku/src/apps/launchbox/
H A DLaunchButton.cpp272 minHeight += ceilf(fh.ascent + fh.descent) + vPadding;
/haiku/src/apps/mail/
H A DSignature.cpp428 float lineHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp855 + fh.ascent + fh.descent + fh.leading + 1.0;
897 + fh.ascent + fh.descent + fh.leading
1489 + fh.ascent + fh.descent + fh.leading + 1.0;
1511 + fh.ascent + fh.descent + fh.leading
H A DMediaJack.cpp515 p.y = (Frame().Height() / 2.0) + (fh.ascent / 2.0);
589 p.y = (Frame().Height() / 2.0) + (fh.ascent / 2.0);
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp159 float textHeight = (fh.ascent + fh.descent) * 1.5;
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp524 fLabelAscent = ceilf(fontHeight.ascent);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp72 float textHeight = fh.ascent + fh.descent;
77 + fh.ascent);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp157 fLineHeight = ceilf(fontHeight.ascent + fontHeight.descent
285 FillRect(BRect(startX, drawPoint.y - fh.ascent, endX,
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp287 float textHeight = ceilf(fontHeight.ascent + fontHeight.descent);
1042 float textHeight = ceilf(fontHeight.ascent + fontHeight.descent);
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp666 + fontHeight.ascent + fontHeight.descent) / 2.0
670 + fontHeight.ascent + fontHeight.descent) / 2.0
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1238 bounds.top -= height.ascent;
1277 boxes[i].OffsetBy(offsets[i] + BPoint(0, -height.ascent));
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp373 - ceilf(fontHeight.ascent + fontHeight.descent + spacing),
379 - ceilf(fontHeight.ascent + fontHeight.descent + fBorderWidth),
H A DDefaultDecorator.cpp600 + fontHeight.ascent + fontHeight.descent) / 2.0
604 + fontHeight.ascent + fontHeight.descent) / 2.0
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp76 float textHeight = fh.ascent + fh.descent;
80 + ceilf(height / 2 - textHeight / 2 + fh.ascent);
/haiku/src/kits/tracker/
H A DTitleView.cpp483 float baseline = floor(bounds.top + fontHeight.ascent
484 + (bounds.Height() + 1 - (fontHeight.ascent + fontHeight.descent)) / 2);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp319 float baseLine = ceilf(fontHeight.ascent);
324 float textHeight = ceilf(fontHeight.descent + fontHeight.ascent);
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp337 - (Bounds().Height() - fh.ascent - fh.descent) / 2;
/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/cortex/ValControl/
H A DValControl.cpp152 return ceil(h.ascent);
/haiku/src/apps/terminal/
H A DThemeView.cpp238 fPreview->SetExplicitMinSize(BSize(B_SIZE_UNSET, (height.ascent + height.descent) * 5));
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp750 fPackageItemLineHeight = fontHeight.ascent + fontHeight.descent
891 fSmallTotalHeight = fSmallFontHeight.ascent + fSmallFontHeight.descent
/haiku/src/apps/diskprobe/
H A DDataView.cpp1380 fFontHeight = int32(fontHeight.ascent + fontHeight.descent
1382 fAscent = fontHeight.ascent;
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1245 return rows * (4 + ceilf(fontHeight.ascent)
1499 float y = frame.top + ceilf(fontHeight.ascent);

Completed in 201 milliseconds

12345678