Searched refs:xOrigin (Results 26 - 50 of 52) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dpicturestr.h489 int xOrigin,
496 int xOrigin,
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h323 GLint xOrigin, yOrigin; member in struct:__GLdrawablePrivateRec
/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp953 LONG xOrigin = 0; local
955 HRESULT rc = pDisplay->i_getScreenResolution(uScreenId, &cWidth, &cHeight, &cBPP, &xOrigin, &yOrigin);
969 int32_t x1 = xOrigin;
H A DConsoleVRDPServer.cpp1092 LONG xOrigin = 0; local
1113 &xOrigin, &yOrigin, &monitorStatus);
1119 pInfo->xOrigin = xOrigin;
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp579 LONG xOrigin = 0; local
582 console.GetDisplay().GetScreenResolution(iScreen, uWidth, uHeight, uBpp, xOrigin, yOrigin, monitorStatus);
586 strResolution += QString(" @%1,%2").arg(xOrigin).arg(yOrigin);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/render/
H A Dpicturestr.h392 int xOrigin,
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp1395 pReq->cxOrigin = pDispRequest->lastReadDisplayChangeRequest.xOrigin;
1409 pReq->cxOrigin = pDispRequest->displayChangeRequest.xOrigin;
3083 int32_t xOrigin, int32_t yOrigin, bool fEnabled, bool fChangeOrigin)
3098 && pRequest->lastReadDisplayChangeRequest.xOrigin == xOrigin
3115 xOrigin, yOrigin, fEnabled, fChangeOrigin));
3122 pRequest->displayChangeRequest.xOrigin = xOrigin;
3132 cx, cy, cBits, xOrigin, yOrigin, fEnabled, fChangeOrigin, idxDisplay));
3082 vmmdevIPort_RequestDisplayChange(PPDMIVMMDEVPORT pInterface, uint32_t cx, uint32_t cy, uint32_t cBits, uint32_t idxDisplay, int32_t xOrigin, int32_t yOrigin, bool fEnabled, bool fChangeOrigin) argument
/vbox/include/VBox/vmm/
H A Dpdmifs.h998 * @param xOrigin Upper left X co-ordinate relative to the first screen.
1004 DECLR3CALLBACKMEMBER(void, pfnVBVAInputMappingUpdate,(PPDMIDISPLAYCONNECTOR pInterface, int32_t xOrigin, int32_t yOrigin, uint32_t cx, uint32_t cy));
2442 * @param xOrigin The X coordinate of the lower left
2454 int32_t xOrigin, int32_t yOrigin, bool fEnabled, bool fChangeOrigin));
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1707 LONG xOrigin, yOrigin; local
1709 rc = display->GetScreenResolution(0, &xRes, &yRes, &bpp, &xOrigin, &yOrigin, &monitorStatus);
1719 RTPrintf("VideoMode=\"%d,%d,%d\"@%d,%d %d\n", xRes, yRes, bpp, xOrigin, yOrigin, monitorStatus);
1729 RTPrintf("Video mode: %dx%dx%d at %d,%d %s\n", xRes, yRes, bpp, xOrigin, yOrigin, pszMonitorStatus);
H A DVBoxManageControlVM.cpp1375 LONG xOrigin, yOrigin; local
1377 CHECK_ERROR_BREAK(pDisplay, GetScreenResolution(iScreen, &width, &height, &bpp, &xOrigin, &yOrigin, &monitorStatus));
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/extensions/
H A Drenderproto.h273 INT16 xOrigin B16;
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Drenderproto.h273 INT16 xOrigin B16;
/vbox/src/VBox/Additions/x11/x11include/renderproto-0.11/X11/extensions/
H A Drenderproto.h284 INT16 xOrigin B16;
/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h1177 int xOrigin; member in struct:_VRDEFRAMEBUFFERINFO
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp1225 LONG xOrigin = 0; local
1228 display().GetScreenResolution(m_uScreenId, ulWidth, ulHeight, ulGuestBitsPerPixel, xOrigin, yOrigin, monitorStatus);
H A DUIMachineLogic.cpp2502 LONG xOrigin = 0; local
2505 display().GetScreenResolution(i, width, height, bpp, xOrigin, yOrigin, monitorStatus);
/vbox/include/VBox/
H A DVBoxVideo.h174 int32_t xOrigin; member in struct:VBOXVIDEOINFOSCREEN
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h1660 INT16 xOrigin B16, yOrigin B16;
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXproto.h1632 INT16 xOrigin B16, yOrigin B16;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3890 PRInt32 * xOrigin,
H A DVBoxCAPI_v3_0.h4403 PRInt32 * xOrigin,
H A DVBoxCAPI_v3_1.h4301 PRInt32 * xOrigin,
H A DVBoxCAPI_v3_2.h4513 PRInt32 * xOrigin,
H A DVBoxCAPI_v4_0.h4798 PRInt32 * xOrigin,
H A DVBoxCAPI_v4_1.h5174 PRInt32 * xOrigin,

Completed in 366 milliseconds

123