Searched refs:GLYPH (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rosapps/applications/screensavers/matrix/ |
H A D | matrix.c | 30 int GlyphIntensity(GLYPH glyph) in GlyphIntensity() 35 GLYPH DarkenGlyph(GLYPH glyph) in DarkenGlyph() 45 GLYPH RandomGlyph(int intensity) in RandomGlyph() 50 void RedrawBlip(GLYPH *glypharr, int blippos) in RedrawBlip() 61 GLYPH lastglyph = 0; in ScrollMatrixColumn() 62 GLYPH thisglyph; in ScrollMatrixColumn() 74 lastglyph = col->state ? (GLYPH)0 : (GLYPH)(MAX_INTENSITY << 8); in ScrollMatrixColumn() 167 void DrawGlyph(MATRIX *matrix, HDC hdc, int xpos, int ypos, GLYPH glyph) in DrawGlyph() 183 GLYPH glyph = col->glyph[y]; in RedrawMatrixColumn() 248 matrix->column[x].glyph = malloc(sizeof(GLYPH) * (rows+16)); in CreateMatrix()
|
H A D | matrix.h | 18 typedef unsigned short GLYPH; typedef 39 GLYPH *glyph; 60 GLYPH RandomGlyph(int intensity); 61 void DrawGlyph(MATRIX *matrix, HDC hdc, int xpos, int ypos, GLYPH glyph);
|
/reactos/sdk/include/psdk/ |
H A D | tmschema.h | 1083 TM_PART(2, TVP, GLYPH) 1097 BEGIN_TM_PART_STATES(GLYPH)
|