Searched refs:ascent (Results 101 - 125 of 185) sorted by relevance

12345678

/haiku/src/apps/pulse/
H A DCPUButton.cpp175 int label_height = (int)fh.ascent;
H A DConfigView.cpp73 fColorControl = new RTColorControl(BPoint(10, 5.0f + fontHeight.ascent
/haiku/src/apps/webpositive/tabview/
H A DTabView.cpp207 return ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
/haiku/src/apps/processcontroller/
H A DUtilities.cpp181 float barHeight = metrics.ascent;
/haiku/src/kits/interface/
H A DBMCPrivate.cpp343 top = ceilf((Bounds().Height() - ceilf(fontHeight.ascent)
H A DButton.cpp53 float minHeight = font.Size() + (float)ceil(fh.ascent + fh.descent);
673 float textHeight = fontHeight.ascent + fontHeight.descent;
H A DColumnTypes.cpp75 y = rect.top + finfo.ascent
76 + (rect.Height() - ceilf(finfo.ascent + finfo.descent)) / 2.0f;
H A DMenuWindow.cpp225 ceilf(height.ascent + 1));
H A DColumnListView.cpp1639 float baseline = floor(rect.top + fh.ascent
1640 + (rect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
2674 float baseline = floor(drawRect.top + fh.ascent
2675 + (drawRect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
2737 upperLeft.y = baseline - bmh + floor((fh.ascent + fh.descent - bmh) / 2);
3419 float baseline = floor(fieldRect.top + fh.ascent
3420 + (fieldRect.Height() + 1 - (fh.ascent+fh.descent)) / 2);
3456 float baseline = floor(destRect.top + fh.ascent
3457 + (destRect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
3608 float baseline = floor(destRect.top + fh.ascent
[all...]
H A DAbstractSpinner.cpp1450 + roundf((rect.Height() + 1.0f - fontHeight.ascent
1452 + fontHeight.ascent;
1629 fLayoutData->label_height = ceilf(fontHeight.ascent
/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.cpp284 fLabelAscent = ceilf(fontHeight.ascent);
H A DTimeView.cpp196 fHeight = fontHeight.ascent + fontHeight.descent - 2;
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp496 - (fontHeight.ascent + fontHeight.descent)) / 2
497 + fontHeight.ascent;
783 - (fontHeight.ascent + fontHeight.descent)) / 2.0f
784 + fontHeight.ascent;
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp227 float tabSize = ceilf(fontHeight.ascent + fontHeight.descent + 4.0);
384 + fontHeight.ascent + fontHeight.descent) / 2.0
/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/servers/app/
H A DWorkspacesView.cpp268 float height = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
279 + fontHeight.ascent);
/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/apps/icon-o-matic/gui/
H A DSavePanel.cpp98 rect.bottom = rect.top + fh.ascent + fh.descent + 5.0;
/haiku/headers/os/interface/
H A DFont.h139 float ascent; member in struct:font_height
/haiku/src/kits/tracker/
H A DStatusWindow.cpp523 ResizeTo(Bounds().Width(), f.top + f.Height() + fh.leading + fh.ascent
653 tp.y += ceilf(fh.leading) + ceilf(fh.ascent);
681 textPoint.y += ceilf(fh.leading) + ceilf(fh.ascent);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp574 fBaseline = ceilf(fontHeight.ascent) / 2
584 fHintBaseline = ceilf(fontHeight.ascent) / 2
1365 float height = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp292 float yPos = frame.top + fontHeight.ascent;
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp293 sFontHeight = fh.ascent - fh.descent;

Completed in 293 milliseconds

12345678