ReactOS 0.4.16-dev-401-g45b008d
|
#include "bl.h"
Go to the source code of this file.
Functions | |
NTSTATUS | BfiLoadFontFile (_In_ PBL_DEVICE_DESCRIPTOR FontDevice, _In_ PWCHAR FontPath) |
VOID | BfiFreeDeferredFontFile (_In_ PBL_DEFERRED_FONT_FILE DeferredFontFile) |
NTSTATUS | BfLoadFontFile (_In_ PBL_DEVICE_DESCRIPTOR Device, _In_ PWCHAR FontPath) |
NTSTATUS | BfLoadDeferredFontFiles (VOID) |
NTSTATUS | BfiFlipCursorCharacter (_In_ PBL_GRAPHICS_CONSOLE Console, _In_ BOOLEAN Visible) |
NTSTATUS | BfClearToEndOfLine (_In_ PBL_GRAPHICS_CONSOLE Console) |
NTSTATUS | BfClearScreen (_In_ PBL_GRAPHICS_CONSOLE Console) |
Variables | |
LIST_ENTRY | BfiDeferredListHead |
NTSTATUS BfClearScreen | ( | _In_ PBL_GRAPHICS_CONSOLE | Console | ) |
Definition at line 158 of file font.c.
Referenced by ConsoleGraphicalClearText().
NTSTATUS BfClearToEndOfLine | ( | _In_ PBL_GRAPHICS_CONSOLE | Console | ) |
Definition at line 149 of file font.c.
Referenced by ConsoleGraphicalClearText().
NTSTATUS BfiFlipCursorCharacter | ( | _In_ PBL_GRAPHICS_CONSOLE | Console, |
_In_ BOOLEAN | Visible | ||
) |
Definition at line 139 of file font.c.
Referenced by BfClearScreen().
VOID BfiFreeDeferredFontFile | ( | _In_ PBL_DEFERRED_FONT_FILE | DeferredFontFile | ) |
Definition at line 30 of file font.c.
Referenced by BfLoadDeferredFontFiles(), BfLoadFontFile(), and BlpDisplayRegisterLocale().
NTSTATUS BfiLoadFontFile | ( | _In_ PBL_DEVICE_DESCRIPTOR | FontDevice, |
_In_ PWCHAR | FontPath | ||
) |
Definition at line 99 of file font.c.
Referenced by BfClearScreen(), and BlResourceFindMessage().
NTSTATUS BfLoadFontFile | ( | _In_ PBL_DEVICE_DESCRIPTOR | Device, |
_In_ PWCHAR | FontPath | ||
) |
Definition at line 51 of file font.c.
Referenced by DsppLoadFontFile().
LIST_ENTRY BfiDeferredListHead |
Definition at line 15 of file font.c.
Referenced by BfClearScreen(), BfLoadDeferredFontFiles(), and BfLoadFontFile().