Searched refs:Frame (Results 1 - 25 of 370) sorted by path

1234567891011>>

/haiku/headers/libs/alm/
H A DArea.h101 BRect Frame() const;
/haiku/headers/os/interface/
H A DAbstractLayout.h33 virtual BRect Frame();
H A DDeskbar.h35 BRect Frame() const;
H A DLayoutItem.h42 virtual BRect Frame() = 0;
H A DPolygon.h26 BRect Frame() const;
H A DRegion.h40 BRect Frame() const;
H A DScreen.h33 BRect Frame();
H A DSpaceLayoutItem.h35 virtual BRect Frame();
/haiku/headers/private/interface/
H A DPrivateScreen.h43 BRect Frame();
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp302 BRect frame = BScreen().Frame();
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp1262 BRect frame = s.Frame();
1275 where.ConstrainTo(screen.Frame());
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp83 fInkWindow = new PenInputInkWindow(region.Frame());
86 fInkWindow = new PenInputInkWindow(screen.Frame());
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DConfigView.cpp113 BWindow* window = new FolderConfigWindow(Window()->Frame(),
H A DFolderConfigWindow.cpp93 CenterIn(parent->Frame());
/haiku/src/add-ons/network_settings/dialup/
H A DInterfaceUtils.cpp23 BRect screenFrame = (BScreen(window).Frame());
/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp113 BRect winFrame(Frame());
114 BRect screenFrame(BScreen().Frame());
H A DPageSetupWindow.cpp237 BRect winFrame(Frame());
238 BRect screenFrame(BScreen().Frame());
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp133 fConfigWindow = new BWindow(screen.Frame(), "Shelf Config",
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp159 BRect stripeFrame = fStripe.Frame();
H A DZipOMaticWindow.cpp198 message.AddRect("frame", Frame());
282 BRect centeredRect = Frame();
286 if (!screen.Frame().Contains(centeredRect))
297 if (!screen.Frame().Contains(tryRect))
300 if (!screen.Frame().Contains(tryRect))
312 if (!screen.Frame().Contains(tryRect))
315 if (!screen.Frame().Contains(tryRect))
335 BRect frame = window->Frame();
/haiku/src/add-ons/translators/ppm/
H A DPPMMain.cpp63 BRect f = scrn.Frame();
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp109 BRect frame = view->Frame();
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp179 rect.top = fDescription->Frame().bottom + kTextDistance;
191 rect.top = fDefaultPartition->Frame().bottom + kTextDistance;
267 float left = fDefaultPartition->Frame().left;
268 float top = fDescription->Frame().bottom + kTextDistance;
271 top = fDefaultPartition->Frame().bottom + kTextDistance;
H A DFileSelectionPage.cpp132 float left = fFile->Frame().left;
133 float top = fDescription->Frame().bottom + kSpacing;
150 float width = fSelect->Frame().left - kSpacing - left;
153 left = fSelect->Frame().left;
/haiku/src/apps/clock/
H A Dcl_wind.cpp42 BPoint lefttop = Frame().LeftTop();
86 BRect frame = Frame();
90 if (!frame.Intersects(BScreen(this).Frame()))

Completed in 98 milliseconds

1234567891011>>