Searched refs:ascent (Results 51 - 75 of 185) sorted by relevance

12345678

/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp62 + ((updateRect.Height() - fh.ascent - fh.descent) / 2.0f)
63 + fh.ascent + 1.0f;
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp111 - (finfo.ascent + finfo.descent + finfo.leading)) / 2)
112 + finfo.ascent);
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp144 float lineHeight = ceilf(height.ascent) + ceilf(height.descent)
147 fFirstLineOffset = 2 + ceilf(height.ascent + height.leading / 2);
/haiku/src/kits/tracker/
H A DDraggableContainerIcon.cpp124 float height = ceilf(fontHeight.ascent + fontHeight.descent
167 + (fontHeight.ascent + 2)));
/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/apps/charactermap/
H A DCharacterView.cpp327 box.bottom -= (box.Height() - fontHeight.ascent
662 fTitleHeight = (int32)ceilf(fontHeight.ascent + fontHeight.descent
664 fTitleBase = (int32)ceilf(fontHeight.ascent);
675 fCharacterHeight = (int32)ceilf(fontHeight.ascent + fontHeight.descent
677 fCharacterBase = (int32)ceilf(fontHeight.ascent);
/haiku/src/kits/interface/
H A DSlider.cpp986 BPoint(0.0f, ceilf(fontHeight.ascent)));
993 ceilf(fontHeight.ascent)));
1007 float lineHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent)
1009 float baseLine = ceilf(fontHeight.ascent);
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);
1722 height += rows * (ceilf(fontHeight.ascent)
1729 float lineHeightNoLeading = ceilf(fontHeight.ascent)
H A DRadioButton.cpp268 ceilf(6.0f + fontHeight.ascent + fontHeight.descent));
522 return BRect(0.0f, 2.0f, ceilf(3.0f + fontHeight.ascent),
523 ceilf(5.0f + fontHeight.ascent));
H A DSeparatorView.cpp256 labelBounds.top + ceilf(fontHeight.ascent)));
259 + ceilf(fontHeight.ascent), labelBounds.bottom));
277 height = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
H A DBox.cpp264 float lineHeight = fontHeight.ascent + fontHeight.descent;
268 DrawString(fLabel, BPoint(10.0f, fontHeight.ascent - yOffset));
777 ceilf(fontHeight.ascent));
778 labelHeight = ceilf(fontHeight.ascent + fontHeight.descent) + 1;
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp87 DrawString(fCurrentOption.String(), BPoint(b.left, floorf(center + fh.ascent / 2.0)));
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.cpp107 fBuffer[index].ascent = fh.ascent;
119 fh.ascent,
470 *outAscent = fStyleRecord[run->index]->ascent;
H A DStyleBuffer.h39 float ascent; // ascent 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/apps/resedit/
H A DImageEditor.cpp44 float strheight = fh.ascent + fh.descent + fh.leading + 5;
/haiku/src/servers/package/
H A DResultWindow.cpp74 float smallStep = ceilf(fontHeight.ascent + fontHeight.descent);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp55 return ceilf(fh.ascent * 0.7);
62 return ceilf(fh.ascent * 0.8);
154 floorf(frame.top + frame.bottom + fh.ascent) / 2 - 1));
161 floorf(frame.top + frame.bottom + fh.ascent) / 2 - 1));
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp81 float textHeight = (fh.ascent + fh.descent) * 1.5;
/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);
/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/message/
H A DMessage.cpp264 float lineHeight = fontHeight.ascent + fontHeight.descent
283 start.y += 10 + fontHeight.ascent + fontHeight.leading;
/haiku/src/apps/diskusage/
H A DControlsView.cpp96 (frame.top + frame.bottom - fh.ascent - fh.descent) / 2.0
97 + fh.ascent));
/haiku/src/preferences/input/
H A DMouseView.cpp143 fDigitHeight = int32(ceilf(fontHeight.ascent) + ceilf(fontHeight.descent));
144 fDigitBaseline = int32(ceilf(fontHeight.ascent));
/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.cpp69 const float lineHeight = fontHeight.ascent + fontHeight.descent;
112 const float lineHeight = fontHeight.ascent + fontHeight.descent;
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp243 float lineHeight = ceilf(fheight.ascent) + ceilf(fheight.descent)
246 fBaselineOffset = 2 + ceilf(fheight.ascent + fheight.leading / 2);

Completed in 108 milliseconds

12345678