Searched defs:screens (Results 1 - 25 of 45) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h205 xf86cfgScreen **screens; member in struct:__anon7356
H A Dscrnintstr.h596 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dconfig.h178 xf86cfgScreen **screens; member in struct:__anon7732
H A Dscrnintstr.h594 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dconfig.h177 xf86cfgScreen **screens; member in struct:__anon8092
H A Dscrnintstr.h595 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dconfig.h206 xf86cfgScreen **screens; member in struct:__anon4508
H A Dscrnintstr.h598 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dconfig.h206 xf86cfgScreen **screens; member in struct:__anon4069
H A Dscrnintstr.h722 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsDisplay.cpp272 /* We can still save the *screens* option: */
949 QVector<BOOL> screens = m_cache.base().m_screens; local
950 screens.resize(m_pEditorVideoScreenCount->value());
951 m_pScrollerVideoCaptureScreens->setValue(screens);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dscrnintstr.h539 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
544 int width; /* total width of all screens together */
545 int height; /* total height of all screens together */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dscrnintstr.h621 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
626 int width; /* total width of all screens together */
627 int height; /* total height of all screens together */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dscrnintstr.h610 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dscrnintstr.h610 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dscrnintstr.h620 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dscrnintstr.h619 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dscrnintstr.h563 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dscrnintstr.h563 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dscrnintstr.h563 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
566 int width; /* total width of all screens together */
567 int height; /* total height of all screens together */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dscrnintstr.h532 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
537 int width; /* total width of all screens together */
538 int height; /* total height of all screens together */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dscrnintstr.h532 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
537 int width; /* total width of all screens together */
538 int height; /* total height of all screens together */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dscrnintstr.h532 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
537 int width; /* total width of all screens together */
538 int height; /* total height of all screens together */
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dscrnintstr.h982 ScreenPtr screens[MAXSCREENS]; member in struct:_ScreenInfo
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp2257 com::SafeArray<BOOL> screens; local
2258 HRESULT hrc = pMachine->COMGETTER(VideoCaptureScreens)(ComSafeArrayAsOutParam(screens));
2261 maVideoRecEnabled[i] = i < screens.size() && screens[i];

Completed in 96 milliseconds

12