Go to the source code of this file.
◆ CHAR_HEIGHT
◆ CHAR_WIDTH
◆ UefiConsPutChar()
Definition at line 23 of file ueficon.c.
24{
27
29
31 if (NeedScroll)
32 {
35 }
37 {
39 }
41 {
43
44 if (!NeedScroll)
46 }
48 {
50 }
51 else
52 {
55 }
57 {
60 }
61}
static unsigned CurrentAttr
static unsigned CurrentCursorX
static unsigned CurrentCursorY
VOID UefiVideoGetDisplaySize(PULONG Width, PULONG Height, PULONG Depth)
VOID UefiVideoScrollUp(VOID)
VOID UefiVideoPutChar(int Ch, UCHAR Attr, unsigned X, unsigned Y)
_In_ HFONT _Out_ PUINT _Out_ PUINT Width
_In_ HFONT _Out_ PUINT Height
Referenced by MachInit().
◆ CurrentAttr
◆ CurrentCursorX
◆ CurrentCursorY
◆ GlobalSystemTable