Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowicons.c243 HDC hdc = GetDC(NULL); in NetWMToWinIconAlpha()
295 HDC hdc = GetDC(NULL); in NetWMToWinIconThreshold()
392 hDC = GetDC(GetDesktopWindow()); in winXIconToHICON()
H A Dwinengine.c120 hdc = GetDC(NULL); in winSetEngine()
H A Dwinshadddnl.c325 hdc = GetDC(NULL); in winAllocateFBShadowDDNL()
645 pScreenPriv->hdcScreen = GetDC(pScreenPriv->hwndScreen); in winInitScreenShadowDDNL()
822 hdc = GetDC(NULL); in winAdjustVideoModeShadowDDNL()
H A Dddraw.h1673 STDMETHOD(GetDC) (THIS_ HDC * lphDC) PURE; in DECLARE_INTERFACE_() local
1722 #define IDirectDrawSurface_GetDC(p,a) ICOM_CALL_(GetDC,p,(p,a))
1784 STDMETHOD(GetDC) (THIS_ HDC * lphDC) PURE; in DECLARE_INTERFACE_() local
1837 #define IDirectDrawSurface2_GetDC(p,a) ICOM_CALL_(GetDC,p,(p,a))
1903 STDMETHOD(GetDC) (THIS_ HDC * lphDC) PURE; in DECLARE_INTERFACE_() local
1959 #define IDirectDrawSurface3_GetDC(p,a) ICOM_CALL_(GetDC,p,(p,a))
2026 STDMETHOD(GetDC) (THIS_ HDC * lphDC) PURE; in DECLARE_INTERFACE_() local
2088 #define IDirectDrawSurface4_GetDC(p,a) ICOM_CALL_(GetDC,p,(p,a))
2159 STDMETHOD(GetDC) (THIS_ HDC * lphDC) PURE; in DECLARE_INTERFACE_() local
2226 #define IDirectDrawSurface7_GetDC(p,a) ICOM_CALL_(GetDC,p,(p,a))
H A Dwinshadgdi.c535 pScreenPriv->hdcScreen = GetDC(pScreenPriv->hwndScreen); in winInitScreenShadowGDI()
717 hdc = GetDC(NULL); in winAdjustVideoModeShadowGDI()
H A Dwinscrinit.c184 hdc = GetDC(pScreenPriv->hwndScreen); in winScreenInit()
H A Dwincmap.c410 hdc = GetDC(NULL); in winGetPaletteDD()
H A Dwincursor.c352 hDC = GetDC(NULL); in winLoadCursor()
H A Dwinprocarg.c90 HDC hdc = GetDC(NULL); in winInitializeScreenDefaults()
H A Dwinwin32rootless.c181 pRLWinPriv->hdcScreen = GetDC(pRLWinPriv->hWnd); in InitWin32RootlessEngine()
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c537 hdc = GetDC(hwnd); in glxWinScreenProbe()
906 HDC screenDC = GetDC(NULL); in glxWinDeferredCreateDrawable()
1226 *hdc = GetDC(*hwnd); in glxWinMakeDC()