Searched refs:tabFrame (Results 1 - 8 of 8) sorted by relevance

/haiku/src/servers/app/
H A DWorkspacesView.cpp179 BRect tabFrame(0, 0, 0, 0);
181 tabFrame = decorator->TitleBarRect();
183 tabFrame = _WindowFrame(workspaceFrame, screenFrame,
184 tabFrame, tabFrame.LeftTop() - offset);
186 && !workspaceFrame.Intersects(tabFrame))
217 if (tabFrame.Height() > 0 && tabFrame.Width() > 0) {
218 float width = tabFrame.Width();
219 if (tabFrame
[all...]
H A DDesktop.cpp2413 BRect tabFrame; local
2414 message.FindRect("tab frame", &tabFrame);
2415 tabSize = tabFrame.bottom - tabFrame.top;
/haiku/src/apps/screenshot/
H A DUtility.h39 BRect tabFrame; member in class:Utility
H A DUtility.cpp158 frame.top -= tabFrame.bottom - tabFrame.top;
259 if (!frame.Contains(tabFrame))
262 float tabHeight = tabFrame.bottom - tabFrame.top;
267 tabSpace.Exclude(tabFrame);
H A DScreenshotApp.cpp75 status = message->FindRect("tabFrame", &fUtility->tabFrame);
H A DScreenshot.cpp153 message.AddRect("tabFrame", fUtility->tabFrame);
335 if (reply.FindRect("result", &fUtility->tabFrame) != B_OK)
338 fUtility->tabFrame.Set(0, 0, 0, 0);
/haiku/src/kits/interface/
H A DTabView.cpp918 BRect tabFrame(bounds);
922 // set tabFrame to area around tabs
925 tabFrame.bottom = fTabHeight;
927 tabFrame.top = tabFrame.bottom - fTabHeight;
930 tabFrame.right = fTabHeight;
932 tabFrame.left = tabFrame.right - fTabHeight;
936 be_control_look->DrawTabFrame(this, tabFrame, bounds, base, 0,
942 BRect tabFrame local
[all...]
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp729 BRect tabFrame = windowSettings.FindRect("tab frame"); local
731 fTabHeight = tabFrame.Height();

Completed in 127 milliseconds