Searched refs:XftColor (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xclock/dist/
H A DClockP.h120 XftColor fg_color;
121 XftColor hour_color;
122 XftColor min_color;
123 XftColor sec_color;
124 XftColor major_color;
125 XftColor minor_color;
H A DClock.c186 {XtNforeground, XtCForeground, XtRXftColor, sizeof(XftColor),
188 {XtNhourColor, XtCForeground, XtRXftColor, sizeof(XftColor),
190 {XtNminuteColor, XtCForeground, XtRXftColor, sizeof(XftColor),
192 {XtNsecondColor, XtCForeground, XtRXftColor, sizeof(XftColor),
194 {XtNmajorColor, XtCForeground, XtRXftColor, sizeof(XftColor),
196 {XtNminorColor, XtCForeground, XtRXftColor, sizeof(XftColor),
349 XftColor *color;
355 "Freeing an XftColor requires screen and colormap arguments",
362 color = (XftColor *) toVal->addr;
376 XftColor xftColo
[all...]
/xsrc/external/mit/xlogo/dist/
H A DLogoP.h51 XftColor fg;
52 XftColor bg;
H A DLogo.c55 {XtNforeground, XtCForeground, XtRXftColor, sizeof(XftColor),
58 {XtNbackground, XtCForeground, XtRXftColor, sizeof(XftColor),
275 XftColor *color;
282 "Freeing an XftColor requires screen and colormap arguments",
289 color = (XftColor *) toVal->addr;
304 XftColor xftColor;
350 donestr (XftColor, xftColor, XtRXftColor);
/xsrc/external/mit/libXft/dist/include/X11/Xft/
H A DXft.h76 } XftColor; typedef in typeref:struct:_XftColor
113 XftColor *result);
120 XftColor *result);
126 XftColor *color);
178 XftDrawSrcPicture (XftDraw *draw, _Xconst XftColor *color);
182 _Xconst XftColor *color,
191 _Xconst XftColor *color,
200 _Xconst XftColor *color,
209 _Xconst XftColor *color,
218 _Xconst XftColor *colo
[all...]
H A DXft.h.in75 } XftColor; typedef in typeref:struct:_XftColor
112 XftColor *result);
119 XftColor *result);
125 XftColor *color);
177 XftDrawSrcPicture (XftDraw *draw, _Xconst XftColor *color);
181 _Xconst XftColor *color,
190 _Xconst XftColor *color,
199 _Xconst XftColor *color,
208 _Xconst XftColor *color,
217 _Xconst XftColor *colo
[all...]
/xsrc/external/mit/xdm/dist/greeter/
H A DLoginP.h167 XftColor textcolor; /* foreground color */
168 XftColor promptcolor; /* prompt color */
169 XftColor greetcolor; /* greeting color */
170 XftColor failcolor; /* failure color */
H A DLogin.c187 {XtNforeground, XtCForeground, XtRXftColor, sizeof(XftColor),
189 {XtNpromptColor, XtCForeground, XtRXftColor, sizeof(XftColor),
191 {XtNgreetColor, XtCForeground, XtRXftColor, sizeof(XftColor),
193 {XtNfailColor, XtCForeground, XtRXftColor, sizeof (XftColor),
1502 XftColor *color;
1509 "Freeing an XftColor requires screen and colormap arguments",
1516 color = (XftColor *) toVal->addr;
1531 XftColor xftColor;
1573 donestr (XftColor, xftColor, XtRXftColor);
/xsrc/external/mit/libXft/dist/src/
H A Dxftcolor.c30 XftColor *result)
79 XftColor *result)
119 XftColor *color)
H A Dxftint.h311 _Xconst XftColor *color,
319 _Xconst XftColor *color,
328 _Xconst XftColor *color,
335 _Xconst XftColor *color,
H A Dxftdraw.c297 XftDrawSrcPicture (XftDraw *draw, _Xconst XftColor *color)
302 XftColor bitmapColor;
386 _XftDrawOp (_Xconst XftDraw *draw, _Xconst XftColor *color)
437 _XftDrawCorePrepare (XftDraw *draw, _Xconst XftColor *color)
483 _Xconst XftColor *color,
511 _Xconst XftColor *color,
541 _Xconst XftColor *color,
572 _Xconst XftColor *color,
603 _Xconst XftColor *color,
650 _Xconst XftColor *colo
[all...]
H A Dxftcore.c27 _Xconst XftColor *color,
322 _Xconst XftColor *color)
467 _Xconst XftColor *color)
537 _Xconst XftColor *color)
613 _Xconst XftColor *color)
689 _Xconst XftColor *color)
768 _Xconst XftColor *color)
866 _Xconst XftColor *color);
943 _Xconst XftColor *color,
1079 _Xconst XftColor *colo
[all...]
/xsrc/external/mit/xfd/dist/
H A DgridP.h63 XftColor fg_color;
H A Dgrid.c100 {XtNforeground, XtCForeground, XtRXftColor, sizeof(XftColor),
418 XftColor *color;
425 "Freeing an XftColor requires screen and colormap arguments",
432 color = (XftColor *) toVal->addr;
447 XftColor xftColor;
489 donestr (XftColor, xftColor, XtRXftColor);
/xsrc/external/mit/xditview/dist/
H A DDviP.h172 XftColor black;
/xsrc/external/mit/x11perf/dist/
H A Ddo_traps.c111 static XftColor aablack, aawhite;
H A Ddo_text.c405 static XftColor aacolor;
/xsrc/external/mit/xterm/dist/
H A Dutil.c2900 XftColor color;
2911 static XftColor *
3123 XftColor *color,
3477 XftColor *fg_color,
4200 XftColor *bg_color = GET_XFT_BG();

Completed in 22 milliseconds