Searched refs:descent (Results 101 - 125 of 172) sorted by relevance

1234567

/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp243 float lineHeight = ceilf(fheight.ascent) + ceilf(fheight.descent)
/haiku/headers/os/interface/
H A DFont.h140 float descent; member in struct:font_height
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp119 *height = (fh.ascent+fh.descent+fh.leading) * 2;
237 m_statusPosition.y = b.Height() - (fh.descent + fh.leading + _edge_pad_y);
1300 float lineHeight = fh.ascent + fh.descent + fh.leading;
/haiku/src/apps/sudoku/
H A DSudokuView.cpp575 + (fHeight - ceilf(fontHeight.descent)) / 2;
585 + (fHintHeight - ceilf(fontHeight.descent)) / 2;
1365 float height = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp142 fBaseFontHeight = fontHeight.ascent + fontHeight.descent;
845 if (ceilf(rect.top - fontHeight.ascent + fontHeight.descent - 2)
855 ceilf(rect.top - fontHeight.descent - 2)));
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.cpp329 height = 2.0 + ceilf(fh.ascent + fh.descent) + 2.0;
/haiku/src/kits/interface/
H A DRadioButton.cpp268 ceilf(6.0f + fontHeight.ascent + fontHeight.descent));
H A DSeparatorView.cpp277 height = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp293 sFontHeight = fh.ascent - fh.descent;
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp272 minHeight += ceilf(fh.ascent + fh.descent) + vPadding;
/haiku/src/apps/mail/
H A DSignature.cpp428 float lineHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
H A DEnclosures.cpp509 - (finfo.ascent + finfo.descent + finfo.leading)) / 2)
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp690 + fontHeight.ascent + fontHeight.descent) / 2.0
691 - fontHeight.descent + 0.5);
694 + fontHeight.ascent + fontHeight.descent) / 2.0
695 - fontHeight.descent + 0.5);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp855 + fh.ascent + fh.descent + fh.leading + 1.0;
897 + fh.ascent + fh.descent + fh.leading
1489 + fh.ascent + fh.descent + fh.leading + 1.0;
1511 + fh.ascent + fh.descent + fh.leading
H A DMediaNodePanel.cpp840 m_labelRect.bottom = 2 * M_LABEL_V_MARGIN + (fh.ascent + fh.descent + fh.leading) + 1.0;
866 m_labelOffset.y = m_labelRect.bottom - M_LABEL_V_MARGIN - fh.descent - (fh.leading / 2.0) - 1.0;
/haiku/src/preferences/media/
H A DMediaListItem.cpp116 - ceilf(fontInfo.ascent + fontInfo.descent)) / 2.0f);
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.cpp143 + (Height() - ceilf(fontHeight.ascent + fontHeight.descent)) / 2.0f;
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp328 // XXX: should use descent + leading from previous line
331 origin.y += height.ascent + height.descent + height.leading;
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp159 float textHeight = (fh.ascent + fh.descent) * 1.5;
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp525 fLabelDescent = ceilf(fontHeight.descent + fontHeight.leading);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp159 y -= fh.descent;
275 minHeight += ceilf(fh.ascent + fh.descent) + 4.0;
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp157 fLineHeight = ceilf(fontHeight.ascent + fontHeight.descent
286 drawPoint.y + fh.descent));
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp287 float textHeight = ceilf(fontHeight.ascent + fontHeight.descent);
1042 float textHeight = ceilf(fontHeight.ascent + fontHeight.descent);
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp373 - ceilf(fontHeight.ascent + fontHeight.descent + spacing),
379 - ceilf(fontHeight.ascent + fontHeight.descent + fBorderWidth),
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp496 - (fontHeight.ascent + fontHeight.descent)) / 2
783 - (fontHeight.ascent + fontHeight.descent)) / 2.0f

Completed in 205 milliseconds

1234567