Searched refs:fontMetrics (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp829 font_height fontMetrics; local
834 GetFontHeight(&fontMetrics);
850 fSizeRect.top = lineBase - fontMetrics.ascent;
851 fSizeRect.bottom = lineBase + fontMetrics.descent;
925 fPathRect.top = lineBase - fontMetrics.ascent;
926 fPathRect.bottom = lineBase + fontMetrics.descent;
952 fLinkRect.top = lineBase - fontMetrics.ascent;
953 fLinkRect.bottom = lineBase + fontMetrics.descent;
993 fDescRect.top = lineBase - fontMetrics.ascent;
994 fDescRect.bottom = lineBase + fontMetrics
[all...]
H A DHeaderView.cpp91 font_height fontMetrics; local
93 currentFont.GetHeight(&fontMetrics);
97 fTitleRect.bottom = fontMetrics.ascent + 1;
271 font_height fontMetrics; local
280 currentFont.GetHeight(&fontMetrics);
281 lineBase = fTitleRect.bottom - fontMetrics.descent;

Completed in 100 milliseconds