Searched refs:fontInfo (Results 1 – 4 of 4) sorted by relevance
/haiku/src/preferences/input/ |
H A D | InputDeviceView.cpp | 84 font_height fontInfo; in Render() local 85 font.GetHeight(&fontInfo); in Render() 89 frame.top + fontInfo.ascent in Render() 90 + (frame.Height() - ceilf(fontInfo.ascent + fontInfo.descent)) in Render()
|
/haiku/src/preferences/media/ |
H A D | MediaListItem.cpp | 110 font_height fontInfo; in Render() local 111 font.GetHeight(&fontInfo); in Render() 115 + fontInfo.ascent + (frame.Height() in Render() 116 - ceilf(fontInfo.ascent + fontInfo.descent)) / 2.0f); in Render()
|
/haiku/src/apps/debuganalyzer/gui/main_window/ |
H A D | SchedulingPage.cpp | 282 BaseView(const char* name, FontInfo& fontInfo, in BaseView() argument 288 fFontInfo(fontInfo) in BaseView() 341 LineBaseView(const char* name, FontInfo& fontInfo, in LineBaseView() argument 344 BaseView(name, fontInfo, filterModel, B_WILL_DRAW), in LineBaseView() 546 ThreadsView(FontInfo& fontInfo, ListSelectionModel* filterModel, in ThreadsView() argument 549 LineBaseView("threads", fontInfo, filterModel, selectionModel) in ThreadsView() 641 SchedulingView(FontInfo& fontInfo, ListSelectionModel* filterModel, in SchedulingView() argument 644 LineBaseView("scheduling", fontInfo, filterModel, selectionModel), in SchedulingView() 1596 SchedulingView* schedulingView, FontInfo& fontInfo, in ViewPort() argument 1599 BaseView("viewport", fontInfo, filterModel), in ViewPort()
|
/haiku/src/apps/debugger/user_interface/gui/team_window/ |
H A D | SourceView.cpp | 115 SourceView* sourceView, FontInfo* fontInfo); 205 FontInfo* fontInfo); 314 FontInfo* fontInfo); 419 FontInfo* fontInfo) in BaseView() argument 423 fFontInfo(fontInfo), in BaseView() 899 Listener* listener, MarkerManager* manager, FontInfo* fontInfo) in MarkerView() argument 901 BaseView("source marker view", sourceView, fontInfo), in MarkerView() 1122 FontInfo* fontInfo) in TextView() argument 1124 BaseView("source text view", sourceView, fontInfo), in TextView() 1126 fCharacterWidth(fontInfo->font.StringWidth("Q")), in TextView()
|