Home
last modified time | relevance | path

Searched refs:PointerMaskSurface (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/drivers/displays/framebuf/
H A Dpointer.c102 MaskSurface = EngLockSurface(ppdev->PointerMaskSurface); in IntHideMousePointer()
170 MaskSurf = EngLockSurface(ppdev->PointerMaskSurface); in IntShowMousePointer()
230 if (ppdev->PointerMaskSurface != NULL) in DrvSetPointerShape()
233 TempSurfObj = EngLockSurface(ppdev->PointerMaskSurface); in DrvSetPointerShape()
238 EngDeleteSurface(ppdev->PointerMaskSurface); in DrvSetPointerShape()
239 ppdev->PointerMaskSurface = NULL; in DrvSetPointerShape()
289 ppdev->PointerMaskSurface = (HSURF)EngCreateBitmap(Size, in DrvSetPointerShape()
H A Dframebuf.h55 HSURF PointerMaskSurface; member