Searched refs:grayramp (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXclient.h129 XStandardColormap *grayramp,
140 currently ignored. 'grayramp', 'ccube', and 'actual' collectively
174 XStandardColormap *grayramp,
401 XStandardColormap *grayramp);
405 grayramp may be NULL to indicate that you don't want that colormap. */
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXpriv.h68 XStandardColormap *grayramp; member in struct:_t_XDPSPrivContextRec
95 XStandardColormap * /* grayramp */,
H A DdpsXpriv.c306 XStandardColormap *grayramp,
359 wh->grayramp = grayramp;
390 wh->grayramp, wh->ccube,
396 wh->grayramp, wh->ccube, wh->actual, cidP,
299 XDPSCreatePrivContextRec( Display *dpy, Drawable drawable, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, int secure) argument
H A DdpsXclient.c552 XStandardColormap *grayramp,
560 eventmask, grayramp,
582 XStandardColormap *grayramp,
590 eventmask, grayramp,
545 XDPSCreateContext( Display *dpy, Drawable draw, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
575 XDPSCreateSecureContext( Display *dpy, Drawable draw, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
H A DXDPS.c541 XStandardColormap *grayramp)
567 if (grayramp != NULL) {
568 req->cmap = grayramp->colormap;
569 req->graymax = grayramp->red_max;
570 req->graymult = grayramp->red_mult;
571 req->graybase = grayramp->base_pixel;
538 CopyColorMapsIntoCreateContextReq( xPSCreateContextReq *req, XStandardColormap *colorcube, XStandardColormap *grayramp) argument

Completed in 22 milliseconds