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

Completed in 62 milliseconds