Searched refs:descent (Results 1 - 25 of 172) sorted by path

1234567

/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
385 - fontHeight.descent + 0.5);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.cpp302 xbold = fh.descent + 1;
303 ybold = fh.ascent + fh.descent * 2 + fh.leading;
312 yplain = plainh.ascent + plainh.descent * 2 + plainh.leading;
H A DSlideShowSaver.cpp478 height = fontHeight.ascent + fontHeight.descent;
482 pos.y = bounds.bottom - fontHeight.descent - 5;
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderView.cpp53 float fontHeight = fh.ascent + fh.descent + 5.0;
61 fontHeight = fh.ascent + fh.descent + 5.0;
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp154 float ybold = fh.ascent + fh.descent * 2 + fh.leading;
/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/apps/cortex/TipManager/
H A DTipView.cpp119 p.y += (m_fontHeight.ascent + m_fontHeight.descent + m_fontHeight.leading);
233 float height = m_fontHeight.ascent + m_fontHeight.descent;
236 (m_fontHeight.ascent + m_fontHeight.descent + m_fontHeight.leading);
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp74 return ceilf((fontHeight.ascent + fontHeight.descent) * 1.2f) + 2.0f;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp85 fFontHeight = fFontAscent + ceilf(fh.descent);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp157 fLineHeight = ceilf(fontHeight.ascent + fontHeight.descent
286 drawPoint.y + fh.descent));
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DImageStopConfigView.cpp302 float minListHeight = 5 * (fontHeight.ascent + fontHeight.descent
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp2047 + ceilf(fFontInfo.fontHeight.descent);
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueRendererUtils.cpp54 + (rect.Height() - (fontHeight.ascent + fontHeight.descent
56 + (fontHeight.ascent + fontHeight.descent) - 2;
/haiku/src/apps/deskbar/
H A DShowHideMenuItem.cpp63 fTitleDescent = ceilf(fontHeight.descent + fontHeight.leading);
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp130 float fontHeight = fh.ascent + fh.descent + fh.leading;
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.h35 bool SetDescent(float descent);
H A DCharacterStyleData.cpp141 CharacterStyleData::SetDescent(float descent) argument
143 if (fDescent == descent)
150 ret->fDescent = descent;
163 return fontHeight.descent;
H A DCharacterStyleData.h57 CharacterStyleDataRef SetDescent(float descent);
59 // Returns the descent of the configured font, unless the descent
117 // which defines ascent, descent and width to fixed values, thereby
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.cpp69 - ceilf(fontHeight.descent)) / 2.0 + ceilf(fontHeight.ascent);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp159 y -= fh.descent;
275 minHeight += ceilf(fh.ascent + fh.descent) + 4.0;
H A DIconOptionsControl.cpp142 p.y += floorf(Bounds().Height() / 2.0 + (fh.ascent + fh.descent) / 2.0) - 2.0;
/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;
H A DSliderView.cpp329 height = 2.0 + ceilf(fh.ascent + fh.descent) + 2.0;
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp76 float height = floorf(4.0 + fh.ascent + fh.descent);
H A DPropertyItemView.cpp158 float height = floorf(4.0 + fh.ascent + fh.descent);

Completed in 131 milliseconds

1234567