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

/haiku-fatelf/src/apps/screenshot/
H A DUtility.cpp249 float tabHeight = tabFrame.bottom - tabFrame.top; local
252 frame.OffsetBy(0, tabHeight);
255 frame.OffsetBy(0, -tabHeight);
/haiku-fatelf/src/apps/workspaces/
H A DWorkspaces.cpp238 float tabHeight = 20; local
239 // TODO: find tabHeight without being a window
243 || height + 2 * kScreenBorderOffset + tabHeight > screenHeight) {
739 float tabHeight = Frame().top - DecoratorFrame().top; local
742 || height + 2 * kScreenBorderOffset + tabHeight > screenHeight) {
/haiku-fatelf/src/servers/app/
H A DWorkspacesView.cpp232 float tabHeight = tabFrame.Height(); local
234 tabFrame.top = tabFrame.bottom - tabHeight;
/haiku-fatelf/src/kits/interface/
H A DWindow.cpp1731 float tabHeight; local
1732 _GetDecoratorSize(&borderWidth, &tabHeight);
1748 float screenHeight = screen.Frame().Height() - (2 * borderWidth + tabHeight);
1755 tabHeight + borderWidth);
4037 float tabHeight = 21.0; local
4043 tabHeight = tabRect.Height();
4049 tabHeight = 0.0;
4057 *_tabHeight = tabHeight;

Completed in 59 milliseconds