| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Color.c | 83 if (!XParseColor (dpy, colormap, spec, &coreColor))
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | cursor-test.c | 89 XParseColor(dpy, DefaultColormap(dpy, scr), "green", &fg); 90 XParseColor(dpy, DefaultColormap(dpy, scr), "black", &bg);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | cursor-test.c | 89 XParseColor(dpy, DefaultColormap(dpy, scr), "green", &fg); 90 XParseColor(dpy, DefaultColormap(dpy, scr), "black", &bg);
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | amigax.h | 89 #define XParseColor(dpy, cm, spec, exact_def_return) \ macro
|
| H A D | simx.h | 106 FUNC(XParseColor, int, (Display *, Colormap *, char *, XColor *));
|
| H A D | simx.c | 191 XParseColor(Display *d, Colormap *cmap, char *name, XColor *color) function in typeref:typename:int
|
| H A D | create.c | 232 * call XParseColor if colorname is given, return negative value if failure 245 if (!XParseColor(display, colormap, colorname, xcolor))
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ParseCol.c | 37 XParseColor ( function in typeref:typename:Status
|
| /xsrc/local/programs/x11-ssh-askpass/ |
| H A D | resources.c | 174 if (! XParseColor (dpy, cmap, s, &color))
|
| /xsrc/external/mit/xsetroot/dist/ |
| H A D | xsetroot.c | 503 } else if (!XParseColor(dpy, DefaultColormap(dpy, screen), name, &c)) { 519 if (!XParseColor(dpy,DefaultColormap(dpy,screen),name,&ecolor)) {
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | util.c | 176 if(! XParseColor(dpy, cmap, name, &color)) { 186 if(! XParseColor(dpy, cmap, name, &color)) {
|
| /xsrc/external/mit/xrefresh/dist/ |
| H A D | xrefresh.c | 358 if (XParseColor (dpy, cmap, solidcolor, &cdef) &&
|
| /xsrc/local/programs/xsetwallpaper/ |
| H A D | xsetwallpaper.c | 151 if (!XParseColor(display, colormap, fill_color, &color)) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxconsole.c | 762 if (XParseColor(dpy, attribs.colormap, CONSOLE_BG_COLOR, &color) 806 if (XParseColor(dpy, attribs.colormap, CONSOLE_SCREEN_FG_COLOR, &color) 811 if (XParseColor(dpy, attribs.colormap, CONSOLE_SCREEN_BG_COLOR, &color) 825 if (XParseColor(dpy, attribs.colormap, CONSOLE_SCREEN_DET_COLOR, &color) 839 if (XParseColor(dpy, attribs.colormap, CONSOLE_SCREEN_CUR_COLOR, &color)
|
| /xsrc/external/mit/libX11/dist/man/ |
| H A D | Makefile.am | 807 XParseColor
|
| H A D | Makefile.in | 1199 XParseColor
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.c | 504 stat = XParseColor(dpy, cmap, name, &color);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | hostx.c | 449 XParseColor (HostX.dpy, DefaultColormap (HostX.dpy,HostX.screen),
|
| /xsrc/external/mit/xset/dist/ |
| H A D | xset.c | 1187 if (XParseColor(dpy, cmap, colors[i], &def))
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 2860 extern Status XParseColor(
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | x11perf.c | 812 if (XParseColor(display, cmap, name, &color)) {
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | misc.c | 3107 } else if (XParseColor(screen->display, cmap, spec, def)) {
|