ReactOS
0.4.15-dev-2144-g2282205
|
Go to the source code of this file.
Functions | |
WORD | crc_msgrand (WORD reg) |
void | SetMatrixMessage (MATRIX_MESSAGE *msg, HFONT hFont, TCHAR *text) |
void | DrawMatrixMessage (MATRIX *matrix, MATRIX_MESSAGE *msg, HDC hdc) |
void | RevealMatrixMessage (MATRIX_MESSAGE *msg, int amount) |
void | ClearMatrixMessage (MATRIX_MESSAGE *msg) |
int | MessageSpeed () |
void | DoMatrixMessage (HDC hdc, MATRIX *matrix) |
void | SetMessageFont (HWND hwnd, TCHAR *szFontName, int nPointSize, BOOL fBold) |
MATRIX_MESSAGE * | InitMatrixMessage (HWND hwnd, int width, int height) |
void ClearMatrixMessage | ( | MATRIX_MESSAGE * | msg | ) |
Definition at line 149 of file message.c.
Referenced by DecodeMatrix().
void DrawMatrixMessage | ( | MATRIX * | matrix, |
MATRIX_MESSAGE * | msg, | ||
HDC | hdc | ||
) |
Definition at line 97 of file message.c.
Referenced by DoMatrixMessage().
MATRIX_MESSAGE* InitMatrixMessage | ( | HWND | hwnd, |
int | width, | ||
int | height | ||
) |
Definition at line 229 of file message.c.
Referenced by CreateMatrix().
int MessageSpeed | ( | ) |
void RevealMatrixMessage | ( | MATRIX_MESSAGE * | msg, |
int | amount | ||
) |
void SetMatrixMessage | ( | MATRIX_MESSAGE * | msg, |
HFONT | hFont, | ||
TCHAR * | text | ||
) |
Definition at line 38 of file message.c.
Referenced by DoMatrixMessage(), and InitMatrixMessage().
Definition at line 201 of file message.c.
Referenced by InitMatrixMessage(), and UpdatePreview().