Home
last modified time | relevance | path

Searched refs:fTabHeight (Results 1 – 5 of 5) sorted by relevance

/haiku/src/kits/interface/
H A DTabView.cpp446 if (archive->FindFloat("_high", &fTabHeight) != B_OK) { in BTabView()
449 fTabHeight = ceilf(fh.ascent + fh.descent + fh.leading + 8.0f); in BTabView()
517 result = archive->AddFloat("_high", fTabHeight); in Archive()
925 tabFrame.bottom = fTabHeight; in DrawTabs()
927 tabFrame.top = tabFrame.bottom - fTabHeight; in DrawTabs()
930 tabFrame.right = fTabHeight; in DrawTabs()
932 tabFrame.left = tabFrame.right - fTabHeight; in DrawTabs()
962 rect.top = fTabHeight; in DrawBox()
966 rect.bottom -= fTabHeight; in DrawBox()
970 rect.left = fTabHeight; in DrawBox()
[all …]
/haiku/src/apps/deskbar/
H A DBarView.h174 float TabHeight() const { return fTabHeight; }; in TabHeight()
221 float fTabHeight; variable
H A DBarView.cpp155 fTabHeight(kMenuBarHeight) in TBarView()
165 fTabHeight = tabRect.Height(); in TBarView()
174 menuFrame.bottom = menuFrame.top + fTabHeight - 1; in TBarView()
468 height = fTabHeight; in PlaceDeskbarMenu()
473 height = std::max(fTabHeight, in PlaceDeskbarMenu()
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp178 float GetTabHeight() { return fSettings->HasTitle() ? fTabHeight : 0; } in GetTabHeight()
185 float fTabHeight; member in WorkspacesWindow
731 fTabHeight = tabFrame.Height(); in WorkspacesWindow()
/haiku/headers/os/interface/
H A DTabView.h216 float fTabHeight; variable