Searched refs:Frame (Results 176 - 200 of 370) sorted by relevance

1234567891011>>

/haiku/src/libs/print/libprint/
H A DPreview.cpp814 bounds = fLast->Frame();
848 fButtonBarHeight = fZoomOut->Frame().bottom + 10.0;
873 cancelJob->MoveTo(printJob->Frame().left - (10.0 + cancelJob->Bounds().Width()),
966 if (screen.Frame().right == 0.0)
976 rect = screen.Frame();
978 float maxWidth = rect.Width() + 1 - windowBorderWidth - Frame().left;
979 float maxHeight = rect.Height() + 1 - windowBorderHeight - Frame().top;
982 float minWidth = fZoomOut->Frame().right + 10;
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp46 BRect screenBorder = screen.Frame();
63 BRect screenBorder = screen.Frame();
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp139 BRect screen(BScreen().Frame());
148 BPoint where = Frame().LeftTop();
/haiku/src/servers/app/decorator/
H A DDecorManager.cpp143 window->GetDrawingEngine(), window->Frame(), window->Title(),
151 window->GetDrawingEngine(), window->Frame(), window->Title(),
H A DDefaultWindowBehaviour.cpp240 BPoint oldLeftTop = fWindow->Frame().LeftTop();
246 delta = fWindow->Frame().LeftTop() - oldLeftTop;
287 BPoint oldRightBottom = fWindow->Frame().RightBottom();
296 delta = fWindow->Frame().RightBottom() - oldRightBottom;
470 BPoint oldRightBottom = fWindow->Frame().RightBottom();
482 delta = fWindow->Frame().RightBottom() - oldRightBottom;
685 BRect frame(fWindow->Frame());
/haiku/src/apps/processcontroller/
H A DPreferences.cpp129 BRect rect = window->Frame();
159 BRect rect = window->Frame();
H A DUtilities.cpp146 BRect screen = BScreen(window).Frame();
147 BRect frame = window->Frame();
/haiku/src/preferences/appearance/
H A DCurView.cpp105 rect.top=bmpview->Frame().bottom+30;
129 cvrect.OffsetTo( (Bounds().Width()-200)/2,scrollview->Frame().bottom+20);
/haiku/src/kits/interface/
H A DBMCPrivate.cpp227 dirty.right = Frame().right + kVMargin;
233 dirty.left = Frame().right - kVMargin;
H A DAlert.cpp450 screenFrame = screen.Frame();
643 if (Frame().left != 0 && Frame().right != 0)
649 const BRect frame = parent != NULL ? parent->Frame()
650 : BScreen(this).Frame();
H A DMenuItem.cpp364 BMenuItem::Frame() const function in class:BMenuItem
420 : fSuper->Frame().Width() - padding.left - padding.right;
464 BRect frame(Frame());
496 fSuper->Invalidate(Frame());
811 float symbolSize = roundf(Frame().Height() * 2 / 3);
H A DAboutWindow.cpp403 MoveTo(AboutPosition(Frame().Width(), Frame().Height()));
444 screenFrame = screen.Frame();
/haiku/src/kits/tracker/
H A DFilePanel.cpp113 fWindow->MoveTo(fWindow->AlertPosition(parent->Frame()));
116 fWindow->MoveTo(fWindow->AlertPosition(BScreen(fWindow).Frame()));
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp277 BRect buttonFrame = fTabMenuButton->Frame();
278 BRect menuFrame = tabMenu->Frame();
547 BRect closeRect = _CloseRectFrame(Frame());
568 if (_CloseRectFrame(Frame()).Contains(where))
577 BRect closeRect = _CloseRectFrame(Frame());
H A DTabContainerView.cpp93 item->Parent()->Draw(item->Frame());
223 dirty.left = item->Frame().left;
423 BRect frame = item->Frame();
/haiku/src/apps/launchbox/
H A DPadView.cpp180 if (child->Frame().Contains(where)) {
210 fDragOffset = ConvertToScreen(where) - window->Frame().LeftTop();
246 BRect frame = screen.Frame();
247 BRect windowFrame = window->Frame();
322 if (nearestButton->Frame().top > where.y)
H A Dsupport.cpp96 BRect screenFrame = screen->Frame();
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp316 r.top = fMenuBar->Frame().bottom + 1;
486 if (archive->ReplaceRect("window frame", Frame()) < B_OK)
487 archive->AddRect("window frame", Frame());
504 if (frame.Intersects(screen.Frame())) {
528 float windowWidth = Frame().Width();
529 float windowHeight = Frame().Height();
541 if (windowWidth > screen.Frame().Width() - 20.0f)
542 windowWidth = screen.Frame().Width() - 20.0f;
543 if (windowHeight > screen.Frame().Height() - 20.0f)
544 windowHeight = screen.Frame()
[all...]
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp219 viewFrame.top = fToolBar->Frame().bottom + 1;
547 float height = r.Height() + 1 + fBar->Frame().Height()
550 BRect frame = screen.Frame();
553 float maxWidth = frame.Width() + 1 - windowBorder - Frame().left;
554 float maxHeight = frame.Height() + 1 - windowBorder - Frame().top;
1120 fToolBar->MoveTo(fToolBar->Frame().left, offset);
1124 frame.top = fToolBar->Frame().bottom + 1;
1125 fScrollArea->MoveTo(fScrollArea->Frame().left, frame.top);
1373 fWindowFrame = Frame();
1374 frame = screen.Frame();
[all...]
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp976 update.AddRect("file_types_frame", Frame());
989 window->MoveTo(Frame().left + (Frame().Width() - window->Frame().Width())
990 / 2.0f, Frame().top + (Frame().Height() - window->Frame().Height())
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp112 = fEngine->fGraphicsCard->HideFloatingOverlays(fDirty.Frame());
124 = fEngine->fGraphicsCard->HideFloatingOverlays(fDirty.Frame());
137 = fEngine->fGraphicsCard->HideFloatingOverlays(fDirty.Frame());
557 BRect frame = region->Frame();
668 region->Frame().OffsetByCopy(xOffset, yOffset));
947 BRect frame = r.Frame();
1075 BRect clipped = fPainter->TransformAndClipRect(r.Frame());
1119 BRect clipped = fPainter->TransformAndClipRect(r.Frame());
1349 BRect clippingFrame = fPainter->ClippingRegion()->Frame();
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp69 BRect frame(fClickedWindow->Frame());
628 if (!window->IsHidden() && newDirtyRegion->Intersects(window->VisibleRegion().Frame()))
648 if (dirtyBackground.Frame().IsValid()) {
/haiku/src/servers/app/
H A DDesktop.cpp559 fVirtualScreen.Frame().Width() / 2,
560 fVirtualScreen.Frame().Height() / 2);
582 fScreenRegion = fVirtualScreen.Frame();
799 hasInfo ? &info : NULL, screen->Frame(), mode);
802 hasInfo ? &info : NULL, screen->Frame(), mode);
863 frame = screen->Frame();
1051 frame = fVirtualScreen.Frame();
1057 frame = fVirtualScreen.Frame();
1474 = stackWindow->Frame().LeftTop();
2196 BRegion dirty(fVirtualScreen.Frame());
[all...]
/haiku/src/apps/terminal/
H A DTermWindow.cpp114 BRect frame(termView->Frame());
240 BRect screenFrame = BScreen(this).Frame();
657 BRect rect(Frame());
796 fFindPanel->CenterIn(Frame());
963 fSavedFrame = Frame();
977 ResizeTo(screen.Frame().Width() + 1, screen.Frame().Height() + 1);
978 MoveTo(screen.Frame().left, screen.Frame().top);
1975 fSetWindowTitleDialog->CenterIn(Frame());
[all...]
/haiku/headers/libs/alm/
H A DArea.h101 BRect Frame() const;

Completed in 150 milliseconds

1234567891011>>