Home
last modified time | relevance | path

Searched refs:boldItalicMsgFontPtr (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dbutton.c77 if (boldItalicMsgFontSet == NULL && boldItalicMsgFontPtr == NULL) {
160 text_w = BoldMsgTextWidth(boldItalicMsgFontPtr, Str, Len);
227 if (boldItalicMsgFontPtr != NULL) {
228 XSetFont(mainDisplay, defaultGC, boldItalicMsgFontPtr->fid);
H A Dtdgtsedt.c147 if (boldItalicMsgFontPtr != NULL) {
148 XSetFont(mainDisplay, gTidgetManager.gc, boldItalicMsgFontPtr->fid);
H A Dtidget.c588 if (boldItalicMsgFontSet != NULL || boldItalicMsgFontPtr != NULL) {
593 font_ptr = boldItalicMsgFontPtr;
H A Dfont.e86 extern XFontStruct * boldItalicMsgFontPtr;
H A Dtdgtlist.c153 if (boldItalicMsgFontPtr != NULL) {
155 boldItalicMsgFontPtr->fid);
H A Dfont.c159 XFontStruct *boldItalicMsgFontPtr=NULL; variable
3707 boldItalicMsgFontPtr = NULL; in InitFontSetsAndBasicFonts()
3708 InitABasicFontPtr(&boldItalicMsgFontPtr, &boldItalicMsgFontName, in InitFontSetsAndBasicFonts()
5777 if (boldItalicMsgFontPtr != NULL) { in CleanUpFonts()
5778 XFreeFont(mainDisplay, boldItalicMsgFontPtr); in CleanUpFonts()
5781 boldItalicMsgFontPtr = NULL; in CleanUpFonts()