ReactOS 0.4.16-dev-433-g6363f78
|
#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 471 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 453 of file common.c.
Referenced by InbvBufferToScreenBlt(), and InbvRotationThread().
Definition at line 239 of file bootvid.c.
Referenced by InbvEnableBootDriver(), and InbvNotifyDisplayOwnershipLost().
Definition at line 375 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 328 of file common.c.
Definition at line 183 of file bootvid.c.
Referenced by InbvDriverInitialize().
Definition at line 216 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 247 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 352 of file common.c.
Referenced by InbvSetScrollRegion().
Definition at line 315 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 261 of file bootvid.c.
Referenced by BootAnimTickProgressBar(), FinalizeBootLogo(), InbvRotationThread(), InbvSolidColorFill(), RleBitBlt(), VidCleanUp(), and VidResetDisplay().