Searched refs:Frame (Results 126 - 150 of 370) sorted by relevance

1234567891011>>

/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp159 BRect frame = item->Frame();
171 BRect frame = extraItem->Frame();
177 rightmost = ItemAt(i)->Frame().right;
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp98 float offset = screen.Frame().right - Frame().right;
349 status = settings.AddRect("teams window frame", Frame());
/haiku/src/servers/app/
H A DVirtualScreen.cpp136 configurations.Set(screen->ID(), hasInfo ? &info : NULL, screen->Frame(), mode);
154 fFrame = screen->Frame();
196 VirtualScreen::Frame() const function in class:VirtualScreen
H A DWorkspacesView.cpp175 BPoint offset = window->Frame().LeftTop() - windowPosition;
176 BRect frame = _WindowFrame(workspaceFrame, screenFrame, window->Frame(),
326 min_c(Frame().Height(), Frame().Width()) / 15));
454 BRect frame = _WindowFrame(workspaceFrame, screenFrame, window->Frame(),
574 leftTop = fSelectedWindow->Frame().LeftTop();
579 = fSelectedWindow->Frame().LeftTop();
/haiku/src/apps/activitymonitor/
H A DActivityWindow.cpp50 ResizeTo(Frame().Width() * scaling, Frame().Height() * scaling);
285 status = settings.AddRect("window frame", Frame());
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp47 BRect frame = fWindow->Frame();
351 BRect frame = fWindow->Frame();
391 BRect frame = fWindow->Frame();
493 BRect frame = fWindow->Frame();
522 BRect newFrame = fWindow->Frame();
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp70 BRect screenFrame = screen.Frame();
71 if (!screenFrame.Contains(Frame()))
182 - fTranslatorListView->Frame().Width(), B_SIZE_UNSET));
225 - fTranslatorListView->Frame().Width(),
286 BPoint pt(Frame().LeftTop());
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp41 #define _W(a) (a->Frame().Width())
42 #define _H(a) (a->Frame().Height())
154 fWindowX = Frame().left;
155 fWindowY = Frame().top;
250 BSize(fScopeView->Frame().Width(), B_SIZE_UNSET));
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp237 BRect frame = Frame();
283 BRect frame = Frame();
374 BRect frame = Frame();
384 be_control_look->DrawArrowShape(Menu(), rect, Menu()->Frame(),
478 BRect bounds(Frame());
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp119 MoveTo(screen.Frame().left + (screen.Frame().Width()
121 screen.Frame().top + (screen.Frame().Height()
575 update.AddRect("app_types_frame", Frame());
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp261 BRect f = Frame();
311 BRect _ViewEntry::Frame() { function in class:_ViewEntry
319 BRect f = m_target->Frame();
978 p.x -= m_tipWindow->Frame().Width();
984 p.x -= m_tipWindow->Frame().Width();
993 BRect screenR = BScreen(m_tipWindow).Frame();
994 BRect tipR = m_tipWindow->Frame();
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp136 BRect clippedFrame = layer->Frame();
182 BRect clippedFrame = layer->Frame();
500 BRect previousChildVisible(child->Frame() & oldBounds & Bounds());
501 if (dirty.Frame().Intersects(previousChildVisible)) {
725 fLocalClipping.Exclude(child->Frame());
746 if (clippedBounds.Width() < fScreenClipping.Frame().Width() ||
747 clippedBounds.Height() < fScreenClipping.Frame().Height()) {
H A DViewLayer.h23 inline BRect Frame() const function in class:ViewLayer
H A DWindowLayer.h64 inline BRect Frame() const function in class:WindowLayer
/haiku/src/kits/interface/
H A DMenu.cpp1445 if (Parent()->Frame().top == Window()->Bounds().top)
1448 if (Parent()->Frame().bottom == Window()->Bounds().bottom)
2583 size.width = Parent()->Frame().Width();
2585 size.width = Window()->Frame().Width();
2618 frame = ItemAt(index - 1)->Frame();
2681 frame.right += ItemAt(0)->Frame().Height() / 2;
2721 frame.right = item->Frame().right + 1.0f;
2744 frame.left = std::min(frame.left, item->Frame().left);
2745 frame.right = std::max(frame.right, item->Frame().right);
2746 frame.top = std::min(frame.top, item->Frame()
[all...]
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp181 BRect f = Frame();
218 e.pView->Frame().left, e.pView->Frame().top,
219 e.pView->Frame().right, e.pView->Frame().bottom));
691 BRect curFrame = e.pView->Frame();
/haiku/src/apps/people/
H A DPeopleApp.cpp92 if (BScreen(B_MAIN_SCREEN_ID).Frame().Contains(pos))
313 if (fPosition.bottom > screen.Frame().bottom)
315 if (fPosition.right > screen.Frame().right)
/haiku/src/apps/cortex/DiagramView/
H A DDiagramWire.cpp161 region.Include(Frame() & updateRect);
/haiku/src/tests/kits/game/set_mouse_position_test/
H A Dtest_mouse.cpp115 BRect screenBounds = screen.Frame();
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.h24 BRect Frame() const;
/haiku/src/tests/servers/app/benchmark/
H A DBenchmark.cpp59 BRect frame = screen.Frame();
/haiku/src/tests/servers/app/newClipping/
H A DLayer.h52 BRect Frame() const { return fFrame; } function in class:Layer
/haiku/src/tests/servers/app/window_creation/
H A Dmain.cpp54 fScreenFrame = BScreen().Frame();
/haiku/src/tests/servers/app/window_invalidation/
H A DWindowInvalidation.cpp133 leftTop = Frame().LeftTop();
/haiku/src/apps/launchbox/
H A DNamePanel.cpp111 cloneMessage.AddRect("frame", Frame());

Completed in 115 milliseconds

1234567891011>>