Home
last modified time | relevance | path

Searched refs:ScreenDeviceContext (Results 1 – 6 of 6) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dwinsta.c275 if (NULL == ScreenDeviceContext) in co_IntInitializeDesktopGraphics()
280 GreSetDCOwner(ScreenDeviceContext, GDI_OBJ_HMGR_PUBLIC); in co_IntInitializeDesktopGraphics()
287 hSystemBM = NtGdiCreateCompatibleDC(ScreenDeviceContext); in co_IntInitializeDesktopGraphics()
301 gpsi->Planes = NtGdiGetDeviceCaps(ScreenDeviceContext, PLANES); in co_IntInitializeDesktopGraphics()
302 gpsi->BitsPixel = NtGdiGetDeviceCaps(ScreenDeviceContext, BITSPIXEL); in co_IntInitializeDesktopGraphics()
305 if (NtGdiGetDeviceCaps(ScreenDeviceContext, RASTERCAPS) & RC_PALETTE) in co_IntInitializeDesktopGraphics()
360 if (NULL != ScreenDeviceContext) in IntEndDesktopGraphics()
362 GreSetDCOwner(ScreenDeviceContext, GDI_OBJ_HMGR_POWNED); in IntEndDesktopGraphics()
363 GreDeleteObject(ScreenDeviceContext); in IntEndDesktopGraphics()
364 ScreenDeviceContext = NULL; in IntEndDesktopGraphics()
[all …]
H A Ddesktop.h60 extern HDC ScreenDeviceContext;
H A Dsimplecall.c123 Result = (ScreenDeviceContext == NULL); in NtUserCallNoParam()
H A Dsysparams.c1604 if (NtGdiGetDeviceCaps(ScreenDeviceContext, BITSPIXEL) <= 8) in SpiGetSet()
H A Ddesktop.c53 HDC ScreenDeviceContext = NULL; variable
/reactos/win32ss/gdi/eng/
H A Ddevice.c626 if (ScreenDeviceContext) in EngpRegisterGraphicsDevice()