|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
| VOID DeleteFonts | ( | PGUI_CONSOLE_DATA | GuiData | ) |
Definition at line 481 of file conwnd.c.
Referenced by InitFonts(), and OnNcDestroy().
| BOOL EnterFullScreen | ( | PGUI_CONSOLE_DATA | GuiData | ) |
Definition at line 21 of file fullscreen.c.
Referenced by OnActivate(), and SwitchFullScreen().
| FORCEINLINE VOID GetScreenBufferSizeUnits | ( | IN PCONSOLE_SCREEN_BUFFER | Buffer, |
| IN PGUI_CONSOLE_DATA | GuiData, | ||
| OUT PUINT | WidthUnit, | ||
| OUT PUINT | HeightUnit | ||
| ) |
Definition at line 22 of file guiterm.h.
Referenced by ConWndProc(), GuiGetLargestConsoleWindowSize(), OnGetMinMaxInfo(), OnScroll(), OnSize(), PointToCoord(), and SmallRectToRect().
| VOID GuiConsoleMoveWindow | ( | PGUI_CONSOLE_DATA | GuiData | ) |
Definition at line 61 of file guiterm.c.
Referenced by GuiApplyUserSettings(), and GuiConsoleInputThread().
| VOID GuiConsoleSwitchFullScreen | ( | PGUI_CONSOLE_DATA | GuiData | ) |
Definition at line 175 of file fullscreen.c.
Referenced by ConWndProc().
| VOID GuiCopyFromGraphicsBuffer | ( | PGRAPHICS_SCREEN_BUFFER | Buffer, |
| PGUI_CONSOLE_DATA | GuiData | ||
| ) |
Definition at line 21 of file graphics.c.
Referenced by Copy().
| VOID GuiCopyFromTextModeBuffer | ( | PTEXTMODE_SCREEN_BUFFER | Buffer, |
| PGUI_CONSOLE_DATA | GuiData | ||
| ) |
Definition at line 306 of file text.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 GuiPaintTextModeBuffer | ( | PTEXTMODE_SCREEN_BUFFER | Buffer, |
| PGUI_CONSOLE_DATA | GuiData, | ||
| PRECT | rcView, | ||
| PRECT | rcFramebuffer | ||
| ) |
Definition at line 433 of file text.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().
| VOID GuiPasteToTextModeBuffer | ( | PTEXTMODE_SCREEN_BUFFER | Buffer, |
| PGUI_CONSOLE_DATA | GuiData | ||
| ) |
Definition at line 339 of file text.c.
Referenced by Paste().
| BOOL InitFonts | ( | _Inout_ PGUI_CONSOLE_DATA | GuiData, |
| _In_reads_or_z_(LF_FACESIZE) PCWSTR | FaceName, | ||
| _In_ ULONG | FontWeight, | ||
| _In_ ULONG | FontFamily, | ||
| _In_ COORD | FontSize, | ||
| _In_opt_ UINT | CodePage, | ||
| _In_ BOOL | UseDefaultFallback | ||
| ) |
Definition at line 521 of file conwnd.c.
Referenced by GuiApplyUserSettings(), GuiSetCodePage(), and OnNcCreate().
| VOID LeaveFullScreen | ( | PGUI_CONSOLE_DATA | GuiData | ) |
Definition at line 39 of file fullscreen.c.
Referenced by OnActivate(), and SwitchFullScreen().
Definition at line 238 of file text.c.
Referenced by GuiPasteToTextModeBuffer(), and OnDropFiles().
| FORCEINLINE VOID SmallRectToRect | ( | PGUI_CONSOLE_DATA | GuiData, |
| PRECT | Rect, | ||
| PSMALL_RECT | SmallRect | ||
| ) |
Definition at line 43 of file guiterm.h.
Referenced by CreateSelectionRgn(), and DrawRegion().
| VOID SwitchFullScreen | ( | PGUI_CONSOLE_DATA | GuiData, |
| BOOL | FullScreen | ||
| ) |
Definition at line 49 of file fullscreen.c.
Referenced by GuiApplyUserSettings(), GuiConsoleInputThread(), GuiConsoleSwitchFullScreen(), and GuiSetDisplayMode().