Searched refs:SizeFont (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dtwm.c618 Scr->SizeStringWidth = MyFont_TextWidth(&Scr->SizeFont,
624 (unsigned int) (Scr->SizeFont.height +
792 Scr->SizeFont.font = NULL;
793 Scr->SizeFont.fontset = NULL;
794 Scr->SizeFont.name = DEFAULT_FAST_FONT;
810 GetFont(&Scr->SizeFont);
830 DestroyFont(&scr->SizeFont);
H A Dscreen.h191 MyFont SizeFont; /* resize font structure */ member in struct:ScreenInfo
H A Dresize.c177 (unsigned) (Scr->SizeFont.height + SIZE_VINDENT * 2));
209 (unsigned) (Scr->SizeFont.height + SIZE_VINDENT * 2));
515 MyFont_ChangeGC(Scr->DefaultC.fore, Scr->DefaultC.back, &Scr->SizeFont);
516 MyFont_DrawImageString(dpy, Scr->SizeWindow, &Scr->SizeFont,
518 Scr->SizeFont.ascent + SIZE_VINDENT, str, 13);
H A Dadd_window.c491 width = (SIZE_HINDENT + MyFont_TextWidth(&Scr->SizeFont,
494 height = Scr->SizeFont.height + SIZE_VINDENT * 2;
503 &Scr->SizeFont);
504 MyFont_DrawImageString(dpy, Scr->SizeWindow, &Scr->SizeFont,
507 SIZE_VINDENT + Scr->SizeFont.ascent,
603 MyFont_TextWidth(&Scr->SizeFont, ": ", 2);
608 MyFont_DrawImageString(dpy, Scr->SizeWindow, &Scr->SizeFont,
610 SIZE_VINDENT + Scr->SizeFont.ascent,
H A Dparse.c772 Scr->SizeFont.name = s;
/xsrc/external/mit/ctwm/dist/
H A Dadd_window.c1032 XmbTextExtents(Scr->SizeFont.font_set,
1036 height = Scr->SizeFont.height + SIZE_VINDENT * 2;
1038 XmbTextExtents(Scr->SizeFont.font_set,
1049 XmbDrawImageString(dpy, Scr->SizeWindow, Scr->SizeFont.font_set,
1051 SIZE_VINDENT + Scr->SizeFont.ascent,
1066 XmbDrawImageString(dpy, Scr->SizeWindow, Scr->SizeFont.font_set,
1068 SIZE_VINDENT + Scr->SizeFont.ascent, ": ", 2);
1154 XmbTextExtents(Scr->SizeFont.font_set,
1162 XmbDrawImageString(dpy, Scr->SizeWindow, Scr->SizeFont.font_set,
1164 SIZE_VINDENT + Scr->SizeFont
[all...]
H A Dwin_resize.c226 Scr->SizeFont.height + SIZE_VINDENT * 2);
262 Scr->SizeFont.height + SIZE_VINDENT * 2);
616 Scr->SizeFont.height + SIZE_VINDENT * 2,
620 XmbDrawImageString(dpy, Scr->SizeWindow, Scr->SizeFont.font_set,
622 Scr->SizeFont.ascent + SIZE_VINDENT, str, 13);
H A Dscreen.h721 MyFont SizeFont; ///< SizeFont config var member in struct:ScreenInfo
H A Dwin_utils.c485 Scr->SizeFont.height + SIZE_VINDENT * 2,
489 XmbDrawImageString(dpy, Scr->SizeWindow, Scr->SizeFont.font_set,
491 Scr->SizeFont.ascent + SIZE_VINDENT, str, 13);
H A Dctwm_main.c1009 XmbTextExtents(Scr->SizeFont.font_set,
1024 (Scr->SizeFont.height +
H A Dfunctions_win_moveresize.c194 Scr->SizeFont.height + SIZE_VINDENT * 2);
H A Dparse_be.c980 Scr->SizeFont.basename = s;

Completed in 47 milliseconds