ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | CHAR_WIDTH 8 |
#define | CHAR_HEIGHT 16 |
#define | TOP_BOTTOM_LINES 0 |
#define | LOWEST_SUPPORTED_RES 1 |
DBG_DEFAULT_CHANNEL | ( | WARNING | ) |
EFI_STATUS UefiInitializeVideo | ( | VOID | ) |
Definition at line 31 of file uefivid.c.
Referenced by MachInit().
Definition at line 81 of file uefivid.c.
Referenced by UefiVideoClearScreen(), UefiVideoPutChar(), and UefiVideoScrollUp().
Definition at line 69 of file uefivid.c.
Referenced by UefiVideoAttrToColors().
Definition at line 107 of file uefivid.c.
Referenced by MachInit().
Definition at line 89 of file uefivid.c.
Referenced by UefiVideoClearScreen().
Definition at line 175 of file uefivid.c.
Referenced by MachInit().
Definition at line 169 of file uefivid.c.
Referenced by MachInit().
Definition at line 154 of file uefivid.c.
Referenced by MachInit(), and UefiConsPutChar().
Definition at line 236 of file uefivid.c.
Referenced by MachInit().
Definition at line 217 of file uefivid.c.
Referenced by MachInit().
Definition at line 116 of file uefivid.c.
Referenced by UefiVideoPutChar().
Definition at line 142 of file uefivid.c.
Referenced by MachInit(), UefiConsPutChar(), and UefiVideoCopyOffScreenBufferToVRAM().
Definition at line 191 of file uefivid.c.
Referenced by UefiConsPutChar().
VIDEODISPLAYMODE UefiVideoSetDisplayMode | ( | char * | DisplayMode, |
BOOLEAN | Init | ||
) |
Definition at line 162 of file uefivid.c.
Referenced by MachInit().
Definition at line 229 of file uefivid.c.
Referenced by MachInit().
Definition at line 211 of file uefivid.c.
Referenced by MachInit().
|
extern |
Definition at line 12 of file vgafont.c.
Referenced by UefiVideoOutputChar().
EFI_GUID EfiGraphicsOutputProtocol = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID |
Definition at line 26 of file uefivid.c.
Referenced by ConsoleEfiGopClose(), ConsoleEfiGopOpen(), ConsoleEfiGraphicalOpenProtocol(), OslDrawLogo(), and UefiInitializeVideo().
REACTOS_INTERNAL_BGCONTEXT framebufferData |
Definition at line 25 of file uefivid.c.
Referenced by UefiInitializeVideo(), UefiPrintFramebufferData(), UefiVideoClearScreenColor(), UefiVideoCopyOffScreenBufferToVRAM(), UefiVideoGetBufferSize(), UefiVideoGetDisplaySize(), UefiVideoOutputChar(), and UefiVideoScrollUp().
|
extern |
Definition at line 15 of file uefildr.c.
Referenced by EfiEntry().
|
extern |
Definition at line 16 of file uefildr.c.
Referenced by EfiEntry(), and UefiInitializeVideo().
UCHAR MachDefaultTextColor = COLOR_GRAY |
Definition at line 24 of file uefivid.c.
Referenced by TuiTextToColor().