Home
last modified time | relevance | path

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

/reactos/boot/freeldr/freeldr/arch/i386/pc98/
H A Dpc98video.c29 #define BYTES_PER_SCANLINE (SCREEN_WIDTH / 8) macro
178 for (i = 0; i < BYTES_PER_SCANLINE * SCREEN_HEIGHT; i += sizeof(USHORT)) in Pc98VideoClearScreen()
323 ULONG VramOffset = X + (Y * CHAR_HEIGHT) * BYTES_PER_SCANLINE; in Pc98VideoPutChar()
367 …*(PUCHAR)(VramPlaneB + VramOffset + Line * BYTES_PER_SCANLINE) = B | ((Attr & 0x01) ? FontPtr[Line… in Pc98VideoPutChar()
368 …*(PUCHAR)(VramPlaneG + VramOffset + Line * BYTES_PER_SCANLINE) = G | ((Attr & 0x02) ? FontPtr[Line… in Pc98VideoPutChar()
369 …*(PUCHAR)(VramPlaneR + VramOffset + Line * BYTES_PER_SCANLINE) = R | ((Attr & 0x04) ? FontPtr[Line… in Pc98VideoPutChar()
370 …*(PUCHAR)(VramPlaneI + VramOffset + Line * BYTES_PER_SCANLINE) = I | ((Attr & 0x08) ? FontPtr[Line… in Pc98VideoPutChar()
374 *(PUCHAR)(VramPlaneB + VramOffset + Line * BYTES_PER_SCANLINE) = B & ~FontPtr[Line]; in Pc98VideoPutChar()
375 *(PUCHAR)(VramPlaneG + VramOffset + Line * BYTES_PER_SCANLINE) = G & ~FontPtr[Line]; in Pc98VideoPutChar()
376 *(PUCHAR)(VramPlaneR + VramOffset + Line * BYTES_PER_SCANLINE) = R & ~FontPtr[Line]; in Pc98VideoPutChar()
[all …]
/reactos/drivers/base/bootvid/i386/pc98/
H A Dpc98.h16 #define BYTES_PER_SCANLINE (SCREEN_WIDTH / 8) macro
H A Dbootvid.c134 PitchParameters.WordsPerScanline = BYTES_PER_SCANLINE; in InitializeDisplay()
192 PitchParameters.WordsPerScanline = BYTES_PER_SCANLINE; in InitializeDisplay()