|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include "display.h"

Go to the source code of this file.
Functions | |
| BOOLEAN NTAPI | VidInitialize (_In_ BOOLEAN SetMode) |
| VOID NTAPI | VidResetDisplay (_In_ BOOLEAN SetMode) |
| VOID NTAPI | VidCleanUp (VOID) |
| VOID NTAPI | VidDisplayString (_In_ PCSTR String) |
| VOID NTAPI | VidDisplayStringXY (_In_ PCSTR 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) |
| ULONG NTAPI | VidSetTextColor (_In_ ULONG Color) |
| VOID NTAPI | VidBitBlt (_In_ PUCHAR Buffer, _In_ ULONG Left, _In_ ULONG Top) |
| 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 | VidScreenToBufferBlt (_Out_writes_bytes_all_(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 318 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 300 of file common.c.
Referenced by InbvBufferToScreenBlt(), and InbvRotationThread().
Definition at line 276 of file bootvid.c.
Referenced by InbvEnableBootDriver(), and InbvNotifyDisplayOwnershipLost().
Definition at line 98 of file console.c.
Referenced by InbvDisplayString().
| VOID NTAPI VidDisplayStringXY | ( | _In_ PCSTR | String, |
| _In_ ULONG | Left, | ||
| _In_ ULONG | Top, | ||
| _In_ BOOLEAN | Transparent | ||
| ) |
Definition at line 74 of file console.c.
Definition at line 231 of file bootvid.c.
Referenced by InbvDriverInitialize().
Definition at line 25 of file console.c.
Referenced by InbvResetDisplay(), and VidInitialize().
| VOID NTAPI VidScreenToBufferBlt | ( | _Out_writes_bytes_all_(Delta *Height) PUCHAR | Buffer, |
| _In_ ULONG | Left, | ||
| _In_ ULONG | Top, | ||
| _In_ ULONG | Width, | ||
| _In_ ULONG | Height, | ||
| _In_ ULONG | Delta | ||
| ) |
Definition at line 284 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 51 of file console.c.
Referenced by InbvSetScrollRegion().
Definition at line 38 of file console.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 298 of file bootvid.c.
Referenced by BootAnimTickProgressBar(), FinalizeBootLogo(), InbvRotationThread(), InbvSolidColorFill(), ResetDisplay(), RleBitBlt(), and VidCleanUp().