| /xsrc/external/mit/libX11/dist/src/xcms/ |
| H A D | cmsAllCol.c | 60 * values then use it in a call to XAllocColor. 73 return(_XcmsSetGetColor(XAllocColor, dpy, colormap, pXcmsColor_in_out,
|
| H A D | SetGetCols.c | 107 if ( !((*xColorProc == XAllocColor) || (*xColorProc == XStoreColor) 137 if (*xColorProc == XAllocColor) {
|
| H A D | cmsAllNCol.c | 64 * 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 D | GetHColor.c | 32 Status XAllocColor( function in typeref:typename:Status
|
| H A D | GetColor.c | 68 ret = XAllocColor(dpy, cmap, hard_def);
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | xdemo.c | 94 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 D | amigax.h | 85 #define XAllocColor(dpy, cm, xc) \ macro
|
| H A D | simx.h | 107 FUNC(XAllocColor, int, (Display *, Colormap, XColor *));
|
| H A D | simx.c | 219 XAllocColor(Display *d, Colormap cmap, XColor *color) function in typeref:typename:int
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftcolor.c | 104 if (!XAllocColor (dpy, cmap, &xcolor))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/ |
| H A D | dmxwininfo.c | 254 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 D | resources.c | 179 if (! XAllocColor (dpy, cmap, &color))
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_menu.c | 44 /* 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 D | CrCmap.c | 438 if (! XAllocColor(dpy, cmap, color) 529 XAllocColor(dpy, colormap->colormap, &color);
|
| /xsrc/external/mit/xwud/dist/ |
| H A D | xwud.c | 575 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 D | xrefresh.c | 359 XAllocColor (dpy, cmap, &cdef)) {
|
| /xsrc/local/programs/xsetwallpaper/ |
| H A D | xsetwallpaper.c | 154 if (!XAllocColor(display, colormap, &color)) { 155 errx(EXIT_FAILURE, "XAllocColor failed");
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxconsole.c | 763 && 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 D | image_xwd.c | 180 XAllocColor(dpy, cmap, &(colors [i]));
|
| H A D | mask_screen.c | 76 XAllocColor(dpy, Scr->WelcomeCmap, &black);
|
| H A D | util.c | 180 if(! XAllocColor(dpy, cmap, &color)) {
|
| H A D | menus.c | 1099 XAllocColor(dpy, cmap, &f3); 1100 XAllocColor(dpy, cmap, &b3);
|
| /xsrc/external/mit/xsetroot/dist/ |
| H A D | xsetroot.c | 524 if (!XAllocColor(dpy, DefaultColormap(dpy, screen),&ecolor)) {
|
| /xsrc/external/mit/libX11/dist/man/ |
| H A D | Makefile.am | 16 XAllocColor.man \
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Pixmap.c | 902 if (!XAllocColor(DisplayOfScreen(screen), colormap, &color))
|