Searched refs:colormap (Results 1 - 25 of 27) sorted by relevance

12

/solaris-x11-s11/open-src/app/xstdcmap/
H A DMakefile3 # xstdcmap - X standard colormap utility
32 MODULE_PKGNAME=x11/colormap-utilities
36 MODULE_DESC = the xstdcmap X11 standard colormap utility
/solaris-x11-s11/open-src/app/cmap_alloc/
H A DMakefile32 MODULE_PKGNAME=x11/colormap-utilities
36 MODULE_DESC = the cmap_alloc colormap allocation utility
/solaris-x11-s11/open-src/app/cmap_compact/
H A DMakefile3 # cmap_compact - colormap configuration utility
32 MODULE_PKGNAME=x11/colormap-utilities
36 MODULE_DESC = the cmap_compact colormap configuration utility
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDSWwraps.psw70 defineps _DPSSWColormapMatch(DPSContext ctxt; int colormap | boolean *match)
71 currentXgcdrawablecolor % gc draw x y [....colormap...]
72 10 get colormap eq match % gc draw x y
H A DXDPSshare.c333 map = cmap.colormap;
342 map = rgbMap->colormap;
354 if (doRGB && map != cmap.colormap) {
356 } else map = cmap.colormap;
361 if (doRGB && map != grayMap->colormap) {
363 } else map = grayMap->colormap;
H A DCSBwraps.psw39 defineps _DPSCColormapMatch(DPSContext ctxt; int colormap | boolean *match)
40 currentXgcdrawablecolor % gc draw x y [....colormap...]
41 10 get colormap eq match % gc draw x y
H A DXDPSpreview.c518 maskMap.colormap = None;
522 rgbMap.colormap = None;
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...]
/solaris-x11-s11/open-src/app/xcolor/
H A DMakefile32 MODULE_PKGNAME=x11/colormap-utilities
36 MODULE_DESC = the xcolor colormap display program
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_map.c226 ctx->colormap[0][i] = efb_priv->colormap[stream][0][i];
227 ctx->colormap[1][i] = efb_priv->colormap[stream][1][i];
228 ctx->colormap[2][i] = efb_priv->colormap[stream][2][i];
260 efb_priv->colormap[stream][0][i] = ctx->colormap[0][i];
261 efb_priv->colormap[stream][1][i] = ctx->colormap[
[all...]
H A Defb_vis.c214 * Clear colormap update flags so we can do lazy loading
403 * colormap manipulation entry points -------------------------------------
408 * ioctl was invoked is tracked to optimize colormap restoration for speed.
425 efb_priv->colormap[stream][0][i] =
426 efb_priv->colormap[stream][1][i] =
427 efb_priv->colormap[stream][2][i] = (i << 2) | (i >> 6);
489 efb_priv->colormap[save][0][i] =
490 efb_priv->colormap[stream][0][i];
492 efb_priv->colormap[save][1][i] =
493 efb_priv->colormap[strea
[all...]
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
H A Defb_drv.c481 256, /* colormap size */
692 * Write all pending entries in softc colormap to hardware
707 * if restoring the previous saved colormap entries,
716 red = efb_priv->colormap[cmap][0];
717 green = efb_priv->colormap[cmap][1];
718 blue = efb_priv->colormap[cmap][2];
757 * Read hardware colormap into softc
778 efb_priv->colormap[map][0][idx] =
782 efb_priv->colormap[map][1][idx] =
786 efb_priv->colormap[ma
[all...]
/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/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c72 /* Defines for standard colormap routines */
163 grayRamp->colormap = DefaultColormapOfScreen(screen);
164 if (colorCube != NULL) colorCube->colormap = grayRamp->colormap;
188 colorCube->colormap != grayRamp->colormap) return 0;
198 if (grayRamp->colormap == None && drawable == None) return 0;
208 vinfo = PickCorrectVisual(dpy, vinfo, nvis, grayRamp->colormap);
240 if (grayRamp->colormap == None) {
241 grayRamp->colormap
[all...]
H A Dcslibint.c1174 ev->window = event->u.colormap.window;
1175 ev->colormap = event->u.colormap.colormap;
1176 ev->new = event->u.colormap.new;
1177 ev->state = event->u.colormap.state;
/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/xcolor/sun-src/
H A Dxcolor.c2 * xcolor.c - X11 client to display all colors in current colormap.
300 error("%s: unable to create colormap (%d).\n", pname, stat);
329 xswa.colormap = cmap;
362 xswa.colormap = cmap;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSimple.c129 {XtWidgetBaseOffset, (XtPointer) XtOffsetOf(WidgetRec, core.colormap),
H A DPanner.c203 !XmuDistinguishablePixels (XtDisplay (pw), pw->core.colormap,
205 XmuDistinguishablePixels (XtDisplay (pw), pw->core.colormap,
218 !XmuDistinguishablePixels (XtDisplay (pw), pw->core.colormap,
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dpyro.c192 pp->cmap = xwa.colormap;
H A Dxlock.c73 * 02-Jul-90: reworked colors to not use dynamic colormap.
89 * Moved colormap installation later in startup.
116 * Installs dynamic colormap with a Hue Ramp.
323 * Restore all grabs, reset screensaver, restore colormap, close connection.
1274 xswa.colormap = cmap; /* In DEBUG mode, we do not see this */
1300 xswa.colormap = cmap; /* In DEBUG mode, we do not see this */
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c79 Colormap cmap; /* colormap to use for drawing */
617 Create a colormap for this visual */
619 attr.colormap = c;
1215 xsw.colormap = DefaultColormap(dpy, screen);
1314 case 2: /* no depth problem , but colormap or visual class mismatch */
1322 "%s: Warning - source window has different colormap or visual than root\n Image displayed using colormap and visual of root\n",
H A Dmultivis.c238 pWinInfo->colmap = mvFindColormap(xwa.colormap);
330 * returns 2 if colormap or visinfo differ
337 * returns 2 if colormap only differ
438 * Get all the colors from this window's colormap.
/solaris-x11-s11/open-src/common/
H A DX-parfait.conf264 /* Todo: colormap resource id? */

Completed in 61 milliseconds

12