Searched refs:u32ScreenId (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/include/
H A DDisplayUtils.h28 int readSavedGuestScreenInfo(const Utf8Str &strStateFilePath, uint32_t u32ScreenId,
/vbox/src/VBox/Main/src-all/
H A DDisplayUtils.cpp145 int readSavedGuestScreenInfo(const Utf8Str &strStateFilePath, uint32_t u32ScreenId, argument
149 LogFlowFunc(("u32ScreenId = %d [%s]\n", u32ScreenId, strStateFilePath.c_str()));
172 if (u32ScreenId > cMonitors)
181 SSMR3Skip(pSSM, u32ScreenId * 5 * sizeof(uint32_t) + 3 * sizeof(uint32_t));
191 SSMR3Skip(pSSM, u32ScreenId * 8 * sizeof(uint32_t) + 3 * sizeof(uint32_t));
/vbox/include/VBox/RemoteDesktop/
H A DVRDEImage.h107 * @param u32ScreenId Updates are for this screen in a multimonitor config.
120 uint32_t u32ScreenId,
/vbox/src/VBox/Additions/common/VBoxVideo/
H A DVBVABase.cpp76 pEnable->u32ScreenId = cScreen;
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp362 int init(uint32_t u32ScreenId);
564 int DragInstance::init(uint32_t u32ScreenId) argument
587 if ((int)u32ScreenId > ScreenCount(m_pDisplay))
593 // pDrag->screen = ScreenOfDisplay(m_pDisplay, u32ScreenId);
599 m_screenId = u32ScreenId;
655 u32ScreenId, rc));
/vbox/include/VBox/
H A DVBoxVideo.h1043 uint32_t u32ScreenId; member in struct:VBVAENABLE_EX
1132 uint32_t u32ScreenId; member in struct:VBVASCANLINEINFO
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp1937 uint32_t u32ScreenId = 0; /* @todo clip to corresponding screens. local
1950 u32ScreenId,
1967 u32ScreenId,
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp2343 uScreenId = pEnableEx->u32ScreenId;

Completed in 124 milliseconds