ReactOS 0.4.15-dev-5863-g1fe3ab7
|
#include <freeldr.h>
Go to the source code of this file.
Macros | |
#define | TAG_TUI_SCREENBUFFER 'SiuT' |
#define | TAG_TUI_PALETTE 'PiuT' |
Variables | |
PVOID | TextVideoBuffer = NULL |
UCHAR | MachDefaultTextColor |
const UIVTBL | TuiVtbl |
Definition at line 275 of file tui.c.
Referenced by TuiFadeInBackdrop().
VOID TuiDrawBox | ( | _In_ ULONG | Left, |
_In_ ULONG | Top, | ||
_In_ ULONG | Right, | ||
_In_ ULONG | Bottom, | ||
_In_ UCHAR | VertStyle, | ||
_In_ UCHAR | HorzStyle, | ||
_In_ BOOLEAN | Fill, | ||
_In_ BOOLEAN | Shadow, | ||
_In_ UCHAR | Attr | ||
) |
Definition at line 507 of file tui.c.
Referenced by TuiDrawBackdrop(), TuiDrawProgressBar(), TuiEditBox(), and TuiMessageBoxCritical().
VOID TuiDrawBoxBottomLine | ( | _In_ ULONG | Left, |
_In_ ULONG | Bottom, | ||
_In_ ULONG | Right, | ||
_In_ UCHAR | VertStyle, | ||
_In_ UCHAR | HorzStyle, | ||
_In_ UCHAR | Attr | ||
) |
Definition at line 463 of file tui.c.
Referenced by TuiDrawBox(), and TuiDrawMenuTimeout().
VOID TuiDrawBoxTopLine | ( | _In_ ULONG | Left, |
_In_ ULONG | Top, | ||
_In_ ULONG | Right, | ||
_In_ UCHAR | VertStyle, | ||
_In_ UCHAR | HorzStyle, | ||
_In_ UCHAR | Attr | ||
) |
Definition at line 419 of file tui.c.
Referenced by TuiDrawBox().
VOID TuiDrawCenteredText | ( | _In_ ULONG | Left, |
_In_ ULONG | Top, | ||
_In_ ULONG | Right, | ||
_In_ ULONG | Bottom, | ||
_In_ PCSTR | TextString, | ||
_In_ UCHAR | Attr | ||
) |
Definition at line 119 of file tui.c.
Referenced by MiniTuiSetProgressBarText(), and TuiSetProgressBarText().
|
static |
Definition at line 844 of file tui.c.
Referenced by TuiDrawProgressBarCenter().
Definition at line 820 of file tui.c.
Definition at line 362 of file tui.c.
Referenced by TuiDrawBox().
Definition at line 537 of file tui.c.
Definition at line 72 of file tui.c.
Referenced by TuiDrawBackdrop(), TuiDrawCenteredText(), TuiDrawStatusText(), and TuiUpdateDateTime().
VOID TuiDrawText2 | ( | _In_ ULONG | X, |
_In_ ULONG | Y, | ||
_In_opt_ ULONG | MaxNumChars, | ||
_In_reads_or_z_(MaxNumChars) PCSTR | Text, | ||
_In_ UCHAR | Attr | ||
) |
Definition at line 89 of file tui.c.
Referenced by TuiDrawText().
Definition at line 984 of file tui.c.
Definition at line 928 of file tui.c.
Definition at line 954 of file tui.c.
Referenced by TuiUnInitialize().
Definition at line 332 of file tui.c.
Referenced by MiniTuiDrawBackdrop(), MiniTuiSetProgressBarText(), MiniTuiTickProgressBar(), TuiDrawBackdrop(), TuiDrawBox(), TuiDrawBoxBottomLine(), TuiDrawBoxTopLine(), TuiDrawMenuTimeout(), TuiSetProgressBarText(), and TuiTickProgressBar().
Definition at line 206 of file tui.c.
Referenced by MiniTuiInitialize().
Definition at line 642 of file tui.c.
Definition at line 659 of file tui.c.
Referenced by TuiMessageBox().
Definition at line 33 of file tui.c.
Referenced by MachInit().
Definition at line 631 of file tui.c.
Referenced by TuiEditBox(), and TuiMessageBox().
Definition at line 620 of file tui.c.
Referenced by TuiEditBox(), and TuiMessageBox().
Definition at line 746 of file tui.c.
Definition at line 774 of file tui.c.
Definition at line 57 of file tui.c.
Referenced by MiniTuiSetProgressBarText(), and TuiSetProgressBarText().
Definition at line 252 of file tui.c.
Definition at line 552 of file tui.c.
Referenced by MiniTuiTickProgressBar(), TuiDisplayMenu(), TuiDrawBackdrop(), TuiDrawMenuBox(), TuiEditBox(), TuiMessageBoxCritical(), and TuiTickProgressBar().
|
extern |
Definition at line 111 of file pcvideo.c.
Referenced by TuiTextToColor().
Definition at line 23 of file tui.c.
Referenced by TuiDrawShadow(), TuiDrawText2(), TuiFillArea(), TuiInitialize(), TuiRestoreScreen(), TuiSaveScreen(), and TuiUnInitialize().
Definition at line 1217 of file tui.c.
Referenced by UiInitialize().