Searched refs:PointerMaskSurface (Results 1 – 2 of 2) sorted by relevance
102 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()
55 HSURF PointerMaskSurface; member