ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | MATRIX_COLUMN |
struct | MATRIX |
Macros | |
#define | GLYPH_REDRAW 0x8000 |
#define | GLYPH_BLANK 0x4000 |
Typedefs | |
typedef unsigned short | GLYPH |
Functions | |
GLYPH | RandomGlyph (int intensity) |
void | DrawGlyph (MATRIX *matrix, HDC hdc, int xpos, int ypos, GLYPH glyph) |
HWND | CreateScreenSaveWnd (HWND hwndParent, RECT *rect) |
void | InitScreenSaveClass () |
Definition at line 390 of file matrix.c.
Referenced by MonitorEnumProc().
Definition at line 167 of file matrix.c.
Referenced by DrawMatrixMessage(), and RedrawMatrixColumn().
void InitScreenSaveClass | ( | ) |
Referenced by ScreenSaver().
Definition at line 45 of file matrix.c.
Referenced by DrawMatrixMessage(), and ScrollMatrixColumn().