Searched defs:iScreen (Results 1 - 8 of 8) 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/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 567 milliseconds