ReactOS 0.4.16-dev-61-ge128cbc
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID | GuiCopyFromGraphicsBuffer (PGRAPHICS_SCREEN_BUFFER Buffer, PGUI_CONSOLE_DATA GuiData) |
VOID | GuiPasteToGraphicsBuffer (PGRAPHICS_SCREEN_BUFFER Buffer, PGUI_CONSOLE_DATA GuiData) |
VOID | GuiPaintGraphicsBuffer (PGRAPHICS_SCREEN_BUFFER Buffer, PGUI_CONSOLE_DATA GuiData, PRECT rcView, PRECT rcFramebuffer) |
#define NDEBUG |
Definition at line 13 of file graphics.c.
VOID GuiCopyFromGraphicsBuffer | ( | PGRAPHICS_SCREEN_BUFFER | Buffer, |
PGUI_CONSOLE_DATA | GuiData | ||
) |
Definition at line 21 of file graphics.c.
Referenced by Copy().
VOID GuiPaintGraphicsBuffer | ( | PGRAPHICS_SCREEN_BUFFER | Buffer, |
PGUI_CONSOLE_DATA | GuiData, | ||
PRECT | rcView, | ||
PRECT | rcFramebuffer | ||
) |
Definition at line 124 of file graphics.c.
Referenced by OnPaint().
VOID GuiPasteToGraphicsBuffer | ( | PGRAPHICS_SCREEN_BUFFER | Buffer, |
PGUI_CONSOLE_DATA | GuiData | ||
) |
Definition at line 111 of file graphics.c.
Referenced by Paste().