Searched refs:iScreen (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineViewFullscreen.cpp168 int iScreen = static_cast<UIMachineLogicFullscreen*>(machineLogic())->hostScreenForGuestScreen(screenId()); local
170 return QApplication::desktop()->screenGeometry(iScreen);
H A DUIMachineWindowFullscreen.cpp301 const int iScreen = qobject_cast<UIMachineLogicFullscreen*>(machineLogic())->hostScreenForGuestScreen(m_uScreenId); local
303 const QRect workingArea = QApplication::desktop()->screenGeometry(iScreen);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineViewSeamless.cpp184 int iScreen = static_cast<UIMachineLogicSeamless*>(machineLogic())->hostScreenForGuestScreen(screenId()); local
186 return QApplication::desktop()->availableGeometry(iScreen);
H A DUIMachineWindowSeamless.cpp172 int iScreen = qobject_cast<UIMachineLogicSeamless*>(machineLogic())->hostScreenForGuestScreen(m_uScreenId); local
174 QRect workingArea = QApplication::desktop()->availableGeometry(iScreen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfboverlay.h66 fbOverlayCloseScreen (int iScreen, ScreenPtr pScreen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfboverlay.h66 fbOverlayCloseScreen (int iScreen, ScreenPtr pScreen);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp573 for (ULONG iScreen = 0; iScreen < cGuestScreens; ++iScreen)
582 console.GetDisplay().GetScreenResolution(iScreen, uWidth, uHeight, uBpp, xOrigin, yOrigin, monitorStatus);
592 aResolutions[iScreen] = strResolution;
651 for (ULONG iScreen = 0; iScreen < cGuestScreens; ++iScreen)
652 values << aResolutions[iScreen];
663 for (ULONG iScreen
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfboverlay.h67 fbOverlayCloseScreen (int iScreen, ScreenPtr pScreen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfboverlay.h67 fbOverlayCloseScreen (int iScreen, ScreenPtr pScreen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfboverlay.h66 fbOverlayCloseScreen (int iScreen, ScreenPtr pScreen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfboverlay.h66 fbOverlayCloseScreen (int iScreen, ScreenPtr pScreen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfboverlay.h66 fbOverlayCloseScreen (int iScreen, ScreenPtr pScreen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfboverlay.h66 fbOverlayCloseScreen (int iScreen, ScreenPtr pScreen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfboverlay.h66 fbOverlayCloseScreen (int iScreen, ScreenPtr pScreen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfboverlay.h66 fbOverlayCloseScreen (int iScreen, ScreenPtr pScreen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfboverlay.h68 fbOverlayCloseScreen (int iScreen, ScreenPtr pScreen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfboverlay.h68 fbOverlayCloseScreen (int iScreen, ScreenPtr pScreen);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp1355 uint32_t iScreen = 0; local
1358 vrc = RTStrToUInt32Ex(a->argv[3], NULL, 0, &iScreen);
1377 CHECK_ERROR_BREAK(pDisplay, GetScreenResolution(iScreen, &width, &height, &bpp, &xOrigin, &yOrigin, &monitorStatus));
1379 CHECK_ERROR_BREAK(pDisplay, TakeScreenShotToArray(iScreen, width, height, BitmapFormat_PNG, ComSafeArrayAsOutParam(saScreenshot)));
1454 uint32_t iScreen; local
1455 int vrc = RTStrToUInt32Ex(a->argv[i], NULL, 0, &iScreen);
1462 if (iScreen >= cMonitors)
1464 errorArgument("Invalid screen ID specified '%u'", iScreen);
1468 saScreens[iScreen] = true;
H A DVBoxManageModifyVM.cpp429 uint32_t iScreen; local
430 int rc = RTStrToUInt32Ex(pcszScreens, &pszNext, 0, &iScreen);
433 if (iScreen >= pScreens->size())
442 (*pScreens)[iScreen] = true;
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dvboxvideo.c527 uint32_t iScreen = (uintptr_t)output->driver_private; local
528 return pVBox->pScreens[iScreen].afConnected
577 uint32_t x, y, iScreen; local
578 iScreen = (uintptr_t)output->driver_private;
580 pMode = vbox_output_add_mode(pVBox, &pModes, NULL, pVBox->pScreens[iScreen].aPreferredSize.cx,
581 pVBox->pScreens[iScreen].aPreferredSize.cy, TRUE, FALSE);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp3030 int iScreen; local
3032 rc = SSMR3GetS32(pSSM, &iScreen);
3035 CR_FRAMEBUFFER *pFb = CrPMgrFbGet(iScreen);
3040 Screen.u32ViewIndex = iScreen;
3045 ASMBitSet(aTargetMap, iScreen);
3050 Screen.u32LineSize = 4 * screen[iScreen].w;
3051 Screen.u32Width = screen[iScreen].w;
3052 Screen.u32Height = screen[iScreen].h;

Completed in 82 milliseconds