Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtypes.h615 typedef struct PushedFontRec { struct
630 struct PushedFontRec *next; argument
711 struct PushedFontRec font_info;
H A Dfont.e221 extern struct PushedFontRec *GetTopFontStk ARGS_DECL((void));
222 extern struct PushedFontRec *PushCurFont ARGS_DECL((void));
H A Dfont.c377 static struct PushedFontRec gstSavedFontInfo;
3723 memset(&gstSavedFontInfo, 0, sizeof(struct PushedFontRec)); in InitFonts()
4123 static struct PushedFontRec *topPushedFontStk=NULL;
4125 struct PushedFontRec *GetTopFontStk() in GetTopFontStk()
4130 struct PushedFontRec *PushCurFont() in PushCurFont()
4132 struct PushedFontRec *pushed_font_ptr=(struct PushedFontRec *)malloc( in PushCurFont()
4133 sizeof(struct PushedFontRec)); in PushCurFont()
4137 memset(pushed_font_ptr, 0, sizeof(struct PushedFontRec)); in PushCurFont()
4162 struct PushedFontRec *pushed_font_ptr=NULL; in PopCurFont()