Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/drivers/pc98/
H A Dvideo.h180 UCHAR StartScanLine; member
191 (((_Bool)!CursorParameters->Blink) << 5) | CursorParameters->StartScanLine); in WRITE_GDC_CSRFORM()
/reactos/win32ss/drivers/miniport/pc98vid/
H A Dhardware.c143 CursorParameters.StartScanLine = 0; in Pc98VidSetCurrentMode()
194 CursorParameters.StartScanLine = 0; in Pc98VidSetCurrentMode()
/reactos/drivers/base/bootvid/i386/pc98/
H A Dbootvid.c128 CursorParameters.StartScanLine = 0; in InitializeDisplay()
186 CursorParameters.StartScanLine = 0; in InitializeDisplay()
/reactos/boot/freeldr/freeldr/arch/i386/pc/
H A Dpcvideo.c317 PcVideoDefineCursor(UCHAR StartScanLine, UCHAR EndScanLine) in PcVideoDefineCursor() argument
347 Regs.b.ch = StartScanLine; in PcVideoDefineCursor()
/reactos/boot/freeldr/freeldr/arch/i386/pc98/
H A Dpc98video.c237 CursorParameters.StartScanLine = 12; in Pc98VideoHideShowTextCursor()