ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | SET_PIXELS(_PixelPtr, _PixelMask, _TextColor) |
Functions | |
static VOID | ReadWriteMode (_In_ UCHAR Mode) |
VOID | PrepareForSetPixel (VOID) |
VOID | DisplayCharacter (_In_ CHAR Character, _In_ ULONG Left, _In_ ULONG Top, _In_ ULONG TextColor, _In_ ULONG BackColor) |
static VOID | SetPaletteEntryRGB (_In_ ULONG Id, _In_ RGBQUAD Rgb) |
VOID | InitPaletteWithTable (_In_ PULONG Table, _In_ ULONG Count) |
VOID | DoScroll (_In_ ULONG Scroll) |
VOID | 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 DisplayCharacter | ( | _In_ CHAR | Character, |
_In_ ULONG | Left, | ||
_In_ ULONG | Top, | ||
_In_ ULONG | TextColor, | ||
_In_ ULONG | BackColor | ||
) |
Definition at line 113 of file vga.c.
Definition at line 231 of file vga.c.
Definition at line 90 of file vga.c.
Referenced by DisplayCharacter(), and VidSolidColorFill().
Definition at line 270 of file vga.c.
Definition at line 74 of file vga.c.
Referenced by DoScroll(), PitReadData(), PitWriteCommand(), PitWriteData(), PrepareForSetPixel(), PreserveRow(), and VidScreenToBufferBlt().
Definition at line 203 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 331 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 428 of file vga.c.
|
static |
Definition at line 15 of file vga.c.
Referenced by VidSolidColorFill().
|
static |
Definition at line 48 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 37 of file vga.c.
Referenced by ConsoleEfiGopIsPixelFormatSupported(), DisplayCharacter(), and SetPixel().
|
static |
Definition at line 26 of file vga.c.
Referenced by VidSolidColorFill().
ULONG_PTR VgaBase = 0 |
Definition at line 69 of file vga.c.
Referenced by DisplayCharacter(), DoScroll(), PreserveRow(), SetPixel(), VidInitialize(), VidScreenToBufferBlt(), and VidSolidColorFill().
ULONG_PTR VgaRegisterBase = 0 |
Definition at line 68 of file vga.c.
Referenced by VgaInterpretCmdStream(), and VidInitialize().