Home
last modified time | relevance | path

Searched refs:fullScreen (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/dports/games/dustrac/DustRacing2D-ae380b8/src/game/menu/
H A Dresolutionmenu.cpp48 SaveResolutionAction(ResolutionItem & parent, bool fullScreen) in SaveResolutionAction() argument
50 , m_fullScreen(fullScreen) in SaveResolutionAction()
54 bool fullScreen() const in fullScreen() function in ResolutionItem::SaveResolutionAction
69 if (Game::instance().renderer().fullScreen() && m_fullScreen) in fire()
86 … int hRes, int vRes, bool fullScreen, int width, int height, std::wstring text = L"") in ResolutionItem() argument
89 , m_saveResolutionAction(std::make_shared<SaveResolutionAction>(*this, fullScreen)) in ResolutionItem()
108 …ame::instance().renderer().fullScreen() && std::dynamic_pointer_cast<SaveResolutionAction>(m_saveR… in setSelected()
143 ConfirmationMenuPtr confirmationMenu, std::string id, int width, int height, bool fullScreen) in ResolutionMenu() argument
159 …std::make_shared<ResolutionItem>(m_confirmationMenu, itemHRes, itemVRes, fullScreen, width, itemHe… in ResolutionMenu()
183 bool fullScreen = false; in enter() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/media/
H A DVideoPlayer.java99 public void setFullScreen(boolean fullScreen) { in setFullScreen() argument
100 isFullScreen = fullScreen; in setFullScreen()
101 if (fullScreen) { in setFullScreen()
108 controller.setFullScreen(fullScreen); in setFullScreen()
141 void onFullScreenChanged(boolean fullScreen); in onFullScreenChanged() argument
163 public void setFullScreen(boolean fullScreen) { in setFullScreen() argument
164 updateFullScreenButton(fullScreen); in setFullScreen()
167 private void updateFullScreenButton(boolean fullScreen) { in updateFullScreenButton() argument
168 … mButton.setImageResource(fullScreen ? R.drawable.exit_fullscreen : R.drawable.fullscreen); in updateFullScreenButton()
173 boolean fullScreen = !VideoPlayer.this.isFullScreen(); in onFullScreenClicked()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/media/
H A DVideoPlayer.java99 public void setFullScreen(boolean fullScreen) { in setFullScreen() argument
100 isFullScreen = fullScreen; in setFullScreen()
101 if (fullScreen) { in setFullScreen()
108 controller.setFullScreen(fullScreen); in setFullScreen()
141 void onFullScreenChanged(boolean fullScreen); in onFullScreenChanged() argument
163 public void setFullScreen(boolean fullScreen) { in setFullScreen() argument
164 updateFullScreenButton(fullScreen); in setFullScreen()
167 private void updateFullScreenButton(boolean fullScreen) { in updateFullScreenButton() argument
168 … mButton.setImageResource(fullScreen ? R.drawable.exit_fullscreen : R.drawable.fullscreen); in updateFullScreenButton()
173 boolean fullScreen = !VideoPlayer.this.isFullScreen(); in onFullScreenClicked()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/tests/workloads/
H A Dyoutube.sh38 fullScreen="1011 632"
44 fullScreen="1377 812"
50 fullScreen="1011 632"
56 fullScreen="1480 835"
62 fullScreen="1528 880"
104 doTap $fullScreen
106 doTap $fullScreen
/dports/graphics/xpdf/xpdf-4.03/xpdf-qt/
H A DXpdfApp.cc39 static GBool fullScreen = gFalse; variable
59 …{"-fullscreen", argFlag, &fullScreen, 0, "run in full-screen (…
225 fullScreen, "default"); in XpdfApp()
227 newWindow(fullScreen, "default"); in XpdfApp()
264 passwordArg, fullScreen); in XpdfApp()
268 newWindow(fullScreen); in XpdfApp()
297 XpdfViewer *XpdfApp::newWindow(GBool fullScreen, in newWindow() argument
299 XpdfViewer *viewer = new XpdfViewer(this, fullScreen); in newWindow()
310 int rotate, QString password, GBool fullScreen, in openInNewWindow() argument
315 password, fullScreen); in openInNewWindow()
/dports/graphics/xpdf4/xpdf-4.03/xpdf-qt/
H A DXpdfApp.cc39 static GBool fullScreen = gFalse; variable
59 …{"-fullscreen", argFlag, &fullScreen, 0, "run in full-screen (…
225 fullScreen, "default"); in XpdfApp()
227 newWindow(fullScreen, "default"); in XpdfApp()
264 passwordArg, fullScreen); in XpdfApp()
268 newWindow(fullScreen); in XpdfApp()
297 XpdfViewer *XpdfApp::newWindow(GBool fullScreen, in newWindow() argument
299 XpdfViewer *viewer = new XpdfViewer(this, fullScreen); in newWindow()
310 int rotate, QString password, GBool fullScreen, in openInNewWindow() argument
315 password, fullScreen); in openInNewWindow()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/win10/
H A DWinSystemWin10DX.cpp53 bool CWinSystemWin10DX::CreateNewWindow(const std::string& name, bool fullScreen, RESOLUTION_INFO& … in CreateNewWindow() argument
62 …if (CWinSystemWin10::CreateNewWindow(name, fullScreen, res) && m_deviceResources->HasValidDevice()) in CreateNewWindow()
89 void CWinSystemWin10DX::SetDeviceFullScreen(bool fullScreen, RESOLUTION_INFO& res) in SetDeviceFullScreen() argument
91 m_deviceResources->SetFullScreen(fullScreen, res); in SetDeviceFullScreen()
150 bool CWinSystemWin10DX::SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplay… in SetFullScreen() argument
152 bool const result = CWinSystemWin10::SetFullScreen(fullScreen, res, blankOtherDisplays); in SetFullScreen()
H A DWinSystemWin10.h89 bool SetFullScreen(bool fullScreen, RESOLUTION_INFO& res, bool blankOtherDisplays) override;
104 bool CreateNewWindow(const std::string& name, bool fullScreen, RESOLUTION_INFO& res) override = 0;
105 virtual void UpdateStates(bool fullScreen);
106 WINDOW_STATE GetState(bool fullScreen) const;
107 virtual void SetDeviceFullScreen(bool fullScreen, RESOLUTION_INFO& res) = 0;
/dports/games/bzflag-server/bzflag-2.4.22/src/platform/
H A DSDL2Window.cxx26 windowId(NULL), glContext(NULL), canGrabMouse(true), fullScreen(false), in SDLWindow()
49 fullScreen = on; in setFullscreen()
118 if(!fullScreen) in setSize()
126 if (!fullScreen && windowId) in setSize()
133 if (fullScreen) in getSize()
228 if (fullScreen == (priorWindowFlags & SDL_WINDOW_FULLSCREEN) && in create()
250 if(! fullScreen || SDL_GetNumVideoDisplays() < 2) // create the window with the standard logic in create()
260 (fullScreen ? SDL_WINDOW_FULLSCREEN : SDL_WINDOW_RESIZABLE) | in create()
331 if(! fullScreen && (currentWidth != targetWidth || currentHeight != targetHeight)) in create()
/dports/games/bzflag/bzflag-2.4.22/src/platform/
H A DSDL2Window.cxx26 windowId(NULL), glContext(NULL), canGrabMouse(true), fullScreen(false), in SDLWindow()
49 fullScreen = on; in setFullscreen()
118 if(!fullScreen) in setSize()
126 if (!fullScreen && windowId) in setSize()
133 if (fullScreen) in getSize()
228 if (fullScreen == (priorWindowFlags & SDL_WINDOW_FULLSCREEN) && in create()
250 if(! fullScreen || SDL_GetNumVideoDisplays() < 2) // create the window with the standard logic in create()
260 (fullScreen ? SDL_WINDOW_FULLSCREEN : SDL_WINDOW_RESIZABLE) | in create()
331 if(! fullScreen && (currentWidth != targetWidth || currentHeight != targetHeight)) in create()
/dports/games/einstein/einstein-2.0/
H A Dscreen.h16 bool fullScreen; variable
24 this->fullScreen = fullscreen; in VideoMode()
31 bool isFullScreen() const { return fullScreen; }; in isFullScreen()
39 bool fullScreen; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/win32/
H A DOgreWin32Window.h43 bool fullScreen, const NameValuePairList *miscParams);
44 void setFullscreen(bool fullScreen, unsigned int width, unsigned int height);
85 …DWORD getWindowStyle(bool fullScreen) const { if (fullScreen) return mFullscreenWinStyle; return m… in getWindowStyle() argument
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/include/Win32/
H A DOgreWin32Window.h43 bool fullScreen, const NameValuePairList *miscParams);
44 void setFullscreen(bool fullScreen, unsigned int width, unsigned int height);
85 …DWORD getWindowStyle(bool fullScreen) const { if (fullScreen) return mFullscreenWinStyle; return m… in getWindowStyle() argument
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrClearOp.h31 bool fullScreen) { in Make() argument
32 SkASSERT(fullScreen || !rect.isEmpty()); in Make()
34 return std::unique_ptr<GrClearOp>(new GrClearOp(rect, color, fullScreen)); in Make()
59 GrClearOp(const SkIRect& rect, GrColor color, bool fullScreen) in GrClearOp() argument
64 if (fullScreen) { in GrClearOp()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/include/win32/
H A DOgreWin32Window.h44 bool fullScreen, const NameValuePairList *miscParams);
45 void setFullscreen(bool fullScreen, unsigned int width, unsigned int height);
88 …DWORD getWindowStyle(bool fullScreen) const { if (fullScreen) return mFullscreenWinStyle; return m… in getWindowStyle() argument
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/include/
H A DOgreD3D11RenderWindow.h56 …d create(const String& name, unsigned widthPt, unsigned heightPt, bool fullScreen, const NameValue…
169 …virtual void create(const String& name, unsigned width, unsigned height, bool fullScreen, const Na…
176 void setFullscreen(bool fullScreen, unsigned int width, unsigned int height);
182 …DWORD getWindowStyle(bool fullScreen) const { return fullScreen ? mFullscreenWinStyle … in getWindowStyle() argument
220 …d create(const String& name, unsigned widthPt, unsigned heightPt, bool fullScreen, const NameValue…
246 …d create(const String& name, unsigned widthPt, unsigned heightPt, bool fullScreen, const NameValue…
275 …virtual void create(const String& name, unsigned width, unsigned height, bool fullScreen, const Na…
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A DKisApplicationArguments.cpp54 bool fullScreen {false}; member
154 d->fullScreen = parser.isSet("fullscreen"); in KisApplicationArguments()
176 d->fullScreen = rhs.fullScreen(); in KisApplicationArguments()
192 d->fullScreen = rhs.fullScreen(); in operator =()
216 ds << d->fullScreen; in serialize()
255 ds >> args.d->fullScreen; in deserialize()
334 bool KisApplicationArguments::fullScreen() const in fullScreen() function in KisApplicationArguments
336 return d->fullScreen; in fullScreen()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/include/
H A DOgreD3D9RenderWindow.h47 bool fullScreen, const NameValuePairList *miscParams);
48 void setFullscreen (bool fullScreen, unsigned int width, unsigned int height);
117 …DWORD getWindowStyle(bool fullScreen) const { if (fullScreen) return mFullscreenWinStyle; return m… in getWindowStyle() argument
/dports/misc/parley/parley-21.12.3/src/practice/
H A Dpracticemainwindow.cpp74 …m_fullScreenAction = KStandardAction::fullScreen(this, SLOT(toggleFullScreenMode(bool)), m_mainWin… in initActions()
132 void PracticeMainWindow::toggleFullScreenMode(bool fullScreen) in toggleFullScreenMode() argument
134 KToggleFullScreenAction::setFullScreen(m_mainWindow, fullScreen); in toggleFullScreenMode()
135 m_mainWindow->toolBar(QStringLiteral("practiceToolBar"))->setVisible(!fullScreen); in toggleFullScreenMode()
136 m_mainWindow->menuBar()->setVisible(!fullScreen); in toggleFullScreenMode()
138 m_floatingToolBar->setVisible(fullScreen); in toggleFullScreenMode()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/include/
H A DOgreD3D9RenderWindow.h47 … bool fullScreen, const NameValuePairList *miscParams);
48 …void setFullscreen (bool fullScreen, unsigned int width, unsigned int height);
123 …DWORD getWindowStyle(bool fullScreen) const { if (fullScreen) return mFullscreenWinStyle; return m… in getWindowStyle() argument
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimediawidgets/
H A Dqvideowidget_p.h80 virtual void setFullScreen(bool fullScreen) = 0;
114 void setFullScreen(bool fullScreen) override;
144 void setFullScreen(bool fullScreen) override;
158 void fullScreenChanged(bool fullScreen);
198 void setFullScreen(bool fullScreen) override;
255 void _q_fullScreenChanged(bool fullScreen);
/dports/graphics/heimer/Heimer-3.0.0/src/
H A Dsettings.cpp211 const auto fullScreen = settings.value(windowFullScreenKey, false).toBool(); in loadFullScreen() local
213 return fullScreen; in loadFullScreen()
216 void Settings::saveFullScreen(bool fullScreen) in saveFullScreen() argument
220 settings.setValue(windowFullScreenKey, fullScreen); in saveFullScreen()
228 const auto fullScreen = settings.value(selectNodeGroupByIntersectionKey, false).toBool(); in loadSelectNodeGroupByIntersection() local
230 return fullScreen; in loadSelectNodeGroupByIntersection()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/JComponent/7154030/
H A Dbug7154030.java112 BufferedImage fullScreen = robot.createScreenCapture(screen); in main() local
113 Graphics g = fullScreen.getGraphics(); in main()
131 ImageIO.write(fullScreen, "png", new File("fullScreenInit.png")); in main()
150 ImageIO.write(fullScreen, "png", new File("fullScreenInit.png")); in main()
181 ImageIO.write(fullScreen, "png", new File("fullScreenInit.png")); in main()
199 ImageIO.write(fullScreen, "png", new File("fullScreenInit.png")); in main()
/dports/devel/lab/lab-0.17.2/vendor/github.com/rivo/tview/
H A Dflex.go38 fullScreen bool member
69 func (f *Flex) SetFullScreen(fullScreen bool) *Flex {
70 f.fullScreen = fullScreen
124 if f.fullScreen {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/
H A Dflex.go38 fullScreen bool
69 func (f *Flex) SetFullScreen(fullScreen bool) *Flex {
70 f.fullScreen = fullScreen
124 if f.fullScreen {

12345678910>>...45