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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSshare.c276 XDPSStandardColormap *grayMap,
348 if (grayMap == NULL) {
358 gray_base_pixel = grayMap->base_pixel;
359 gray_max = grayMap->red_max;
360 gray_mult = grayMap->red_mult;
361 if (doRGB && map != grayMap->colormap) {
363 } else map = grayMap->colormap;
384 XDPSStandardColormap *grayMap,
396 rgbMap, grayMap, flags);
269 XDPSSetContextParameters( DPSContext context, Screen *screen, int depth, Drawable drawable, int height, XDPSStandardColormap *rgbMap, XDPSStandardColormap *grayMap, unsigned int flags) argument
377 XDPSPushContextParameters( DPSContext context, Screen *screen, int depth, Drawable drawable, int height, XDPSStandardColormap *rgbMap, XDPSStandardColormap *grayMap, unsigned int flags, DPSPointer *pushCookieReturn) argument

Completed in 13 milliseconds