Home
last modified time | relevance | path

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

/reactos/win32ss/drivers/displays/framebuf/
H A Dpointer.c171 if (ppdev->PointerColorSurface != NULL) in IntShowMousePointer()
173 ColorSurf = EngLockSurface(ppdev->PointerColorSurface); in IntShowMousePointer()
218 if (ppdev->PointerColorSurface != NULL) in DrvSetPointerShape()
221 TempSurfObj = EngLockSurface(ppdev->PointerColorSurface); in DrvSetPointerShape()
226 EngDeleteSurface(ppdev->PointerColorSurface); in DrvSetPointerShape()
227 ppdev->PointerColorSurface = NULL; in DrvSetPointerShape()
276 ppdev->PointerColorSurface = (HSURF)EngCreateBitmap(Size, in DrvSetPointerShape()
H A Dframebuf.h54 HSURF PointerColorSurface; member