ReactOS 0.4.15-dev-7196-g0fe0b40
|
#include "display.h"
Go to the source code of this file.
Functions | |
BOOLEAN NTAPI | VidInitialize (_In_ BOOLEAN SetMode) |
VOID NTAPI | VidResetDisplay (_In_ BOOLEAN HalReset) |
ULONG NTAPI | VidSetTextColor (_In_ ULONG Color) |
VOID NTAPI | VidDisplayStringXY (_In_z_ PUCHAR String, _In_ ULONG Left, _In_ ULONG Top, _In_ BOOLEAN Transparent) |
VOID NTAPI | VidSetScrollRegion (_In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Right, _In_ ULONG Bottom) |
VOID NTAPI | VidCleanUp (VOID) |
VOID NTAPI | VidBufferToScreenBlt (_In_reads_bytes_(Delta *Height) PUCHAR Buffer, _In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Width, _In_ ULONG Height, _In_ ULONG Delta) |
VOID NTAPI | VidDisplayString (_In_z_ PUCHAR String) |
VOID NTAPI | VidBitBlt (_In_ PUCHAR Buffer, _In_ ULONG Left, _In_ ULONG Top) |
VOID NTAPI | VidScreenToBufferBlt (_Out_writes_bytes_(Delta *Height) PUCHAR Buffer, _In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Width, _In_ ULONG Height, _In_ ULONG Delta) |
VOID NTAPI | VidSolidColorFill (_In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Right, _In_ ULONG Bottom, _In_ UCHAR Color) |
Definition at line 470 of file common.c.
Referenced by BootLogoFadeIn(), and InbvBitBlt().
VOID NTAPI VidBufferToScreenBlt | ( | _In_reads_bytes_(Delta *Height) PUCHAR | Buffer, |
_In_ ULONG | Left, | ||
_In_ ULONG | Top, | ||
_In_ ULONG | Width, | ||
_In_ ULONG | Height, | ||
_In_ ULONG | Delta | ||
) |
Definition at line 452 of file common.c.
Referenced by InbvBufferToScreenBlt(), and InbvRotationThread().
Definition at line 246 of file bootvid.c.
Referenced by InbvEnableBootDriver(), and InbvNotifyDisplayOwnershipLost().
Definition at line 374 of file common.c.
Referenced by InbvDisplayString().
VOID NTAPI VidDisplayStringXY | ( | _In_z_ PUCHAR | String, |
_In_ ULONG | Left, | ||
_In_ ULONG | Top, | ||
_In_ BOOLEAN | Transparent | ||
) |
Definition at line 324 of file common.c.
Definition at line 184 of file bootvid.c.
Referenced by InbvDriverInitialize().
Definition at line 220 of file bootvid.c.
Referenced by InbvResetDisplay(), and VidInitialize().
VOID NTAPI VidScreenToBufferBlt | ( | _Out_writes_bytes_(Delta *Height) PUCHAR | Buffer, |
_In_ ULONG | Left, | ||
_In_ ULONG | Top, | ||
_In_ ULONG | Width, | ||
_In_ ULONG | Height, | ||
_In_ ULONG | Delta | ||
) |
Definition at line 257 of file bootvid.c.
Referenced by InbvScreenToBufferBlt().
VOID NTAPI VidSetScrollRegion | ( | _In_ ULONG | Left, |
_In_ ULONG | Top, | ||
_In_ ULONG | Right, | ||
_In_ ULONG | Bottom | ||
) |
Definition at line 348 of file common.c.
Referenced by InbvSetScrollRegion().
Definition at line 311 of file common.c.
Referenced by InbvSetTextColor().
VOID NTAPI VidSolidColorFill | ( | _In_ ULONG | Left, |
_In_ ULONG | Top, | ||
_In_ ULONG | Right, | ||
_In_ ULONG | Bottom, | ||
_In_ UCHAR | Color | ||
) |
Definition at line 274 of file bootvid.c.
Referenced by BootAnimTickProgressBar(), FinalizeBootLogo(), InbvRotationThread(), InbvSolidColorFill(), RleBitBlt(), VidCleanUp(), and VidResetDisplay().