ReactOS
0.4.15-dev-1647-g91fceab
|
Go to the source code of this file.
Classes | |
struct | _attr |
Macros | |
#define | VGA_EXTENDED |
#define | SCREEN_BUFFER_SIZE (80*50*2) |
#define | MISCOUTPUT 0x3c2 |
#define | FEATURECONTROL 0x3da |
#define | SEQUENCER 0x3c4 |
#define | CRTC 0x03d4 |
#define | GRAPHICS 0x3ce |
#define | ATTRIBS 0x03c0 |
#define | PELADDRESSWRITE 0x3c8 |
#define | PELDATAREG 0x3c9 |
#define | MAXSEQ 5 |
#define | MAXCRTC 0x19 |
#define | MAXGRAPH 0x9 |
#define | MAXATTRIB 0x015 |
#define | VREND 0x11 |
#define | GRREGSETRESET 0 |
#define | GRREGENABLESETRESET 1 |
#define | GRREGREADMAPSEL 4 |
#define | SQREGMAPMASK 2 |
#define | SQREGMEMORY 4 |
#define | GRREGWRMODE 5 |
#define | GRREGMISC 6 |
#define | BYTESPERFONT 8 |
#define | FONTENTRIES 256 |
#define | FONTBUFFERSIZE 8192 |
Functions | |
void | pice_save_current_registers (void) |
void | pice_restore_current_registers (void) |
void | pice_set_mode_3_80x50 (void) |
void | pice_set_mode_3_80x25 (void) |
unsigned char | read_vga_reg (int port, int reg) |
void | write_vga_reg (int port, unsigned char reg, unsigned char value) |
void | map_font_memory (void) |
void | unmap_font_memory (void) |
void | save_font (UCHAR *graph_table) |
void | load_font (UCHAR *graph_table, int bEnter) |
void | SetForegroundColorVga (ECOLORS col) |
void | SetBackgroundColorVga (ECOLORS col) |
void | PrintGrafVga (ULONG x, ULONG y, UCHAR c) |
void | ShowCursorVga (void) |
void | HideCursorVga (void) |
void | CopyLineToVga (USHORT dest, USHORT src) |
void | InvertLineVga (ULONG line) |
void | HatchLineVga (ULONG line) |
void | ClrLineVga (ULONG line) |
void | PrintLogoVga (BOOLEAN bShow) |
void | PrintCursorVga (BOOLEAN bForce) |
void | SaveGraphicsStateVga (void) |
void | RestoreGraphicsStateVga (void) |
BOOLEAN | ConsoleInitVga (void) |
void | ConsoleShutdownVga (void) |
Definition at line 360 of file vga.c.
Referenced by ConsoleInitVga().
Definition at line 479 of file vga.c.
Referenced by ConsoleInit().
Definition at line 557 of file vga.c.
Referenced by ConsoleShutdown().
Definition at line 306 of file vga.c.
Referenced by ConsoleInitVga().
Definition at line 343 of file vga.c.
Referenced by ConsoleInitVga().
Definition at line 322 of file vga.c.
Referenced by ConsoleInitVga().
Definition at line 211 of file vga.c.
Referenced by RestoreGraphicsStateVga(), and SaveGraphicsStateVga().
Definition at line 159 of file vga.c.
Referenced by load_font(), and save_font().
Referenced by RestoreGraphicsStateVga().
Referenced by SaveGraphicsStateVga().
Referenced by SaveGraphicsStateVga().
Referenced by SaveGraphicsStateVga().
Definition at line 452 of file vga.c.
Referenced by ConsoleInitVga().
Definition at line 198 of file vga.c.
Referenced by SaveGraphicsStateVga().
Definition at line 413 of file vga.c.
Referenced by ConsoleInitVga().
Definition at line 253 of file vga.c.
Referenced by ConsoleInitVga().
Definition at line 243 of file vga.c.
Referenced by ConsoleInitVga().
Definition at line 183 of file vga.c.
Referenced by load_font(), and save_font().
Definition at line 143 of file vga.c.
Referenced by map_font_memory(), and unmap_font_memory().
Referenced by InvertLineVga().
UCHAR cGraphTable[8 *256] |
Definition at line 3 of file charset.h.
Referenced by PrintGrafHercules(), and SaveGraphicsStateVga().
UCHAR cGraphTable2[16 *256] |
Definition at line 54 of file vga.c.
Referenced by RestoreGraphicsStateVga(), and SaveGraphicsStateVga().
Definition at line 131 of file vga.c.
Referenced by map_font_memory(), and unmap_font_memory().
Definition at line 130 of file vga.c.
Referenced by map_font_memory(), and unmap_font_memory().
Definition at line 135 of file vga.c.
Referenced by map_font_memory(), and unmap_font_memory().
Definition at line 134 of file vga.c.
Referenced by map_font_memory(), and unmap_font_memory().
Definition at line 132 of file vga.c.
Referenced by map_font_memory(), and unmap_font_memory().
Definition at line 133 of file vga.c.
Referenced by map_font_memory(), and unmap_font_memory().
Definition at line 109 of file vga.c.
Referenced by ConsoleInitVga(), ConsoleShutdownVga(), load_font(), and save_font().
PUCHAR pScreenBufferHardwareVga |
Definition at line 108 of file vga.c.
Referenced by ConsoleInitVga(), ConsoleShutdownVga(), RestoreGraphicsStateVga(), and SaveGraphicsStateVga().
Definition at line 106 of file vga.c.
Referenced by RestoreGraphicsStateVga(), and SaveGraphicsStateVga().
PUCHAR pScreenBufferTempVga |
Definition at line 107 of file vga.c.
Referenced by ConsoleInitVga(), ConsoleShutdownVga(), RestoreGraphicsStateVga(), and SaveGraphicsStateVga().
PUCHAR pScreenBufferVga |
Definition at line 105 of file vga.c.
Referenced by ClrLineVga(), ConsoleInitVga(), ConsoleShutdownVga(), CopyLineToVga(), HatchLineVga(), InvertLineVga(), PrintGrafVga(), RestoreGraphicsStateVga(), and SaveGraphicsStateVga().