ReactOS 0.4.15-dev-5672-gf73ac17
|
#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 17 of file video.c.
Referenced by TuiInitialize().
Definition at line 39 of file video.c.
Referenced by MiniTuiDrawBackdrop(), MiniTuiDrawMenu(), MiniTuiTickProgressBar(), TuiDisplayMenu(), TuiDrawBackdrop(), TuiDrawMenu(), TuiDrawStatusText(), TuiEditBox(), TuiMessageBoxCritical(), TuiProcessMenuKeyboardEvent(), and TuiTickProgressBar().
VOID VideoFadeIn | ( | PPALETTE_ENTRY | Palette, |
ULONG | ColorCount | ||
) |
Definition at line 80 of file video.c.
Referenced by TuiFadeInBackdrop().
Definition at line 139 of file video.c.
Referenced by TuiFadeOut().
Definition at line 30 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 68 of file video.c.
Referenced by TuiFadeInBackdrop().