Home
last modified time | relevance | path

Searched refs:DrawGlyph (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/screensavers/matrix/
H A Dmatrix.h61 void DrawGlyph(MATRIX *matrix, HDC hdc, int xpos, int ypos, GLYPH glyph);
H A Dmatrix.c167 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 Dmessage.c106 DrawGlyph(matrix, hdc, x * GLYPH_WIDTH, y * GLYPH_HEIGHT, RandomGlyph(MAX_INTENSITY)); in DrawMatrixMessage()