Searched refs:GetNormalFont (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | fontutils.h | 73 #define GetNormalFont(screen, which) (&((screen)->fnts[which])) macro
|
| H A D | fontutils.c | 676 GetNormalFont(screen, fNorm)->fs, NULL); 1815 xtermCopyFontInfo(GetNormalFont(screen, fNorm), &new_fonts[fNorm]); 1816 xtermCopyFontInfo(GetNormalFont(screen, fBold), &new_fonts[fBold]); 1818 xtermCopyFontInfo(GetNormalFont(screen, fWide), &new_fonts[fWide]); 1820 xtermCopyFontInfo(GetNormalFont(screen, fWide), &new_fonts[fWide]); 1821 xtermCopyFontInfo(GetNormalFont(screen, fWBold), &new_fonts[fWBold]); 2387 if (EmptyFont(GetNormalFont(screen, fWide)->fs)) { 2388 result = (isWideFont(GetNormalFont(screen, fNorm)->fs, "normal", nullOk) 2389 && isWideFont(GetNormalFont(screen, fBold)->fs, "bold", nullOk)); 2391 result = (isWideFont(GetNormalFont(scree [all...] |
| H A D | cachedGCs.c | 508 font = GetNormalFont(screen, which);
|
| H A D | charproc.c | 12305 if (!GetNormalFont(screen, fNorm)->fs) { 12489 getIconicFont(screen)->fs = GetNormalFont(screen, fNorm)->fs; /* need for next-if */
|
Completed in 24 milliseconds