Home
last modified time | relevance | path

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

/reactos/win32ss/drivers/displays/vga/objects/
H A Dpointer.c149 ppdev->xyHotSpot.x = 0; in InitPointer()
150 ppdev->xyHotSpot.y = 0; in InitPointer()
263 ppdev->xyHotSpot.x = xHot; in DrvSetPointerShape()
264 ppdev->xyHotSpot.y = yHot; in DrvSetPointerShape()
307 cx = ppdev->pPointerAttributes->Column - ppdev->xyHotSpot.x; in VGADDI_HideCursor()
308 cy = ppdev->pPointerAttributes->Row - ppdev->xyHotSpot.y; in VGADDI_HideCursor()
335 cx = ppdev->pPointerAttributes->Column - ppdev->xyHotSpot.x; in VGADDI_ShowCursor()
336 cy = ppdev->pPointerAttributes->Row - ppdev->xyHotSpot.y; in VGADDI_ShowCursor()
/reactos/win32ss/drivers/displays/vga/
H A Dvgaddi.h114 XYPAIR xyHotSpot; // cursor hotspot member