Lines Matching refs:map
114 register XStandardColormap *map;
117 for (i = ncmaps, map = cmaps, prop = data; i > 0; i--, map++, prop++) {
118 map->colormap = prop->colormap;
119 map->red_max = prop->red_max;
120 map->red_mult = prop->red_mult;
121 map->green_max = prop->green_max;
122 map->green_mult = prop->green_mult;
123 map->blue_max = prop->blue_max;
124 map->blue_mult = prop->blue_mult;
125 map->base_pixel = prop->base_pixel;
126 map->visualid = (def_visual ? def_visual : prop->visualid);
127 map->killid = (old_style ? None : prop->killid);