ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <pshpack1.h>
#include <poppack.h>
Go to the source code of this file.
Classes | |
struct | _PALETTE_ENTRY |
Typedefs | |
typedef struct _PALETTE_ENTRY | PALETTE_ENTRY |
typedef struct _PALETTE_ENTRY * | PPALETTE_ENTRY |
Functions | |
PVOID | VideoAllocateOffScreenBuffer (VOID) |
VOID | VideoFreeOffScreenBuffer (VOID) |
VOID | VideoCopyOffScreenBufferToVRAM (VOID) |
VOID | VideoSavePaletteState (PPALETTE_ENTRY Palette, ULONG ColorCount) |
VOID | VideoRestorePaletteState (PPALETTE_ENTRY Palette, ULONG ColorCount) |
VOID | VideoSetAllColorsToBlack (ULONG ColorCount) |
VOID | VideoFadeIn (PPALETTE_ENTRY Palette, ULONG ColorCount) |
VOID | VideoFadeOut (ULONG ColorCount) |
typedef struct _PALETTE_ENTRY PALETTE_ENTRY |
typedef struct _PALETTE_ENTRY * PPALETTE_ENTRY |
Definition at line 16 of file video.c.
Referenced by TuiInitialize().
Definition at line 38 of file video.c.
Referenced by MiniTuiDrawBackdrop(), MiniTuiDrawMenu(), MiniTuiTickProgressBar(), TuiDisplayMenu(), TuiDrawBackdrop(), TuiDrawMenu(), TuiDrawStatusText(), TuiEditBox(), TuiMessageBoxCritical(), TuiProcessMenuKeyboardEvent(), TuiRestoreScreen(), and TuiTickProgressBar().
VOID VideoFadeIn | ( | PPALETTE_ENTRY | Palette, |
ULONG | ColorCount | ||
) |
Definition at line 79 of file video.c.
Referenced by TuiFadeInBackdrop().
Definition at line 138 of file video.c.
Referenced by TuiFadeOut().
Definition at line 29 of file video.c.
Referenced by TuiUnInitialize(), and VideoAllocateOffScreenBuffer().
VOID VideoRestorePaletteState | ( | PPALETTE_ENTRY | Palette, |
ULONG | ColorCount | ||
) |
VOID VideoSavePaletteState | ( | PPALETTE_ENTRY | Palette, |
ULONG | ColorCount | ||
) |
Definition at line 67 of file video.c.
Referenced by TuiFadeInBackdrop().