Home
last modified time | relevance | path

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

/reactos/subsystems/mvdm/ntvdm/dos/
H A Dmouse32.c153 WORD CellY = DriverState.Position.Y / 8; in PaintMouseCursor() local
158 + (CellY * Bda->ScreenColumns + CellX) * sizeof(WORD), in PaintMouseCursor()
168 + (CellY * Bda->ScreenColumns + CellX) * sizeof(WORD), in PaintMouseCursor()
287 WORD CellY = DriverState.Position.Y / 8; in EraseMouseCursor() local
292 + (CellY * Bda->ScreenColumns + CellX) * sizeof(WORD), in EraseMouseCursor()