ReactOS 0.4.16-dev-550-g2186ce3
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | FONT_HEIGHT 16 |
Functions | |
VOID NTAPI | LlbVideoDrawChar (IN UCHAR c, IN PUSHORT Buffer, IN USHORT Color, IN USHORT BackColor) |
VOID NTAPI | LlbVideoClearScreen (IN BOOLEAN OsLoader) |
VOID NTAPI | LlbVideoPutChar (IN UCHAR c) |
Variables | |
CHAR | LlbHwBootFont [] |
ULONG | ScreenCursor |
Definition at line 310 of file video.c.
Referenced by LlbFwVideoClearScreen(), and LlbStartup().
Definition at line 277 of file video.c.
Referenced by LlbFwVideoPutChar(), and LlbVideoPutChar().
Definition at line 349 of file video.c.
Referenced by LlbFwPutChar(), and putchar().
CHAR LlbHwBootFont[] |
Definition at line 13 of file video.c.
Referenced by LlbVideoDrawChar().
ULONG ScreenCursor |
Definition at line 273 of file video.c.
Referenced by LlbVideoClearScreen(), and LlbVideoPutChar().