/external/pdfium/core/include/fxge/ |
D | fx_ge_win32.h | 50 HDC GetDC() const { return m_hMemDC; } in GetDC() function 75 HDC GetDC() const; 87 HDC GetDC() { return m_hDC; } in GetDC() function
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/ |
D | dxgi_dll.c | 84 hdc = GetDC(hwnd); in WineDXGIBackend_BeginPresent() 110 hdc = GetDC(x11_hwnd); in WineDXGIBackend_BeginPresent() 153 hdc = GetDC(hwnd); in WineDXGIBackend_TestPresent() 237 hdc = GetDC(root); in install_wine_dxgi_backend()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pbuffer.c | 205 hDC = GetDC(hWnd); in wglCreatePbufferARB() 249 hDC = GetDC(fb->hWnd); in wglGetPbufferDCARB()
|
D | stw_framebuffer.c | 260 fb->hDC = GetDC(hWnd); in stw_framebuffer_create()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32Window.hpp | 49 HDC getDeviceContext (void) const { return GetDC(m_window); } in getDeviceContext()
|
D | tcuWin32EGLNativeDisplayFactory.cpp | 316 screenDC = GetDC(DE_NULL); in readScreenPixels() 319 windowDC = GetDC(m_window.getHandle()); in readScreenPixels()
|
/external/libchrome/base/win/ |
D | scoped_hdc.h | 23 hdc_(GetDC(hwnd)) { in ScopedGetDC()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 344 HDC dc = GetDC((HWND)fHWND); in attachGL() 386 wglMakeCurrent(GetDC((HWND)fHWND), 0); in detachGL() 392 HDC dc = GetDC((HWND)fHWND); in presentGL() 422 EGLDisplay display = SkANGLEGLContext::GetD3DEGLDisplay(GetDC(hWnd), false); in create_ANGLE()
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | cursor_unittest.cc | 36 HDC dc = GetDC(NULL); in ConvertToMouseShapeAndCompare()
|
D | screen_capturer_win_gdi.cc | 209 desktop_dc_ = GetDC(NULL); in PrepareCaptureResources()
|
D | screen_capturer_win_magnifier.cc | 254 desktop_dc_ = GetDC(NULL); in InitializeMagnifier()
|
/external/mesa3d/src/gallium/state_trackers/egl/gdi/ |
D | native_gdi.c | 131 hDC = GetDC(gsurf->hWnd); in gdi_surface_flush_frontbuffer() 149 hDC = GetDC(gsurf->hWnd); in gdi_surface_swap_buffers()
|
/external/icu/icu4c/source/samples/layout/ |
D | layout.cpp | 132 hdc = GetDC(hwnd); in WndProc() 292 hdc = GetDC(hwnd); in WndProc()
|
D | clayout.c | 133 hdc = GetDC(hwnd); in WndProc() 296 hdc = GetDC(hwnd); in WndProc()
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
D | graw_gdi.c | 115 hDC = GetDC(hWnd); in graw_create_window_and_screen()
|
/external/webrtc/webrtc/base/ |
D | win32windowpicker.cc | 110 HDC hdc = GetDC(NULL); in GetDesktopList()
|
/external/skia/src/gpu/gl/win/ |
D | SkCreatePlatformGLContext_win.cpp | 78 if (!(fDeviceContext = GetDC(fWindow))) { in WinGLContext()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor_win.cc | 80 desktop_dc_ = GetDC(NULL); in Init()
|
/external/ImageMagick/coders/ |
D | emf.c | 392 hDC=GetDC(NULL); in ReadEnhMetaFile() 429 hDC=GetDC(NULL); in ReadEnhMetaFile() 556 hDC=GetDC(NULL); in ReadEMFImage()
|
D | clipboard.c | 185 hDC=GetDC(NULL); in ReadCLIPBOARDImage()
|
/external/opencv3/samples/directx/ |
D | d3d9ex_interop.cpp | 243 HRESULT r = pSurface->GetDC(&hDC); in print_info()
|
D | d3d9_interop.cpp | 242 HRESULT r = pSurface->GetDC(&hDC); in print_info()
|
/external/opencv3/3rdparty/include/dshow/ |
D | ddraw.h | 1896 /*44*/ STDMETHOD(GetDC)(THIS_ HDC *lphDC) PURE; in DECLARE_INTERFACE_() local 1938 #define IDirectDrawSurface_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) 1977 #define IDirectDrawSurface_GetDC(p,a) (p)->GetDC(a) 2027 STDMETHOD(GetDC)(THIS_ HDC *lphDC) PURE; in DECLARE_INTERFACE_() local 2073 #define IDirectDrawSurface2_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) 2116 #define IDirectDrawSurface2_GetDC(p,a) (p)->GetDC(a) 2170 STDMETHOD(GetDC)(THIS_ HDC *lphDC) PURE; in DECLARE_INTERFACE_() local 2218 #define IDirectDrawSurface3_GetDC(p,a) (p)->lpVtbl->GetDC(p,a) 2263 #define IDirectDrawSurface3_GetDC(p,a) (p)->GetDC(a) 2318 STDMETHOD(GetDC)(THIS_ HDC *lphDC) PURE; in DECLARE_INTERFACE_() local [all …]
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 263 HDC dummyDC = GetDC(dummyWND); in SkWGLExtensions()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
D | dxgi.idl | 429 HRESULT GetDC(
|