Searched defs:colormap (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXshare.h48 Colormap colormap; member in struct:__anon230
85 initially set to use the default colormap on the default screen with the
130 /* XDPSSetContextRGBMap sets the RGB map for the context. The colormap in
132 A colormap value of None is allowed when imaging into a pixmap, but the
140 /* XDPSSetContextGrayMap sets the gray map for the context. The colormap in
142 A colormap value of None is allowed when imaging into a pixmap, but the
/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c134 fprintf(stderr, "%s: no need to create a colormap for the default visual\n",
178 (void)printf(" Creating a colormap for the %s %d bit visual...",
197 /* Create the colormap */
206 (void)printf("done\n new colormap id = 0x%x\n", new_cmap.colormap);
217 Colormap colormap; local
220 colormap = XCreateColormap(display, RootWindow(display, vinfo->screen),
223 /* Allocate black from the colormap */
225 XAllocColor(display, colormap, &color);
227 /* Fill out the standard colormap informatio
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb.h25 #define EFB_VRT_CMAP 0x00000002 /* colormap update */
75 uint16_t colormap[3][EFB_CMAP_ENTRIES]; member in struct:efb_context
92 uint16_t colormap[4][3][EFB_CMAP_ENTRIES]; member in struct:efb_private
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c2616 Colormap colormap = 0; local
2649 colormap = att.colormap;
2659 XQueryColors(dpy, colormap, &fg, 1);
3088 /* If the context's colormap matches the widget's colormap, assume that
3093 _DPSCColormapMatch(csb->csb.context, csb->core.colormap, &match);
3101 grayRamp.colormap = colorCube.colormap = csb->core.colormap;
[all...]

Completed in 33 milliseconds