Home
last modified time | relevance | path

Searched refs:GetDC (Results 1 – 25 of 36) sorted by relevance

12

/external/pdfium/core/include/fxge/
Dfx_ge_win32.h50 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/
Ddxgi_dll.c84 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/
Dstw_ext_pbuffer.c205 hDC = GetDC(hWnd); in wglCreatePbufferARB()
249 hDC = GetDC(fb->hWnd); in wglGetPbufferDCARB()
Dstw_framebuffer.c260 fb->hDC = GetDC(hWnd); in stw_framebuffer_create()
/external/deqp/framework/platform/win32/
DtcuWin32Window.hpp49 HDC getDeviceContext (void) const { return GetDC(m_window); } in getDeviceContext()
DtcuWin32EGLNativeDisplayFactory.cpp316 screenDC = GetDC(DE_NULL); in readScreenPixels()
319 windowDC = GetDC(m_window.getHandle()); in readScreenPixels()
/external/libchrome/base/win/
Dscoped_hdc.h23 hdc_(GetDC(hwnd)) { in ScopedGetDC()
/external/skia/src/views/win/
DSkOSWindow_win.cpp344 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/
Dcursor_unittest.cc36 HDC dc = GetDC(NULL); in ConvertToMouseShapeAndCompare()
Dscreen_capturer_win_gdi.cc209 desktop_dc_ = GetDC(NULL); in PrepareCaptureResources()
Dscreen_capturer_win_magnifier.cc254 desktop_dc_ = GetDC(NULL); in InitializeMagnifier()
/external/mesa3d/src/gallium/state_trackers/egl/gdi/
Dnative_gdi.c131 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/
Dlayout.cpp132 hdc = GetDC(hwnd); in WndProc()
292 hdc = GetDC(hwnd); in WndProc()
Dclayout.c133 hdc = GetDC(hwnd); in WndProc()
296 hdc = GetDC(hwnd); in WndProc()
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c115 hDC = GetDC(hWnd); in graw_create_window_and_screen()
/external/webrtc/webrtc/base/
Dwin32windowpicker.cc110 HDC hdc = GetDC(NULL); in GetDesktopList()
/external/skia/src/gpu/gl/win/
DSkCreatePlatformGLContext_win.cpp78 if (!(fDeviceContext = GetDC(fWindow))) { in WinGLContext()
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_win.cc80 desktop_dc_ = GetDC(NULL); in Init()
/external/ImageMagick/coders/
Demf.c392 hDC=GetDC(NULL); in ReadEnhMetaFile()
429 hDC=GetDC(NULL); in ReadEnhMetaFile()
556 hDC=GetDC(NULL); in ReadEMFImage()
Dclipboard.c185 hDC=GetDC(NULL); in ReadCLIPBOARDImage()
/external/opencv3/samples/directx/
Dd3d9ex_interop.cpp243 HRESULT r = pSurface->GetDC(&hDC); in print_info()
Dd3d9_interop.cpp242 HRESULT r = pSurface->GetDC(&hDC); in print_info()
/external/opencv3/3rdparty/include/dshow/
Dddraw.h1896 /*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/
DSkWGL_win.cpp263 HDC dummyDC = GetDC(dummyWND); in SkWGLExtensions()
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Ddxgi.idl429 HRESULT GetDC(

12