ReactOS 0.4.15-dev-6669-g8227c5d
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | SET_PIXELS(_PixelPtr, _PixelMask, _TextColor) |
Functions | |
static VOID NTAPI | ReadWriteMode (_In_ UCHAR Mode) |
VOID | PrepareForSetPixel (VOID) |
VOID NTAPI | DisplayCharacter (_In_ CHAR Character, _In_ ULONG Left, _In_ ULONG Top, _In_ ULONG TextColor, _In_ ULONG BackColor) |
static VOID NTAPI | SetPaletteEntryRGB (_In_ ULONG Id, _In_ RGBQUAD Rgb) |
VOID NTAPI | InitPaletteWithTable (_In_ PULONG Table, _In_ ULONG Count) |
VOID NTAPI | DoScroll (_In_ ULONG Scroll) |
VOID NTAPI | PreserveRow (_In_ ULONG CurrentTop, _In_ ULONG TopDelta, _In_ BOOLEAN Restore) |
VOID NTAPI | VidCleanUp (VOID) |
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) |
Variables | |
static UCHAR | lMaskTable [8] |
static UCHAR | rMaskTable [8] |
UCHAR | PixelMask [8] |
static ULONG | lookup [16] |
ULONG_PTR | VgaRegisterBase = 0 |
ULONG_PTR | VgaBase = 0 |
#define SET_PIXELS | ( | _PixelPtr, | |
_PixelMask, | |||
_TextColor | |||
) |
VOID NTAPI DisplayCharacter | ( | _In_ CHAR | Character, |
_In_ ULONG | Left, | ||
_In_ ULONG | Top, | ||
_In_ ULONG | TextColor, | ||
_In_ ULONG | BackColor | ||
) |
Definition at line 105 of file vga.c.
Definition at line 226 of file vga.c.
Definition at line 81 of file vga.c.
Referenced by DisplayCharacter(), and VidSolidColorFill().
Definition at line 266 of file vga.c.
Definition at line 65 of file vga.c.
Referenced by DoScroll(), PitReadData(), PitWriteCommand(), PitWriteData(), PrepareForSetPixel(), PreserveRow(), and VidScreenToBufferBlt().
Definition at line 196 of file vga.c.
Referenced by InitPaletteWithTable().
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 333 of file vga.c.
VOID NTAPI VidSolidColorFill | ( | _In_ ULONG | Left, |
_In_ ULONG | Top, | ||
_In_ ULONG | Right, | ||
_In_ ULONG | Bottom, | ||
_In_ UCHAR | Color | ||
) |
Definition at line 433 of file vga.c.
|
static |
Definition at line 5 of file vga.c.
Referenced by VidSolidColorFill().
|
static |
Definition at line 38 of file vga.c.
Referenced by __getpublickey_real(), cache_insert(), cache_lookup(), FindTagid(), getnetid(), getpublicandprivatekey(), GPOS_apply_ChainContextPos(), GPOS_apply_ContextPos(), GPOS_apply_lookup(), GSUB_apply_ChainContextSubst(), GSUB_apply_ContextSubst(), GSUB_apply_lookup(), idmap_filter(), idmap_lookup_group(), idmap_lookup_user(), idmap_query_attrs(), InsertTagid(), lookup_manifest_file(), map_pdb_file(), nfs41_idmap_gid_to_group(), nfs41_idmap_group_to_gid(), nfs41_idmap_name_to_ids(), nfs41_idmap_principal_to_ids(), nfs41_idmap_uid_to_name(), nfs41_unmount(), OpenType_apply_GPOS_lookup(), OpenType_apply_GSUB_lookup(), otv_GSUBGPOS_have_MarkAttachmentType_flag(), VidScreenToBufferBlt(), and WINHELP_OpenHelpWindow().
UCHAR PixelMask[8] |
Definition at line 27 of file vga.c.
Referenced by ConsoleEfiGopIsPixelFormatSupported(), DisplayCharacter(), and SetPixel().
|
static |
Definition at line 16 of file vga.c.
Referenced by VidSolidColorFill().
ULONG_PTR VgaBase = 0 |
Definition at line 59 of file vga.c.
Referenced by DisplayCharacter(), DoScroll(), PreserveRow(), SetPixel(), VidInitialize(), VidScreenToBufferBlt(), and VidSolidColorFill().
ULONG_PTR VgaRegisterBase = 0 |
Definition at line 58 of file vga.c.
Referenced by VgaInterpretCmdStream(), and VidInitialize().