Searched refs:DrawGlyph (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rosapps/applications/screensavers/matrix/ |
H A D | matrix.h | 61 void DrawGlyph(MATRIX *matrix, HDC hdc, int xpos, int ypos, GLYPH glyph);
|
H A D | matrix.c | 167 void DrawGlyph(MATRIX *matrix, HDC hdc, int xpos, int ypos, GLYPH glyph) in DrawGlyph() function 193 DrawGlyph(matrix, hdc, xpos, y * GLYPH_HEIGHT, glyph); in RedrawMatrixColumn()
|
H A D | message.c | 106 DrawGlyph(matrix, hdc, x * GLYPH_WIDTH, y * GLYPH_HEIGHT, RandomGlyph(MAX_INTENSITY)); in DrawMatrixMessage()
|