Searched refs:fontHeight (Results 51 - 75 of 97) sorted by relevance

1234

/haiku/src/apps/pulse/
H A DConfigView.cpp70 font_height fontHeight; local
71 be_bold_font->GetHeight(&fontHeight);
73 fColorControl = new RTColorControl(BPoint(10, 5.0f + fontHeight.ascent
74 + fontHeight.descent), new BMessage(fMode));
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp123 font_height fontHeight; local
124 be_plain_font->GetHeight(&fontHeight);
125 float height = ceilf(fontHeight.ascent + fontHeight.descent);
1053 font_height fontHeight; local
1054 font.GetHeight(&fontHeight);
1056 return fontHeight.ascent + fontHeight.descent + fontHeight.leading + 2;
1146 font_height fontHeight; local
[all...]
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.cpp139 font_height fontHeight; local
140 font->GetHeight(&fontHeight);
142 fBaselineOffset = fontHeight.ascent
143 + (Height() - ceilf(fontHeight.ascent + fontHeight.descent)) / 2.0f;
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp522 font_height fontHeight; local
523 font.GetHeight(&fontHeight);
524 fLabelAscent = ceilf(fontHeight.ascent);
525 fLabelDescent = ceilf(fontHeight.descent + fontHeight.leading);
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp493 font_height fontHeight; local
494 parent->GetFontHeight(&fontHeight);
496 - (fontHeight.ascent + fontHeight.descent)) / 2
497 + fontHeight.ascent;
774 font_height fontHeight; local
775 GetFontHeight(&fontHeight);
783 - (fontHeight.ascent + fontHeight.descent)) / 2.0f
784 + fontHeight
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.h75 font_height fontHeight; member in struct:SourceView::FontInfo
/haiku/headers/os/interface/
H A DCheckBox.h86 inline BRect _CheckBoxFrame(const font_height& fontHeight)
H A DStatusBar.h98 BRect _BarFrame(const font_height* fontHeight
H A DRadioButton.h76 const font_height& fontHeight) const;
/haiku/src/apps/mail/
H A DSignature.cpp426 font_height fontHeight; local
427 fTextView->GetFontHeight(&fontHeight);
428 float lineHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp572 font_height fontHeight; local
573 fFieldFont.GetHeight(&fontHeight);
574 fBaseline = ceilf(fontHeight.ascent) / 2
575 + (fHeight - ceilf(fontHeight.descent)) / 2;
583 fHintFont.GetHeight(&fontHeight);
584 fHintBaseline = ceilf(fontHeight.ascent) / 2
585 + (fHintHeight - ceilf(fontHeight.descent)) / 2;
1361 font_height fontHeight; local
1362 font.GetHeight(&fontHeight);
1365 float height = ceilf(fontHeight
[all...]
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp285 font_height fontHeight; local
286 be_plain_font->GetHeight(&fontHeight);
287 float textHeight = ceilf(fontHeight.ascent + fontHeight.descent);
1040 font_height fontHeight; local
1041 be_plain_font->GetHeight(&fontHeight);
1042 float textHeight = ceilf(fontHeight.ascent + fontHeight.descent);
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp658 font_height fontHeight; local
659 fDrawState.Font().GetHeight(fontHeight);
666 + 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.cpp592 font_height fontHeight; local
593 fDrawState.Font().GetHeight(fontHeight);
600 + fontHeight.ascent + fontHeight.descent) / 2.0
601 - fontHeight.descent + 0.5);
604 + fontHeight.ascent + fontHeight.descent) / 2.0
605 - fontHeight.descent + 0.5);
H A DTabDecorator.cpp366 font_height fontHeight; local
367 fDrawState.Font().GetHeight(fontHeight);
373 - ceilf(fontHeight.ascent + fontHeight.descent + spacing),
379 - ceilf(fontHeight.ascent + fontHeight.descent + fBorderWidth),
/haiku/src/servers/app/
H A DWorkspacesView.cpp266 font_height fontHeight; local
267 font.GetHeight(fontHeight);
268 float height = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
279 + fontHeight.ascent);
/haiku/src/kits/interface/
H A DAbstractSpinner.cpp1448 font_height& fontHeight = fLayoutData->font_info; local
1450 + roundf((rect.Height() + 1.0f - fontHeight.ascent
1451 - fontHeight.descent) / 2.0f)
1452 + fontHeight.ascent;
1624 font_height& fontHeight = fLayoutData->font_info;
1625 GetFontHeight(&fontHeight);
1629 fLayoutData->label_height = ceilf(fontHeight.ascent
1630 + fontHeight.descent + fontHeight.leading);
H A DButton.cpp671 font_height fontHeight; local
672 GetFontHeight(&fontHeight);
673 float textHeight = fontHeight.ascent + fontHeight.descent;
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp140 font_height fontHeight; local
141 fBaseFont.GetHeight(&fontHeight);
142 fBaseFontHeight = fontHeight.ascent + fontHeight.descent;
843 font_height fontHeight; local
844 GetFontHeight(&fontHeight);
845 if (ceilf(rect.top - fontHeight.ascent + fontHeight.descent - 2)
855 ceilf(rect.top - fontHeight.descent - 2)));
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp288 font_height fontHeight; local
290 font.GetHeight(&fontHeight);
292 float yPos = frame.top + fontHeight.ascent;
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp137 font_height fontHeight; local
138 GetFontHeight(&fontHeight);
139 int16 buttonHeight = int16(fontHeight.ascent + fontHeight.descent + 12);
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1235 font_height fontHeight; local
1236 GetFontHeight(&fontHeight);
1245 return rows * (4 + ceilf(fontHeight.ascent)
1246 + ceilf(fontHeight.descent) + ceilf(fontHeight.leading)) + boldMargin;
1481 font_height fontHeight; local
1482 GetFontHeight(&fontHeight);
1499 float y = frame.top + ceilf(fontHeight.ascent);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp155 font_height fontHeight; local
156 be_fixed_font->GetHeight(&fontHeight);
157 fLineHeight = ceilf(fontHeight.ascent + fontHeight.descent
158 + fontHeight.leading);
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp306 font_height fontHeight; local
307 GetFontHeight(&fontHeight);
309 *_height = fontHeight.ascent + fontHeight.descent + fontHeight.leading
/haiku/src/apps/expander/
H A DExpanderWindow.cpp759 font_height fontHeight; local
761 font.GetHeight(&fontHeight);
762 fLineHeight = ceilf(fontHeight.ascent + fontHeight.descent
763 + fontHeight.leading);

Completed in 234 milliseconds

1234