Searched refs:ascent (Results 1 - 25 of 185) sorted by path

12345678

/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/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp138 BRect boxRect(0.0f, 2.0f, ceilf(3.0f + fontHeight.ascent),
139 ceilf(5.0f + fontHeight.ascent));
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.cpp303 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;
487 rect.OffsetBy(-1, -1-fontHeight.ascent); // -1 for border
/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.cpp337 - (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);
187 m_offset.y += m_fontHeight.ascent;
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.cpp84 fFontAscent = ceilf(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/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.cpp1219 BPoint linePoint(kLeftTextMargin, y + fFontInfo->fontHeight.ascent);
2046 fFontInfo.lineHeight = ceilf(fFontInfo.fontHeight.ascent)
/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.cpp62 fTitleAscent = ceilf(fontHeight.ascent);
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp130 float fontHeight = fh.ascent + fh.descent + fh.leading;
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.h32 bool SetAscent(float ascent);
H A DCharacterStyleData.cpp114 CharacterStyleData::SetAscent(float ascent) argument
116 if (fAscent == ascent)
123 ret->fAscent = ascent;
136 return fontHeight.ascent;
H A DCharacterStyleData.h51 CharacterStyleDataRef SetAscent(float ascent);
53 // Returns the ascent of the configured font, unless the ascent
117 // which defines ascent, descent and width to fixed values, thereby
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.cpp68 float y = (bounds.top + bounds.bottom - ceilf(fontHeight.ascent)
69 - ceilf(fontHeight.descent)) / 2.0 + ceilf(fontHeight.ascent);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp275 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;
141 BPoint textPoint(0.0, (r.top + r.bottom) / 2.0 + fh.ascent / 2.0);
H A DSliderView.cpp329 height = 2.0 + ceilf(fh.ascent + fh.descent) + 2.0;
373 (r.top + r.bottom) / 2.0 + fh.ascent / 2.0);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp76 float height = floorf(4.0 + fh.ascent + fh.descent);

Completed in 110 milliseconds

12345678