Searched refs:fTabHeight (Results 1 – 5 of 5) sorted by relevance
446 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 …]
174 float TabHeight() const { return fTabHeight; }; in TabHeight()221 float fTabHeight; variable
155 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()
178 float GetTabHeight() { return fSettings->HasTitle() ? fTabHeight : 0; } in GetTabHeight()185 float fTabHeight; member in WorkspacesWindow731 fTabHeight = tabFrame.Height(); in WorkspacesWindow()
216 float fTabHeight; variable