Searched refs:XParseColor (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/libXrender/dist/src/
H A DColor.c83 if (!XParseColor (dpy, colormap, spec, &coreColor))
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dcursor-test.c89 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 Dcursor-test.c89 XParseColor(dpy, DefaultColormap(dpy, scr), "green", &fg);
90 XParseColor(dpy, DefaultColormap(dpy, scr), "black", &bg);
/xsrc/external/mit/libXpm/dist/src/
H A Damigax.h89 #define XParseColor(dpy, cm, spec, exact_def_return) \ macro
H A Dsimx.h106 FUNC(XParseColor, int, (Display *, Colormap *, char *, XColor *));
H A Dsimx.c191 XParseColor(Display *d, Colormap *cmap, char *name, XColor *color) function in typeref:typename:int
H A Dcreate.c232 * 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 DParseCol.c37 XParseColor ( function in typeref:typename:Status
/xsrc/local/programs/x11-ssh-askpass/
H A Dresources.c174 if (! XParseColor (dpy, cmap, s, &color))
/xsrc/external/mit/xsetroot/dist/
H A Dxsetroot.c503 } 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 Dutil.c176 if(! XParseColor(dpy, cmap, name, &color)) {
186 if(! XParseColor(dpy, cmap, name, &color)) {
/xsrc/external/mit/xrefresh/dist/
H A Dxrefresh.c358 if (XParseColor (dpy, cmap, solidcolor, &cdef) &&
/xsrc/local/programs/xsetwallpaper/
H A Dxsetwallpaper.c151 if (!XParseColor(display, colormap, fill_color, &color)) {
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxconsole.c762 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 DMakefile.am807 XParseColor
H A DMakefile.in1199 XParseColor
/xsrc/external/mit/twm/dist/src/
H A Dutil.c504 stat = XParseColor(dpy, cmap, name, &color);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dhostx.c449 XParseColor (HostX.dpy, DefaultColormap (HostX.dpy,HostX.screen),
/xsrc/external/mit/xset/dist/
H A Dxset.c1187 if (XParseColor(dpy, cmap, colors[i], &def))
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h2860 extern Status XParseColor(
/xsrc/external/mit/x11perf/dist/
H A Dx11perf.c812 if (XParseColor(display, cmap, name, &color)) {
/xsrc/external/mit/xterm/dist/
H A Dmisc.c3107 } else if (XParseColor(screen->display, cmap, spec, def)) {

Completed in 38 milliseconds