Searched refs:XAllocColor (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsAllCol.c60 * values then use it in a call to XAllocColor.
73 return(_XcmsSetGetColor(XAllocColor, dpy, colormap, pXcmsColor_in_out,
H A DSetGetCols.c107 if ( !((*xColorProc == XAllocColor) || (*xColorProc == XStoreColor)
137 if (*xColorProc == XAllocColor) {
H A DcmsAllNCol.c64 * RGB value is then used in a call to XAllocColor to allocate
119 * 3. Convert to XColor and call XAllocColor
122 if (XAllocColor(ccc->dpy, cmap, &XColor_in_out) == 0) {
/xsrc/external/mit/libX11/dist/src/
H A DGetHColor.c32 Status XAllocColor( function in typeref:typename:Status
H A DGetColor.c68 ret = XAllocColor(dpy, cmap, hard_def);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dxdemo.c94 if (!XAllocColor( dpy, cmap, &xcolor )) {
104 if (!XAllocColor( dpy, cmap, &xcolor )) {
114 if (!XAllocColor( dpy, cmap, &xcolor )) {
124 if (!XAllocColor( dpy, cmap, &xcolor )) {
/xsrc/external/mit/libXpm/dist/src/
H A Damigax.h85 #define XAllocColor(dpy, cm, xc) \ macro
H A Dsimx.h107 FUNC(XAllocColor, int, (Display *, Colormap, XColor *));
H A Dsimx.c219 XAllocColor(Display *d, Colormap cmap, XColor *color) function in typeref:typename:int
/xsrc/external/mit/libXft/dist/src/
H A Dxftcolor.c104 if (!XAllocColor (dpy, cmap, &xcolor))
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Ddmxwininfo.c254 if (!XAllocColor( dpy, cmap, &xcolor )) {
264 if (!XAllocColor( dpy, cmap, &xcolor )) {
274 if (!XAllocColor( dpy, cmap, &xcolor )) {
284 if (!XAllocColor( dpy, cmap, &xcolor )) {
/xsrc/local/programs/x11-ssh-askpass/
H A Dresources.c179 if (! XAllocColor (dpy, cmap, &color))
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_menu.c44 /* A replacement for XAllocColor (originally by Brian Paul).
46 XAllocColor fails, we return the nearest matching color. If
59 /* First try just using XAllocColor. */
60 if (XAllocColor(dpy, cmap, color)) {
90 if (XAllocColor(dpy, cmap, &subColor)) {
96 XAllocColor the color cell we located. If so, loop
239 status = XAllocColor(__glutDisplay,
251 status = XAllocColor(__glutDisplay,
263 status = XAllocColor(__glutDisplay,
/xsrc/external/mit/libXmu/dist/src/
H A DCrCmap.c438 if (! XAllocColor(dpy, cmap, color)
529 XAllocColor(dpy, colormap->colormap, &color);
/xsrc/external/mit/xwud/dist/
H A Dxwud.c575 else if ((ncolors == 2) && XAllocColor(dpy, colormap, &colors[1]))
582 else if ((ncolors == 2) && XAllocColor(dpy, colormap, &colors[0]))
1015 if (!XAllocColor(dpy, *colormap, color)) {
1017 XAllocColor(dpy, *colormap, color);
1082 if (!XAllocColor(dpy, *colormap, &color)) {
1084 XAllocColor(dpy, *colormap, &color);
1155 if (!XAllocColor(dpy, *colormap, &color)) {
1157 XAllocColor(dpy, *colormap, &color);
/xsrc/external/mit/xrefresh/dist/
H A Dxrefresh.c359 XAllocColor (dpy, cmap, &cdef)) {
/xsrc/local/programs/xsetwallpaper/
H A Dxsetwallpaper.c154 if (!XAllocColor(display, colormap, &color)) {
155 errx(EXIT_FAILURE, "XAllocColor failed");
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxconsole.c763 && XAllocColor(dpy, attribs.colormap, &color)) {
807 && XAllocColor(dpy, attribs.colormap, &color)) {
812 && XAllocColor(dpy, attribs.colormap, &color)) {
826 && XAllocColor(dpy, attribs.colormap, &color)) {
840 && XAllocColor(dpy, attribs.colormap, &color)) {
/xsrc/external/mit/ctwm/dist/
H A Dimage_xwd.c180 XAllocColor(dpy, cmap, &(colors [i]));
H A Dmask_screen.c76 XAllocColor(dpy, Scr->WelcomeCmap, &black);
H A Dutil.c180 if(! XAllocColor(dpy, cmap, &color)) {
H A Dmenus.c1099 XAllocColor(dpy, cmap, &f3);
1100 XAllocColor(dpy, cmap, &b3);
/xsrc/external/mit/xsetroot/dist/
H A Dxsetroot.c524 if (!XAllocColor(dpy, DefaultColormap(dpy, screen),&ecolor)) {
/xsrc/external/mit/libX11/dist/man/
H A DMakefile.am16 XAllocColor.man \
/xsrc/external/mit/libXaw/dist/src/
H A DPixmap.c902 if (!XAllocColor(DisplayOfScreen(screen), colormap, &color))

Completed in 27 milliseconds

12