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

12345678

/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1386 const float itemHeight = ceilf(fh.ascent + fh.descent + 2 * fh.leading);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1759 fFontInfo.lineHeight = ceilf(fFontInfo.fontHeight.ascent)
/haiku/src/apps/magnify/
H A DMagnify.cpp146 float h = ceil(finfo.ascent) + ceil(finfo.descent);
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp699 const float f_height = ht.ascent + ht.descent + ht.leading;
H A DPoseView.cpp1003 sFontHeight = sFontInfo.ascent + sFontInfo.descent
/haiku/src/apps/diskprobe/
H A DProbeView.cpp868 point.y += fontHeight.ascent;
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2364 float textHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
2382 alignedRect.top + ceilf(fontHeight.ascent));
/haiku/src/apps/terminal/
H A DTermView.cpp835 int font_ascent = (int)hh.ascent;
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp554 fLoadingProgressBar->SetBarHeight(height.ascent + height.descent);
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp2361 float textHeight = ceilf(fontHeight.ascent) + ceilf(fontHeight.descent);
2380 alignedRect.top + ceilf(fontHeight.ascent));

Completed in 135 milliseconds

12345678