Lines Matching defs:maps
106 /* Monochrome visuals have no standard maps */
244 XStandardColormap *m, *maps;
248 for (i = 0, m = s, maps = stdcmaps; i < count; i++, m++, maps++) {
249 m->colormap = maps->colormap;
250 m->red_max = maps->red_max;
251 m->red_mult = maps->red_mult;
252 m->green_max = maps->green_max;
253 m->green_mult = maps->green_mult;
254 m->blue_max = maps->blue_max;
255 m->blue_mult = maps->blue_mult;
256 m->base_pixel = maps->base_pixel;
257 m->visualid = maps->visualid;
258 m->killid = maps->killid;