ReactOS
0.4.15-dev-5618-g8866b9d
|
#include "bootvid/bootvid.h"
Go to the source code of this file.
Variables | |
BOOLEAN | InbvBootDriverInstalled |
Definition at line 219 of file inbv.c.
Referenced by BootAnimTickProgressBar(), BootLogoFadeIn(), DisplayBootBitmap(), FinalizeBootLogo(), InbvBitBlt(), InbvDisplayString(), InbvEnableBootDriver(), InbvNotifyDisplayOwnershipLost(), InbvRotationThread(), and InbvSolidColorFill().
Definition at line 530 of file inbv.c.
Referenced by BitBltPalette(), and PopShutdownHandler().
VOID NTAPI InbvBufferToScreenBlt | ( | _In_ PUCHAR | Buffer, |
_In_ ULONG | X, | ||
_In_ ULONG | Y, | ||
_In_ ULONG | Width, | ||
_In_ ULONG | Height, | ||
_In_ ULONG | Delta | ||
) |
Definition at line 552 of file inbv.c.
Referenced by DisplayBootBitmap().
Definition at line 175 of file inbv.c.
Referenced by Phase1InitializationDiscard().
INBV_DISPLAY_STATE NTAPI InbvGetDisplayState | ( | VOID | ) |
Definition at line 323 of file inbv.c.
Referenced by BootAnimTickProgressBar(), BootLogoFadeIn(), FinalizeBootLogo(), and InbvRotationThread().
Definition at line 162 of file inbv.c.
Referenced by DisplayBootBitmap(), and PopShutdownHandler().
Gives some progress feedback, without specifying any explicit number of progress steps or percentage. The corresponding percentage is derived from the progress indicator's current count, capped to the number of expected calls to be made to this function (default: 25, see InbvProgressIndicator.Expected).
Definition at line 625 of file inbv.c.
Referenced by IopInitializeBuiltinDriver(), and IopInitializeSystemDrivers().
Definition at line 38 of file inbvport.c.
Referenced by HdlspDispatch().
BOOLEAN NTAPI InbvPortInitialize | ( | IN ULONG | BaudRate, |
IN ULONG | PortNumber, | ||
IN PUCHAR | PortAddress, | ||
OUT PULONG | PortId, | ||
IN BOOLEAN | IsMMIODevice | ||
) |
Definition at line 73 of file inbvport.c.
Referenced by HdlspEnableTerminal().
Definition at line 28 of file inbvport.c.
Referenced by HdlspDispatch().
Definition at line 47 of file inbvport.c.
Referenced by HdlspPutData(), and HdlspSendStringAtBaud().
Definition at line 241 of file inbv.c.
Referenced by BootAnimTickProgressBar(), BootLogoFadeIn(), DisplayBootBitmap(), FinalizeBootLogo(), InbvBitBlt(), InbvDisplayString(), InbvEnableBootDriver(), InbvNotifyDisplayOwnershipLost(), InbvRotationThread(), and InbvSolidColorFill().
VOID NTAPI InbvScreenToBufferBlt | ( | _Out_ PUCHAR | Buffer, |
_In_ ULONG | X, | ||
_In_ ULONG | Y, | ||
_In_ ULONG | Width, | ||
_In_ ULONG | Height, | ||
_In_ ULONG | Delta | ||
) |
Definition at line 571 of file inbv.c.
Referenced by DisplayBootBitmap().
Sets the screen coordinates of the loading progress bar and enable it.
[in] | Left | |
[in] | Top | The left/top coordinates. |
Definition at line 600 of file inbv.c.
Referenced by DisplayBootBitmap().
Specifies a progress percentage sub-range. Further calls to InbvIndicateProgress() or InbvUpdateProgressBar() will update the progress percentage relative to this sub-range. In particular, the percentage provided to InbvUpdateProgressBar() is relative to this sub-range.
[in] | Floor | The lower bound percentage of the sub-range (default: 0). |
[in] | Ceiling | The upper bound percentage of the sub-range (default: 100). |
Definition at line 663 of file inbv.c.
Referenced by BootAnimInitialize(), InbvDriverInitialize(), and Phase1InitializationDiscard().
Updates the progress bar percentage, relative to the current percentage sub-range previously set by InbvSetProgressBarSubset().
[in] | Percentage | The progress percentage, relative to the current sub-range. |
Definition at line 689 of file inbv.c.
Referenced by InbvIndicateProgress(), and Phase1InitializationDiscard().
BOOLEAN InbvBootDriverInstalled |
Definition at line 39 of file inbv.c.
Referenced by BootAnimInitialize(), BootAnimTickProgressBar(), BootLogoFadeIn(), DisplayBootBitmap(), InbvBitBlt(), InbvBufferToScreenBlt(), InbvDisplayString(), InbvDriverInitialize(), InbvEnableBootDriver(), InbvIsBootDriverInstalled(), InbvNotifyDisplayOwnershipLost(), InbvResetDisplay(), InbvScreenToBufferBlt(), InbvSolidColorFill(), InbvUpdateProgressBar(), and Phase1InitializationDiscard().