Searched refs:XFontSet (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/xmore/dist/
H A Dxmore.h35 XFontSet textfont;
H A Dxmore.c79 {"textfont", XtCFont, XtRFontSet, sizeof(XFontSet), Offset(textfont), XtRString, STANDARDFONT},
/xsrc/external/mit/libX11/dist/src/
H A DFSWrap.c164 XFontSet
181 return (XFontSet) NULL;
205 return (XFontSet) oc;
210 XFontSet font_set,
220 XBaseFontNameListOfFontSet(XFontSet font_set)
226 XLocaleOfFontSet(XFontSet font_set)
232 XContextDependentDrawing(XFontSet font_set)
238 XDirectionalDependentDrawing(XFontSet font_set)
244 XContextualDrawing(XFontSet font_set)
250 XExtentsOfFontSet(XFontSet font_se
[all...]
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DmbWrap.c69 register XFontSet fs = NULL;
96 XFontSet font_set,
112 XFontSet font_set,
125 XFontSet font_set,
134 XFontSet font_set,
147 XFontSet font_set,
H A Dutf8Wrap.c91 register XFontSet fs = NULL;
118 XFontSet font_set,
134 XFontSet font_set,
147 XFontSet font_set,
156 XFontSet font_set,
169 XFontSet font_set,
H A DwcWrap.c70 register XFontSet fs = NULL;
97 XFontSet font_set,
112 XFontSet font_set,
125 XFontSet font_set,
134 XFontSet font_set,
147 XFontSet font_set,
H A DXlcint.h134 XFontSet fontset;
153 XFontSet fontset;
442 * XFontSet object method list
446 XFontSet /* font_set */,
452 XFontSet /* font_set */,
460 XFontSet /* font_set */,
474 XFontSet /* font_set */,
485 XFontSet /* font_set */,
494 XFontSet /* font_set */,
500 XFontSet /* font_se
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DMultiSinkP.h109 XFontSet fontset; /* font set to draw */
H A DSmeBSBP.h61 XFontSet fontset; /* or fontset */
H A DTipP.h52 XFontSet fontset;
H A DLabelP.h76 XFontSet fontset;
H A DListP.h79 XFontSet fontset; /* Sheeran, Omron KK, 93/03/05 */
H A DXawImP.h93 XFontSet font_set;
H A DTextSinkP.h93 XFontSet fontset;
/xsrc/external/mit/xfontsel/dist/
H A DULabelP.h84 XFontSet fontset;
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h1090 typedef struct _XOC *XOC, *XFontSet; typedef in typeref:struct:_XOC *
1096 XFontSet font_set;
1103 XFontSet font_set;
3619 extern XFontSet XCreateFontSet(
3629 XFontSet /* font_set */
3633 XFontSet /* font_set */,
3639 XFontSet /* font_set */
3643 XFontSet /* font_set */
3647 XFontSet /* font_set */
3651 XFontSet /* font_se
[all...]
/xsrc/external/mit/xclock/dist/
H A DClockP.h116 XFontSet fontSet; /* font set for localized text */
/xsrc/external/mit/libXaw/dist/src/
H A DMultiSink.c120 static int CharWidth(MultiSinkObject, XFontSet, int, wchar_t);
140 sizeof(XFontSet),
228 CharWidth(MultiSinkObject sink, XFontSet fontset, int x, wchar_t c)
310 XFontSet fontset = sink->multi_sink.fontset;
340 XFontSet fontset = sink->multi_sink.fontset;
444 XFontSet fontset = sink->multi_sink.fontset;
550 XFontSet fontset = sink->multi_sink.fontset;
590 XFontSet fontset = sink->multi_sink.fontset;
H A DTip.c110 sizeof(XFontSet),
411 XFontSet fset = info->tip->tip.fontset;
H A DLabel.c118 sizeof(XFontSet),
303 XFontSet fset = lw->label.fontset;
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimRmAttr.c326 XFontSet rep = (XFontSet)NULL;
363 *((XFontSet *)value) = rep;
703 XFontSet font = (XFontSet)value;
992 list_ret = XFontsOfFontSet((XFontSet)p->value,
1043 list_ret = XFontsOfFontSet((XFontSet)p->value,
1221 list_ret = XFontsOfFontSet((XFontSet)value,
1262 list_ret = XFontsOfFontSet((XFontSet)value,
H A DimRm.c735 XFontSet *out;
737 out = (XFontSet *)((char *)top + info->offset);
750 XFontSet fontset;
1036 XFontSet *out;
1038 out = (XFontSet *)((char *)top + info->offset);
1039 *out = (XFontSet)val;
1414 XFontSet *in;
1416 in = (XFontSet *)((char *)top + info->offset);
1417 *((XFontSet *)val) = *in;
/xsrc/external/mit/twm/dist/src/
H A Dtwm.h161 XFontSet fontset; /* fontset structure */
/xsrc/external/mit/ctwm/dist/
H A Dctwm.h129 XFontSet font_set;
/xsrc/external/mit/libXt/dist/src/
H A DConverters.c962 XFontSet f;
993 Done: done_string(XFontSet, f, XtRFontSet);
1033 f = *(XFontSet *) value.addr;
1081 XFreeFontSet(display, *(XFontSet *) toVal->addr);

Completed in 55 milliseconds

12