|
ReactOS 0.4.16-dev-2132-g3885311
|

Go to the source code of this file.
Macros | |
| #define | BYTES_PER_SCANLINE (SCREEN_WIDTH / 8) |
| #define | PEGC_MAX_COLORS 256 |
Functions | |
| static BOOLEAN | GraphGetStatus (_In_ UCHAR Status) |
| static BOOLEAN | TestMmio (VOID) |
| static BOOLEAN | HasPegcController (VOID) |
| static VOID | TextSync (VOID) |
| static VOID | InitializeDisplay (VOID) |
| static VOID | SetPaletteEntryRGB (_In_ ULONG Id, _In_ RGBQUAD Rgb) |
| VOID | InitPaletteWithTable (_In_reads_(Count) const ULONG *Table, _In_ ULONG Count) |
| VOID | DisplayCharacter (_In_ CHAR Character, _In_ ULONG Left, _In_ ULONG Top, _In_ ULONG TextColor, _In_ ULONG BackColor) |
| VOID | PreserveRow (_In_ ULONG CurrentTop, _In_ ULONG TopDelta, _In_ BOOLEAN Restore) |
| VOID | DoScroll (_In_ ULONG Scroll) |
| BOOLEAN NTAPI | VidInitialize (_In_ BOOLEAN SetMode) |
| VOID NTAPI | VidCleanUp (VOID) |
| VOID | ResetDisplay (_In_ BOOLEAN SetMode) |
| VOID NTAPI | VidScreenToBufferBlt (_Out_writes_bytes_all_(Delta *Height) PUCHAR Buffer, _In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Width, _In_ ULONG Height, _In_ ULONG Delta) |
| VOID NTAPI | VidSolidColorFill (_In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Right, _In_ ULONG Bottom, _In_ UCHAR Color) |
Variables | |
| static ULONG_PTR | PegcControl = 0 |
| ULONG_PTR | FrameBuffer = 0 |
| #define BYTES_PER_SCANLINE (SCREEN_WIDTH / 8) |
| VOID DisplayCharacter | ( | _In_ CHAR | Character, |
| _In_ ULONG | Left, | ||
| _In_ ULONG | Top, | ||
| _In_ ULONG | TextColor, | ||
| _In_ ULONG | BackColor | ||
| ) |
Definition at line 272 of file bootvid.c.
Definition at line 325 of file bootvid.c.
Definition at line 25 of file bootvid.c.
Referenced by HasPegcController().
Definition at line 53 of file bootvid.c.
Referenced by Pc98VidFindAdapter(), and VidInitialize().
Definition at line 80 of file bootvid.c.
Referenced by ResetDisplay().
Definition at line 257 of file bootvid.c.
Definition at line 299 of file bootvid.c.
Definition at line 394 of file bootvid.c.
Definition at line 37 of file bootvid.c.
Referenced by HasPegcController().
Definition at line 70 of file bootvid.c.
Referenced by InitializeDisplay().
Definition at line 356 of file bootvid.c.
| VOID NTAPI VidScreenToBufferBlt | ( | _Out_writes_bytes_all_(Delta *Height) PUCHAR | Buffer, |
| _In_ ULONG | Left, | ||
| _In_ ULONG | Top, | ||
| _In_ ULONG | Width, | ||
| _In_ ULONG | Height, | ||
| _In_ ULONG | Delta | ||
| ) |
Definition at line 419 of file bootvid.c.
| VOID NTAPI VidSolidColorFill | ( | _In_ ULONG | Left, |
| _In_ ULONG | Top, | ||
| _In_ ULONG | Right, | ||
| _In_ ULONG | Bottom, | ||
| _In_ UCHAR | Color | ||
| ) |
Definition at line 450 of file bootvid.c.
| ULONG_PTR FrameBuffer = 0 |
Definition at line 20 of file bootvid.c.
Referenced by ConsoleEfiGopEnable(), ConsolepClearBuffer(), DetectDisplayController(), DoScroll(), EfiGopGetFrameBuffer(), PreserveRow(), ResetDisplay(), SetPixel(), VBEMapVideoMemory(), VidInitialize(), VidScreenToBufferBlt(), VidSolidColorFill(), XboxMemGetMemoryMap(), and XboxVmpMapVideoMemory().
|
static |
Definition at line 19 of file bootvid.c.
Referenced by InitializeDisplay(), TestMmio(), and VidInitialize().