Searched refs:fontInfo (Results 1 - 4 of 4) sorted by relevance

/haiku/src/preferences/input/
H A DInputDeviceView.cpp89 font_height fontInfo; local
90 font.GetHeight(&fontInfo);
94 frame.top + fontInfo.ascent
95 + (frame.Height() - ceilf(fontInfo.ascent + fontInfo.descent))
/haiku/src/preferences/media/
H A DMediaListItem.cpp110 font_height fontInfo; local
111 font.GetHeight(&fontInfo);
115 + fontInfo.ascent + (frame.Height()
116 - ceilf(fontInfo.ascent + fontInfo.descent)) / 2.0f);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp282 BaseView(const char* name, FontInfo& fontInfo, argument
288 fFontInfo(fontInfo)
341 LineBaseView(const char* name, FontInfo& fontInfo, argument
344 BaseView(name, fontInfo, filterModel, B_WILL_DRAW),
546 ThreadsView(FontInfo& fontInfo, ListSelectionModel* filterModel, argument
549 LineBaseView("threads", fontInfo, filterModel, selectionModel)
641 SchedulingView(FontInfo& fontInfo, ListSelectionModel* filterModel, argument
644 LineBaseView("scheduling", fontInfo, filterModel, selectionModel),
1596 SchedulingView* schedulingView, FontInfo& fontInfo,
1599 BaseView("viewport", fontInfo, filterMode
1595 ViewPort(HeaderView* headerView, ThreadsView* threadsView, SchedulingView* schedulingView, FontInfo& fontInfo, ListSelectionModel* filterModel) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp90 SourceView* sourceView, FontInfo* fontInfo);
180 FontInfo* fontInfo);
289 FontInfo* fontInfo);
394 FontInfo* fontInfo)
398 fFontInfo(fontInfo),
874 Listener* listener, MarkerManager* manager, FontInfo* fontInfo)
876 BaseView("source marker view", sourceView, fontInfo),
1097 FontInfo* fontInfo)
1099 BaseView("source text view", sourceView, fontInfo),
1101 fCharacterWidth(fontInfo
393 BaseView(const char* name, SourceView* sourceView, FontInfo* fontInfo) argument
873 MarkerView(SourceView* sourceView, Team* team, Listener* listener, MarkerManager* manager, FontInfo* fontInfo) argument
1096 TextView(SourceView* sourceView, MarkerManager* manager, FontInfo* fontInfo) argument
[all...]

Completed in 68 milliseconds