Lines Matching defs:cmap
48 register XStandardColormap *cmap; /* tmp variable, user data */
73 for (i = count, map = data, cmap = cmaps; i > 0; i--, cmap++) {
74 map->colormap = cmap->colormap;
75 map->red_max = cmap->red_max;
76 map->red_mult = cmap->red_mult;
77 map->green_max = cmap->green_max;
78 map->green_mult = cmap->green_mult;
79 map->blue_max = cmap->blue_max;
80 map->blue_mult = cmap->blue_mult;
81 map->base_pixel = cmap->base_pixel;
82 map->visualid = cmap->visualid;
83 map->killid = cmap->killid;