Searched defs:hDC (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain_base.c192 HDC hDC; local
200 hDC = GetDC(hWnd);
201 SetDeviceGammaRamp(hDC, (LPVOID)pRamp);
202 ReleaseDC(hWnd, hDC);
210 HDC hDC; local
218 hDC = GetDC(hWnd);
219 GetDeviceGammaRamp(hDC, pRamp);
220 ReleaseDC(hWnd, hDC);
H A Dclipper.c117 HDC hDC = GetDCEx(This->hWnd, NULL, DCX_WINDOW); local
118 if (hDC)
121 if (GetRandomRgn(hDC, hRgn, SYSRGN))
127 GetDCOrgEx( hDC, &org );
140 ReleaseDC(This->hWnd, hDC);
H A Dsurface_gdi.c53 SelectObject(This->hDC, This->dib.holdbitmap);
54 DeleteDC(This->hDC);
456 SetDIBColorTable(This->hDC, 0, 256, col);
460 *pHDC = This->hDC;
467 static HRESULT WINAPI IWineGDISurfaceImpl_ReleaseDC(IWineD3DSurface *iface, HDC hDC) { argument
470 TRACE("(%p)->(%p)\n",This,hDC);
475 if (This->hDC !=hDC) {
476 WARN("Application tries to release an invalid DC(%p), surface dc is %p\n", hDC, This->hDC);
[all...]
H A Dswapchain.c134 pSwapchain->hDC = NULL;
201 VBoxExtWndDestroy(This->win_handle, This->hDC);
358 if (!This->hDC)
428 TRACE("Presenting HDC %p.\n", context->currentSwapchain->hDC);
516 HWND wnd = WindowFromDC(context->currentSwapchain->hDC);
522 SwapBuffers(context->currentSwapchain->hDC);
905 HDC hDC = NULL; local
949 hDC = overridenSwapchain->hDC;
953 hr = VBoxExtWndCreate(present_parameters->BackBufferWidth, present_parameters->BackBufferHeight, &window, &hDC);
[all...]
H A Dvboxext.c401 HDC hDC; member in struct:VBOXEXT_GETDC_CB
407 pData->hDC = GetDC(pData->hWnd);
413 HDC hDC; member in struct:VBOXEXT_RELEASEDC_CB
420 pData->ret = ReleaseDC(pData->hWnd, pData->hDC);
428 Data.hDC = NULL;
437 return Data.hDC;
440 int VBoxExtReleaseDC(HWND hWnd, HDC hDC) argument
445 Data.hDC = hDC;
579 static HRESULT vboxExtWndDoDestroy(HWND hWnd, HDC hDC) argument
603 HDC hDC; member in struct:VBOXEXTWND_CREATE_INFO
612 HDC hDC; member in struct:VBOXEXTWND_DESTROY_INFO
640 VBoxExtWndDestroy(HWND hWnd, HDC hDC) argument
[all...]
H A Dsurface.c124 SelectObject(This->hDC, This->dib.holdbitmap);
125 DeleteDC(This->hDC);
2339 if(!This->hDC) {
2400 SetDIBColorTable(This->hDC, 0, 256, col);
2404 *pHDC = This->hDC;
2411 static HRESULT WINAPI IWineD3DSurfaceImpl_ReleaseDC(IWineD3DSurface *iface, HDC hDC) argument
2415 TRACE("(%p)->(%p)\n",This,hDC);
2420 if (This->hDC !=hDC) {
2421 WARN("Application tries to release an invalid DC(%p), surface dc is %p\n", hDC, Thi
[all...]
H A Dwined3d_private.h2397 HDC hDC; member in struct:IWineD3DSurfaceImpl
2919 HDC hDC; member in struct:IWineD3DSwapChainImpl
2922 HDC hDC; member in struct:IWineD3DSwapChainImpl
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp1278 HDC hDC = GetDC(NULL /* Entire screen */); local
1279 if (hDC)
1283 ? s_pfnEnumDisplayMonitors(hDC, NULL, VBoxDnDWnd::MonitorEnumProc, (LPARAM)&r):
1288 ReleaseDC(NULL, hDC);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c438 HDC hDC; local
442 hDC = BeginPaint(pWindow->hWnd, &Paint);
443 if (hDC)
446 pWindow->redraw_device_context = hDC;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c152 swapchain->hDC = NULL;
230 VBoxExtWndDestroy(swapchain->win_handle, swapchain->hDC);
664 TRACE("Presenting HDC %p.\n", context->swapchain->hDC);
738 HWND wnd = WindowFromDC(context->swapchain->hDC);
743 gl_info->gl_ops.wgl.p_wglSwapBuffers(context->swapchain->hDC); /* TODO: cycle through the swapchain buffers */
874 src_dc = front->hDC;
916 tmp = front->hDC;
917 front->hDC = back->hDC;
918 back->hDC
1025 HDC hDC = NULL; local
[all...]
H A Dvboxext.c401 HDC hDC; member in struct:VBOXEXT_GETDC_CB
407 pData->hDC = GetDC(pData->hWnd);
413 HDC hDC; member in struct:VBOXEXT_RELEASEDC_CB
420 pData->ret = ReleaseDC(pData->hWnd, pData->hDC);
428 Data.hDC = NULL;
437 return Data.hDC;
440 int VBoxExtReleaseDC(HWND hWnd, HDC hDC) argument
445 Data.hDC = hDC;
577 static HRESULT vboxExtWndDoDestroy(HWND hWnd, HDC hDC) argument
601 HDC hDC; member in struct:VBOXEXTWND_CREATE_INFO
610 HDC hDC; member in struct:VBOXEXTWND_DESTROY_INFO
638 VBoxExtWndDestroy(HWND hWnd, HDC hDC) argument
[all...]
H A Dwined3d_private.h2287 HDC hDC; member in struct:wined3d_surface
2722 HDC hDC; member in struct:wined3d_swapchain
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dstrmbase.h387 HDC hDC; member in struct:tagBaseWindow
H A Dmmsystem16.h610 HDC16 hDC; member in struct:__anon14015
803 HDC16 hDC; member in struct:__anon14038
H A Dwinuser16.h504 HDC16 hDC; member in struct:__anon14297
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmmsystem16.h610 HDC16 hDC; member in struct:__anon1360
803 HDC16 hDC; member in struct:__anon1383
H A Dwinuser16.h504 HDC16 hDC; member in struct:__anon1621
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommdlg.h288 HDC hDC; member in struct:tagCHOOSEFONTA
308 HDC hDC; member in struct:tagCHOOSEFONTW
552 HDC hDC; member in struct:tagPDA
575 HDC hDC; member in struct:tagPDW
727 HDC hDC; member in struct:tagPDEXA
752 HDC hDC; member in struct:tagPDEXW
H A Ddigitalv.h846 HDC hDC; member in struct:__anon13521
H A Dddrawi.h717 ULONG_PTR hDC; member in struct:_DDRAWI_DIRECTDRAW_LCL
985 ULONG_PTR hDC; member in struct:_DDRAWI_DDRAWSURFACE_LCL
H A Dmmsystem.h2397 HDC hDC; member in struct:tagMCI_ANIM_UPDATE_PARMS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommdlg.h282 HDC hDC; member in struct:tagCHOOSEFONTA
302 HDC hDC; member in struct:tagCHOOSEFONTW
546 HDC hDC; member in struct:tagPDA
569 HDC hDC; member in struct:tagPDW
721 HDC hDC; member in struct:tagPDEXA
746 HDC hDC; member in struct:tagPDEXW
H A Ddigitalv.h846 HDC hDC; member in struct:__anon916
H A Dddrawi.h717 ULONG_PTR hDC; member in struct:_DDRAWI_DIRECTDRAW_LCL
985 ULONG_PTR hDC; member in struct:_DDRAWI_DDRAWSURFACE_LCL
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2432 HDC hDC; member in struct:IWineD3DSurfaceImpl
2954 HDC hDC; member in struct:IWineD3DSwapChainImpl
2957 HDC hDC; member in struct:IWineD3DSwapChainImpl

Completed in 192 milliseconds

12