Searched refs:SizeFont (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | twm.c | 618 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 D | screen.h | 191 MyFont SizeFont; /* resize font structure */ member in struct:ScreenInfo
|
| H A D | resize.c | 177 (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 D | add_window.c | 491 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 D | parse.c | 772 Scr->SizeFont.name = s;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | add_window.c | 1032 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 D | win_resize.c | 226 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 D | screen.h | 721 MyFont SizeFont; ///< SizeFont config var member in struct:ScreenInfo
|
| H A D | win_utils.c | 485 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 D | ctwm_main.c | 1009 XmbTextExtents(Scr->SizeFont.font_set, 1024 (Scr->SizeFont.height +
|
| H A D | functions_win_moveresize.c | 194 Scr->SizeFont.height + SIZE_VINDENT * 2);
|
| H A D | parse_be.c | 980 Scr->SizeFont.basename = s;
|
Completed in 47 milliseconds