Searched refs:BScreen (Results 1 - 25 of 150) sorted by last modified time

123456

/haiku/src/apps/processcontroller/
H A DProcessController.cpp586 param->top = where.y < BScreen(this->Window()).Frame().bottom-50;
/haiku/src/preferences/screen/
H A DScreenWindow.cpp182 BScreen screen(this);
1209 BScreen screen(this);
1233 BScreen screen(this);
1318 BScreen screen(this);
1435 BScreen screen(this);
H A DMonitorView.cpp36 BScreen screen(B_MAIN_SCREEN_ID);
173 BScreen screen(Window());
224 BScreen screen(Window());
H A DScreenMode.cpp190 BScreen screen(window);
214 BScreen screen(fWindow);
236 BScreen screen(fWindow);
279 BScreen screen(fWindow);
284 // BScreen::SetMode() needs a non-const display_mode
294 BScreen screen(fWindow);
318 BScreen screen(fWindow);
340 BScreen screen(fWindow);
366 BScreen screen(fWindow);
398 BScreen scree
[all...]
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp252 BScreen screen(this);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp924 BScreen screen(Window());
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1060 BScreen screen(this);
1236 BScreen screen(this);
H A DPoseView.cpp7396 BScreen screen(Window());
9175 BScreen screen(Window());
9274 BScreen screen(Window());
H A DFilePanel.cpp116 fWindow->MoveTo(fWindow->AlertPosition(BScreen(fWindow).Frame()));
H A DDeskWindow.cpp236 BScreen screen(this);
417 BScreen screen(this);
611 BScreen(this).SetDesktopColor(*color);
H A DTrackerInitialState.cpp766 BScreen screen(B_MAIN_SCREEN_ID);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp540 BScreen screen;
1372 BScreen screen;
/haiku/src/apps/text_search/
H A DGrepWindow.cpp607 BScreen screen(this);
/haiku/src/apps/terminal/
H A DTermWindow.cpp240 BRect screenFrame = BScreen(this).Frame();
964 BScreen screen(this);
2094 BSize screenSize(BScreen(window).Frame().Size());
/haiku/src/apps/deskbar/
H A DSwitcher.cpp746 BRect screenFrame = BScreen(B_MAIN_SCREEN_ID).Frame();
1651 CenterWindow(BScreen(B_MAIN_SCREEN_ID).Frame(), frame.Size());
1692 CenterWindow(screenFrame | BScreen(B_MAIN_SCREEN_ID).Frame(),
1701 CenterWindow(BScreen(B_MAIN_SCREEN_ID).Frame(), Frame().Size());
H A DExpandoMenuBar.cpp875 return Window()->Frame().bottom > (BScreen(Window())).Frame().bottom;
901 return (BScreen(Window())).Frame().Width()
917 BRect screenFrame = (BScreen(Window())).Frame();
/haiku/src/kits/interface/
H A DMenu.cpp2792 BScreen screen(Window());
3338 BScreen screen(window);
H A DColorControl.cpp93 fPaletteMode = BScreen(B_MAIN_SCREEN_ID).ColorSpace() == B_CMAP8;
286 = BScreen(Window()).ColorForIndex(fSelectedPaletteColorIndex);
290 fSelectedPaletteColorIndex = BScreen(Window()).IndexForColor(c2);
293 c2 = BScreen(Window()).ColorForIndex(fSelectedPaletteColorIndex);
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp118 BScreen screen(this);
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp833 BRect screenFrame = BScreen(this).Frame();
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1700 BScreen screen(this);
2437 BScreen screen(this);
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp120 OpenToolTipWindow(BScreen& screen, BRect rect, const char* name,
584 BScreen screen(Window());
/haiku/src/apps/people/
H A DPersonWindow.cpp339 BRect screenFrame = BScreen(this).Frame();
H A DPeopleApp.cpp92 if (BScreen(B_MAIN_SCREEN_ID).Frame().Contains(pos))
312 BScreen screen(window);
/haiku/src/apps/mail/
H A DMailWindow.cpp1909 BScreen screen(this);

Completed in 401 milliseconds

123456