Searched refs:ScreenDeviceContext (Results 1 – 6 of 6) sorted by relevance
275 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 …]
60 extern HDC ScreenDeviceContext;
123 Result = (ScreenDeviceContext == NULL); in NtUserCallNoParam()
1604 if (NtGdiGetDeviceCaps(ScreenDeviceContext, BITSPIXEL) <= 8) in SpiGetSet()
53 HDC ScreenDeviceContext = NULL; variable
626 if (ScreenDeviceContext) in EngpRegisterGraphicsDevice()