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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DXDPS.c589 XStandardColormap *grayRamp,
606 if (grayRamp == NULL && colorCube == NULL) return(None);
613 * 0 grayRamp = Default, colorCube = Default
614 * 1 grayRamp = non-Default, colorcube = Default
615 * 2 grayRamp = Default, colorcube = non-Default
616 * 3 grayRamp = non-Default, colorcube = non-Default
619 index = ((grayRamp == DefaultStdCMap || grayRamp == NULL) ? 0 : 1) +
636 requestRamp = grayRamp;
648 requestRamp = grayRamp;
583 XDPSLCreateContextAndSpace( register Display *xdpy, Drawable draw, GC gc, int x, int y, unsigned int eventMask, XStandardColormap *grayRamp, XStandardColormap *colorCube, unsigned int actual, ContextPSID *cpsid, SpaceXID *sxid, Bool secure) argument
702 XDPSLCreateContext( register Display *xdpy, SpaceXID sxid, Drawable draw, GC gc, int x, int y, unsigned int eventMask, XStandardColormap *grayRamp, XStandardColormap *colorCube, unsigned int actual, ContextPSID *cpsid, Bool secure) argument
[all...]
H A DdpsXcmu.c134 XStandardColormap *grayRamp)
160 if (grayRamp == NULL) grayRamp = &g;
163 grayRamp->colormap = DefaultColormapOfScreen(screen);
164 if (colorCube != NULL) colorCube->colormap = grayRamp->colormap;
167 0, 0, 0, 0, colorCube, grayRamp, True);
176 XStandardColormap *grayRamp,
186 if (grayRamp == NULL) return 0;
188 colorCube->colormap != grayRamp->colormap) return 0;
198 if (grayRamp
129 XDPSGetDefaultColorMaps( Display *dpy, Screen *screen, Drawable drawable, XStandardColormap *colorCube, XStandardColormap *grayRamp) argument
170 XDPSCreateStandardColormaps( Display *dpy, Drawable drawable, Visual *visual, int reds, int greens, int blues, int grays, XStandardColormap *colorCube, XStandardColormap *grayRamp, Bool retain) argument
466 GetGrayRampFromProperty( Display *dpy, XVisualInfo *vinfo, XStandardColormap *grayRamp, XStandardColormap **ramp, int *nramp) argument
505 GetDatabaseValues( Display *dpy, XVisualInfo *vinfo, XStandardColormap *colorCube, XStandardColormap *grayRamp) argument
1082 FindStaticGrayRamp( Display *dpy, XVisualInfo *vinfo, XStandardColormap *grayRamp, XStandardColormap *colorCube) argument
1286 AllocateGrayRamp( Display *dpy, XVisualInfo *vinfo, XStandardColormap *grayRamp, XStandardColormap *colorCube, PixelRec *pixels) argument
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c3085 XStandardColormap colorCube, grayRamp; local
3101 grayRamp.colormap = colorCube.colormap = csb->core.colormap;
3104 0, 0, 0, 0, &colorCube, &grayRamp, False); local
3110 (XDPSStandardColormap *) &grayRamp,
H A DDPSScrollW.c1668 XStandardColormap colorCube, grayRamp; local
1686 grayRamp.colormap = colorCube.colormap =
1691 &colorCube, &grayRamp, False); local
1698 (XDPSStandardColormap *) &grayRamp,

Completed in 1152 milliseconds