Searched refs:pViewport (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMouseHandler.cpp579 foreach (QWidget *pViewport, m_viewports) argument
581 QPoint posInViewport = pViewport->mapFromGlobal(pOldMouseEvent->globalPos());
582 if (pViewport->geometry().adjusted(0, 0, 1, 1).contains(posInViewport))
583 probablyHoveredViewports << pViewport; local
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c1130 static HRESULT WINAPI IDirect3DDevice8Impl_SetViewport(LPDIRECT3DDEVICE8 iface, CONST D3DVIEWPORT8* pViewport) { argument
1134 TRACE("iface %p, viewport %p.\n", iface, pViewport);
1138 hr = IWineD3DDevice_SetViewport(This->WineD3DDevice, (const WINED3DVIEWPORT *)pViewport);
1144 static HRESULT WINAPI IDirect3DDevice8Impl_GetViewport(LPDIRECT3DDEVICE8 iface, D3DVIEWPORT8* pViewport) { argument
1148 TRACE("iface %p, viewport %p.\n", iface, pViewport);
1152 hr = IWineD3DDevice_GetViewport(This->WineD3DDevice, (WINED3DVIEWPORT *)pViewport);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c1645 static HRESULT WINAPI IDirect3DDevice9Impl_SetViewport(LPDIRECT3DDEVICE9EX iface, CONST D3DVIEWPORT9* pViewport) { argument
1649 TRACE("iface %p, viewport %p.\n", iface, pViewport);
1653 hr = IWineD3DDevice_SetViewport(This->WineD3DDevice, (const WINED3DVIEWPORT *)pViewport);
1661 static HRESULT WINAPI IDirect3DDevice9Impl_GetViewport(LPDIRECT3DDEVICE9EX iface, D3DVIEWPORT9* pViewport) { argument
1665 TRACE("iface %p, viewport %p.\n", iface, pViewport);
1669 hr = IWineD3DDevice_GetViewport(This->WineD3DDevice, (WINED3DVIEWPORT *)pViewport);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c2840 static HRESULT WINAPI IWineD3DDeviceImpl_SetViewport(IWineD3DDevice *iface, CONST WINED3DVIEWPORT* pViewport) { argument
2845 This->updateStateBlock->viewport = *pViewport;
2854 pViewport->X, pViewport->Y, pViewport->Width, pViewport->Height, pViewport->MinZ, pViewport->MaxZ);
2861 static HRESULT WINAPI IWineD3DDeviceImpl_GetViewport(IWineD3DDevice *iface, WINED3DVIEWPORT* pViewport) { argument
2864 *pViewport
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp4178 void VBoxQGLOverlay::init(QWidget *pViewport, QObject *pPostEventObject, CSession * aSession, uint32_t id)
4180 mpViewport = pViewport;
4229 void VBoxQGLOverlay::updateAttachment(QWidget *pViewport, QObject *pPostEventObject)
4231 if (mpViewport != pViewport)
4233 mpViewport = pViewport;
4239 if (pViewport)
H A DVBoxFBOverlay.h1695 void init(QWidget *pViewport, QObject *pPostEventObject, CSession * aSession, uint32_t id);
1702 void updateAttachment(QWidget *pViewport, QObject *pPostEventObject);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c2748 CRScreenViewportInfo *pViewport; local
2765 pViewport = &cr_server.screenVieport[sIndex];
2768 pViewport->Rect = NewRect;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/
H A Dd3d9.h1277 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT9* pViewport) PURE;
1278 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE;
1654 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT9* pViewport) PURE;
1655 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE;
H A Dd3d8.h881 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT8 * pViewport) PURE;
882 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT8 * pViewport) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/
H A Dd3d9.h1277 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT9* pViewport) PURE;
1278 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE;
1654 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT9* pViewport) PURE;
1655 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE;
H A Dd3d8.h881 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT8 * pViewport) PURE;
882 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT8 * pViewport) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/
H A Dd3d9.h1354 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT9* pViewport) PURE;
1355 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE;
1731 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT9* pViewport) PURE;
1732 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE;
H A Dd3d8.h880 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT8 * pViewport) PURE;
881 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT8 * pViewport) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d9.h1269 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT9* pViewport) PURE;
1270 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE;
1646 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT9* pViewport) PURE;
1647 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE;
H A Dd3d8.h881 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT8 * pViewport) PURE;
882 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT8 * pViewport) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/
H A Dd3d9.h1277 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT9* pViewport) PURE;
1278 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE;
1654 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT9* pViewport) PURE;
1655 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE;
H A Dd3d8.h881 STDMETHOD(SetViewport)(THIS_ CONST D3DVIEWPORT8 * pViewport) PURE;
882 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT8 * pViewport) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d9.h1354 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE;
1738 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT9* pViewport) PURE;
H A Dd3d8.h884 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT8 * pViewport) PURE;

Completed in 258 milliseconds