Searched refs:descent (Results 51 - 75 of 172) sorted by relevance

1234567

/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/preferences/filetypes/
H A DFileTypesWindow.cpp185 y += (bitmapRect.Height() - fontHeight.ascent - fontHeight.descent) / 2.0f;
214 + fontHeight.descent);
230 float height = ceilf(fontHeight.ascent + fontHeight.descent) + 6.0f;
232 float y = ceilf((bitmapRect.Height() - fontHeight.ascent - fontHeight.descent)
269 fMinSize.height = (height.ascent + height.descent + height.leading) * 3;
/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/servers/notification/
H A DNotificationView.cpp467 float fontHeight = ceilf(fh.leading) + ceilf(fh.descent)
483 fontHeight = ceilf(fh.leading) + ceilf(fh.descent)
584 float fontHeight = fh.ascent + fh.descent + fh.leading;
H A DAppGroupView.cpp97 - ceilf(fontHeight.descent)) / 2.0 + ceilf(fontHeight.ascent);
/haiku/src/apps/charactermap/
H A DCharacterView.cpp328 + fontHeight.descent) / 2;
662 fTitleHeight = (int32)ceilf(fontHeight.ascent + fontHeight.descent
675 fCharacterHeight = (int32)ceilf(fontHeight.ascent + fontHeight.descent
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp478 height = fontHeight.ascent + fontHeight.descent;
482 pos.y = bounds.bottom - fontHeight.descent - 5;
/haiku/src/kits/interface/
H A DCheckBox.cpp39 + fontHeight.descent);
535 ceilf(6.0f + fontHeight.ascent + fontHeight.descent));
H A DTextView.cpp2042 lineHeight = ceilf(fontHeight.ascent + fontHeight.descent) + 1;
3874 float ascent, descent; local
3876 int32 toOffset = _FindLineBreak(fromOffset, &ascent, &descent, &width);
3892 newLine.origin = ceilf(curLine->origin + ascent + descent) + 1;
3898 nextLine->origin = ceilf(curLine->origin + ascent + descent) + 1;
4002 *_descent = fh.descent + fh.leading;
4028 float descent = 0.0; local
4070 done ? delta - 1 : delta, &ascent, &descent);
4098 *_descent = std::max(descent, *_descent);
4115 &descent);
4257 float descent = 0.0; local
4314 float descent = 0.0; local
[all...]
H A DOptionPopUp.cpp292 *_height = max_c(height, fontHeight.ascent + fontHeight.descent
/haiku/src/preferences/printers/
H A DPrinterListView.cpp356 SetHeight((height.ascent + height.descent + height.leading) * 3.0 + 8.0);
388 float fntheight = height.ascent + height.descent + height.leading;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp142 p.y += floorf(Bounds().Height() / 2.0 + (fh.ascent + fh.descent) / 2.0) - 2.0;
/haiku/src/apps/switcher/
H A DWindowsView.cpp166 + (int32)ceilf(fontHeight.descent)
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp93 top + plainHeight.ascent + plainHeight.descent + plainHeight.leading + 4);
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp184 return ceilf(fontHeight.ascent + fontHeight.descent + fontHeight.leading);
/haiku/src/preferences/network/
H A DNetworkSettingsAddOn.cpp192 float lineHeight = ceilf(height.ascent) + ceilf(height.descent)
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp158 float height = floorf(4.0 + fh.ascent + 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/diskusage/
H A DInfoWindow.cpp130 float fontHeight = fh.ascent + fh.descent + fh.leading;
/haiku/src/servers/package/
H A DProblemWindow.cpp104 float smallStep = ceilf(fontHeight.ascent + fontHeight.descent);
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp62 + ((updateRect.Height() - fh.ascent - fh.descent) / 2.0f)
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp102 float yCoord = (rect.Height() + fh.ascent - fh.descent) / 2;
/haiku/src/apps/webpositive/tabview/
H A DTabView.cpp207 return ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp666 + fontHeight.ascent + fontHeight.descent) / 2.0
667 - fontHeight.descent + 0.5);
670 + fontHeight.ascent + fontHeight.descent) / 2.0
671 - fontHeight.descent + 0.5);
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp600 + fontHeight.ascent + fontHeight.descent) / 2.0
601 - fontHeight.descent + 0.5);
604 + fontHeight.ascent + fontHeight.descent) / 2.0
605 - fontHeight.descent + 0.5);

Completed in 115 milliseconds

1234567