ReactOS 0.4.16-dev-36-g301675c
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | PEGC_MAX_COLORS 256 |
Variables | |
static ULONG_PTR | PegcControl = 0 |
ULONG_PTR | FrameBuffer = 0 |
VOID DisplayCharacter | ( | _In_ CHAR | Character, |
_In_ ULONG | Left, | ||
_In_ ULONG | Top, | ||
_In_ ULONG | TextColor, | ||
_In_ ULONG | BackColor | ||
) |
Definition at line 266 of file bootvid.c.
Definition at line 325 of file bootvid.c.
Definition at line 22 of file bootvid.c.
Referenced by HasPegcController().
Definition at line 50 of file bootvid.c.
Referenced by Pc98VidFindAdapter(), and VidInitialize().
Definition at line 77 of file bootvid.c.
Referenced by VidResetDisplay().
Definition at line 251 of file bootvid.c.
Definition at line 293 of file bootvid.c.
Definition at line 34 of file bootvid.c.
Referenced by HasPegcController().
Definition at line 67 of file bootvid.c.
Referenced by InitializeDisplay().
Definition at line 356 of file bootvid.c.
Definition at line 395 of file bootvid.c.
VOID NTAPI VidScreenToBufferBlt | ( | _Out_writes_bytes_(Delta *Height) PUCHAR | Buffer, |
_In_ ULONG | Left, | ||
_In_ ULONG | Top, | ||
_In_ ULONG | Width, | ||
_In_ ULONG | Height, | ||
_In_ ULONG | Delta | ||
) |
Definition at line 424 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 455 of file bootvid.c.
ULONG_PTR FrameBuffer = 0 |
Definition at line 15 of file bootvid.c.
Referenced by ConsoleEfiGopEnable(), ConsolepClearBuffer(), DetectDisplayController(), DoScroll(), EfiGopGetFrameBuffer(), PreserveRow(), SetPixel(), VBEMapVideoMemory(), VidInitialize(), VidResetDisplay(), VidScreenToBufferBlt(), VidSolidColorFill(), XboxMemGetMemoryMap(), and XboxVmpMapVideoMemory().
|
static |
Definition at line 14 of file bootvid.c.
Referenced by InitializeDisplay(), TestMmio(), and VidInitialize().