Searched refs:XFontStruct (Results 1 - 25 of 93) sorted by relevance

1234

/xsrc/external/mit/libX11/dist/src/
H A DGetFProp.c34 XFontStruct *fs,
H A DFont.c56 static XFontStruct *_XQueryFont(
78 static XFontStruct *_XF86BigfontQueryFont(
86 XFontStruct* /* fs */
92 XFontStruct *XLoadQueryFont(
96 XFontStruct *font_result;
130 XFontStruct *XQueryFont (
134 XFontStruct *font_result;
156 XFontStruct *fs)
183 static XFontStruct *
189 register XFontStruct *f
[all...]
H A DLoadFont.c45 if (_XF86LoadQueryLocaleFont(dpy, name, (XFontStruct **)0, &fid))
H A DFontInfo.c39 XFontStruct* /* fs */
48 XFontStruct **info) /* RETURN */
53 register XFontStruct *fs;
55 XFontStruct *finfo = NULL;
91 if (size >= (INT_MAX / sizeof(XFontStruct)))
95 XFontStruct * tmp_finfo;
98 tmp_finfo = Xreallocarray (finfo, size, sizeof(XFontStruct));
111 if (! (finfo = Xmallocarray(size, sizeof(XFontStruct))))
206 XFontStruct *info,
H A DTextExt.c75 XFontStruct *fs,
149 XFontStruct *fs,
195 XFontStruct *fs,
H A DTextExt16.c49 XFontStruct *fs,
124 XFontStruct *fs,
170 XFontStruct *fs,
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxfont.h45 XFontStruct **font;
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DXNFont.h19 XFontStruct *font_struct;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DXNFont.h19 XFontStruct *font_struct;
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DAsciiSinkP.h74 XFontStruct *font; /* Font to draw in. */
H A DSmeBSBP.h60 XFontStruct *font; /* The font to show label in */
H A DTipP.h51 XFontStruct *font;
H A DLabelP.h75 XFontStruct *font;
H A DListP.h78 XFontStruct *font;
/xsrc/external/mit/xdm/dist/greeter/
H A DLoginP.h118 XFontStruct *textFont; /* font for text */
119 XFontStruct *promptFont; /* font for prompts */
120 XFontStruct *greetFont; /* font for greeting */
121 XFontStruct *failFont; /* font for failure message */
/xsrc/external/mit/xprop/dist/
H A Ddsimple.h65 XFontStruct *Open_Font(const char *);
/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomTextEsc.c47 XFontStruct *font)
72 XFontStruct *font)
97 XFontStruct *font,
137 XFontStruct *font;
172 if((font = font_set->font) == (XFontStruct *) NULL) {
175 (font = fd->font) == (XFontStruct *) NULL)
199 (font = fd->font) == (XFontStruct *) NULL)
209 (font = fd->font) == (XFontStruct *) NULL)
247 XFontStruct *font;
H A DomText.c46 XFontStruct *font)
71 XFontStruct *font)
99 XFontStruct *font,
173 XFontStruct *font;
198 if((font = fs->font) == (XFontStruct *) NULL){
201 (font = fd->font) == (XFontStruct *) NULL)
228 (font = fd->font) == (XFontStruct *) NULL)
237 (font = fd->font) == (XFontStruct *) NULL)
293 XFontStruct *font;
/xsrc/external/mit/xfd/dist/
H A Dgrid.h77 XFontStruct * thefont;
/xsrc/external/mit/xfontsel/dist/
H A DULabelP.h83 XFontStruct *font;
/xsrc/external/mit/xman/dist/
H A DScrollByLP.h66 XFontStruct *bold_font, /* The four fonts. */
/xsrc/external/mit/xditview/dist/
H A DDviP.h66 XFontStruct *font;
115 XFontStruct *font;
155 XFontStruct *default_font;
189 XFontStruct *font;
288 extern XFontStruct *QueryFont(DviWidget, int, int);
/xsrc/external/mit/libXext/dist/include/X11/extensions/
H A Dextutil.h80 XFontStruct* /* fs */,
85 XFontStruct* /* fs */,
/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.h89 XFontStruct *font;
90 XFontStruct *fixedFont;
208 void freeFontIf(AppInfo *app, XFontStruct *f);
210 XFontStruct *getFontResource(AppInfo *app, char *instanceName, char *className);
/xsrc/external/mit/xlsfonts/dist/
H A Dxlsfonts.c70 XFontStruct *info;
82 static void ComputeFontType(XFontStruct *fs);
83 static void print_character_metrics(register XFontStruct *info);
202 XFontStruct *info;
301 XFontStruct *pfi;
554 ComputeFontType(XFontStruct *fs)
624 print_character_metrics(register XFontStruct *info)
652 register XFontStruct *info = XLoadQueryFont(display, name);

Completed in 25 milliseconds

1234