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

1234567

/haiku/src/kits/interface/
H A DStringItem.cpp132 SetHeight(ceilf(fheight.ascent) + ceilf(fheight.descent)
H A DStatusBar.cpp213 labelHeight = ceilf(fontHeight.ascent + fontHeight.descent) + 6;
582 + fontHeight.descent + 5;
760 // ceilf(fontHeight.ascent) + ceilf(fontHeight.descent)));
765 ceilf(fontHeight.ascent) + ceilf(fontHeight.descent)));
780 top = ceilf(height.ascent + height.descent) + 6;
782 top = ceilf(fontHeight->ascent + fontHeight->descent) + 6;
H A DSlider.cpp998 BPoint(0.0f, bounds.bottom - fontHeight.descent));
1004 bounds.bottom - fontHeight.descent));
1007 float lineHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent)
1024 baseLine = bounds.bottom - ceilf(fontHeight.descent);
1074 float height = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
1107 float textHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
1178 float textHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
1723 + ceilf(fontHeight.descent) + 4.0);
1730 + ceilf(fontHeight.descent);
H A DStringView.cpp292 float y = (bounds.top + bounds.bottom - ceilf(fontHeight.descent))
293 - ceilf(fontHeight.ascent + fontHeight.descent + fontHeight.leading)
601 fPreferredSize.height = ceilf(fontHeight.ascent + fontHeight.descent
/haiku/src/apps/mediaplayer/interface/
H A DDurationView.cpp69 size.height = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
H A DPeakView.cpp185 y -= fh.descent;
238 minHeight += ceilf(fh.ascent + fh.descent);
317 frame.bottom -= ceilf(fFontHeight.ascent + fFontHeight.descent);
H A DSeekSlider.cpp84 textPos.y = (r.top + r.bottom - ceilf(fh.ascent + fh.descent)) / 2.0
/haiku/src/preferences/network/
H A DServiceListItem.cpp108 SetHeight(4 + ceilf(height.ascent + height.leading + height.descent));
/haiku/src/apps/deskbar/
H A DShowHideMenuItem.cpp63 fTitleDescent = ceilf(fontHeight.descent + fontHeight.leading);
/haiku/src/bin/
H A Dlistfont.cpp35 "\t\t\theight (ascent/descent/leading), ...)\n");
132 printf(" %5.2f, %4.2f, %4.2f ", fh.ascent, fh.descent, fh.leading);
/haiku/src/apps/resedit/
H A DMiscEditors.cpp87 float strheight = fh.ascent + fh.descent + fh.leading + 5;
169 float strheight = fh.ascent + fh.descent + fh.leading + 5;
H A DImageEditor.cpp44 float strheight = fh.ascent + fh.descent + fh.leading + 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/kits/tracker/
H A DDialogPane.cpp105 - ceilf(fontHeight.ascent) - ceilf(fontHeight.descent)) / 2
214 size.height = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
/haiku/src/apps/stylededit/
H A DStatusView.cpp148 + ceilf(fontHeight.ascent) - ceilf(fontHeight.descent)) / 2;
268 fPreferredSize.height = ceilf(fontHeight.ascent + fontHeight.descent
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp125 float height = ceilf(fontHeight.ascent + fontHeight.descent);
851 fSizeRect.bottom = lineBase + fontMetrics.descent;
926 fPathRect.bottom = lineBase + fontMetrics.descent;
953 fLinkRect.bottom = lineBase + fontMetrics.descent;
994 fDescRect.bottom = lineBase + fontMetrics.descent;
1056 return fontHeight.ascent + fontHeight.descent + fontHeight.leading + 2;
1149 DrawString(Label(), BPoint(3, Bounds().Height() - fontHeight.descent));
/haiku/src/apps/midiplayer/
H A DScopeView.cpp206 float stringHeight = height.ascent + height.descent;
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.cpp108 fBuffer[index].descent = fh.descent + fh.leading;
120 fh.descent + fh.leading,
473 *outDescent = fStyleRecord[run->index]->descent;
H A DStyleBuffer.h40 float descent; // descent for this style member in struct:STEStyleRecord
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp154 float ybold = fh.ascent + fh.descent * 2 + fh.leading;
/haiku/src/servers/package/
H A DResultWindow.cpp74 float smallStep = ceilf(fontHeight.ascent + fontHeight.descent);
/haiku/src/preferences/input/
H A DInputDeviceView.cpp95 + (frame.Height() - ceilf(fontInfo.ascent + fontInfo.descent))
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp81 float textHeight = (fh.ascent + fh.descent) * 1.5;
/haiku/src/preferences/screen/
H A DMonitorView.cpp108 float height = ceilf(fontHeight.ascent + fontHeight.descent);
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp85 BPoint point = BPoint(itemRect.left + 5, itemRect.bottom - finfo.descent + 1);
155 BPoint point = BPoint(itemRect.left + 17, itemRect.bottom - finfo.descent + 1);

Completed in 131 milliseconds

1234567