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

/haiku/src/apps/screenshot/
H A DUtility.cpp262 float tabHeight = tabFrame.bottom - tabFrame.top; local
265 frame.OffsetBy(0, tabHeight);
268 frame.OffsetBy(0, -tabHeight);
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp349 float tabHeight = ceilf(batteryRect.Height() * 1.4f); local
352 fBatteryTabView->SetTabHeight(tabHeight);
/haiku/src/kits/interface/
H A DWindow.cpp1596 float tabHeight; local
1597 _GetDecoratorSize(&borderWidth, &tabHeight);
1601 zoomArea.top += borderWidth + tabHeight;
2509 float tabHeight; local
2510 _GetDecoratorSize(&borderWidth, &tabHeight);
2513 frame.top -= tabHeight;
2523 innerFrame.top += tabHeight;
2551 MoveTo(left + borderWidth, top + tabHeight + borderWidth);
3849 float tabHeight; local
3850 _GetDecoratorSize(&borderWidth, &tabHeight);
4055 float tabHeight = 21.0; local
[all...]
/haiku/src/servers/app/
H A DWorkspacesView.cpp232 float tabHeight = tabFrame.Height(); local
234 tabFrame.top = tabFrame.bottom - tabHeight;
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp588 float tabHeight = window->GetTabHeight(); local
596 windowFrame.InsetBy(-borderWidth, -(tabHeight + borderWidth));
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1243 float tabHeight = 15; local
1246 tabHeight = tabRect.Height();
1247 screenFrame.top += tabHeight;

Completed in 348 milliseconds