ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
BOOLEAN | DsppGraphicsDisabledByBcd (VOID) |
NTSTATUS | DsppLoadFontFile (_In_ PWCHAR FontFileName) |
NTSTATUS | BlpDisplayRegisterLocale (_In_ PWCHAR Locale) |
NTSTATUS | DsppInitialize (_In_ ULONG Flags) |
NTSTATUS | DsppReinitialize (_In_ ULONG Flags) |
NTSTATUS | BlpDisplayReinitialize (VOID) |
NTSTATUS | BlpDisplayInitialize (_In_ ULONG Flags) |
VOID | BlDisplayGetTextCellResolution (_Out_ PULONG TextWidth, _Out_ PULONG TextHeight) |
NTSTATUS | BlDisplaySetScreenResolution (VOID) |
NTSTATUS | BlDisplayGetScreenResolution (_Out_ PULONG HRes, _Out_ PULONG VRes) |
VOID | BlDisplayInvalidateOemBitmap (VOID) |
PBITMAP | BlDisplayGetOemBitmap (_In_opt_ PCOORD Offsets, _Out_opt_ PULONG Flags) |
BOOLEAN | BlDisplayValidOemBitmap (VOID) |
NTSTATUS | BlDisplayClearScreen (VOID) |
NTSTATUS | BlDisplaySetCursorType (_In_ ULONG Type) |
Definition at line 943 of file display.c.
Referenced by BmMain(), and OslDrawLogo().
Definition at line 743 of file display.c.
Referenced by BlDisplayValidOemBitmap().
Definition at line 680 of file display.c.
Referenced by BlDisplayValidOemBitmap(), and BlpResourceInitialize().
Definition at line 603 of file display.c.
Referenced by ConsoleEfiTextGetStateFromMode(), ConsoleFirmwareTextClear(), and ConsoleFirmwareTextSetState().
Definition at line 723 of file display.c.
Referenced by BlDisplayClearScreen(), ConsoleEfiGopClose(), and ConsoleEfiGopEnable().
Definition at line 969 of file display.c.
Referenced by BlXmiInitialize().
Definition at line 646 of file display.c.
Referenced by BlResourceFindMessage(), and ResSelectLocale().
Definition at line 880 of file display.c.
Referenced by BmMain().
Definition at line 575 of file display.c.
Referenced by BlInitializeLibrary(), and InitializeLibrary().
Definition at line 177 of file display.c.
Referenced by ResSelectLocale().
Definition at line 542 of file display.c.
Referenced by BlImgStartBootApplication(), and BlpDisplayInitialize().
Definition at line 43 of file display.c.
Referenced by DsppInitialize(), and DsppReinitialize().
Definition at line 256 of file display.c.
Referenced by BlpDisplayInitialize().
Definition at line 58 of file display.c.
Referenced by BlpDisplayRegisterLocale().
Definition at line 415 of file display.c.
Referenced by BlpDisplayInitialize().
PVOID BfiCachedStrikeData |
Definition at line 16 of file display.c.
Referenced by DsppInitialize().
LIST_ENTRY BfiDeferredListHead |
Definition at line 17 of file display.c.
Referenced by BlpDisplayRegisterLocale(), and DsppInitialize().
LIST_ENTRY BfiFontFileListHead |
Definition at line 18 of file display.c.
Referenced by DsppInitialize().
PVOID BfiGraphicsRectangle |
Definition at line 19 of file display.c.
Referenced by DsppInitialize().
BL_DISPLAY_MODE ConsoleGraphicalResolutionList[3] |
Definition at line 22 of file display.c.
Referenced by ConsoleEfiGopOpen(), and DsppInitialize().
ULONG ConsoleGraphicalResolutionListFlags |
Definition at line 21 of file display.c.
Referenced by ConsoleEfiGopOpen(), DsppInitialize(), and DsppReinitialize().
ULONG ConsoleGraphicalResolutionListSize = RTL_NUMBER_OF(ConsoleGraphicalResolutionList) |
Definition at line 28 of file display.c.
Referenced by ConsoleEfiGopOpen().
BL_DISPLAY_MODE ConsoleTextResolutionList[1] |
Definition at line 30 of file display.c.
Referenced by ConsoleFirmwareTextOpen().
PVOID DspGraphicalConsole |
Definition at line 37 of file display.c.
Referenced by BlDisplayGetScreenResolution(), BlDisplayGetTextCellResolution(), BlDisplaySetScreenResolution(), DsppInitialize(), DsppReinitialize(), and OslDrawLogo().
PVOID DspLocalInputConsole |
Definition at line 38 of file display.c.
Referenced by BlpDisplayReinitialize(), ConsoleCreateLocalInputConsole(), and DsppReinitialize().
PVOID DspRemoteInputConsole |
Definition at line 35 of file display.c.
Referenced by ConsoleCreateRemoteConsole(), DsppInitialize(), and DsppReinitialize().
PVOID DspTextConsole |
Definition at line 36 of file display.c.
Referenced by BlDisplayClearScreen(), BlDisplayGetScreenResolution(), BlDisplayGetTextCellResolution(), BlDisplaySetCursorType(), BlDisplaySetScreenResolution(), BlpDisplayReinitialize(), and DsppInitialize().