Home | History | Annotate | Download | only in dist

Lines Matching refs:StdCmap

184 		XStandardColormap *stdcmap = NULL;
197 stdcmap = &(Scr->StdCmapInfo.mru->maps[Scr->StdCmapInfo.mruindex]);
200 StdCmap *sc;
209 stdcmap = &(sc->maps[i]);
217 if(stdcmap) {
218 color.pixel = (stdcmap->base_pixel +
220 stdcmap->red_max + 0.5) *
221 stdcmap->red_mult) +
223 stdcmap->green_max + 0.5) *
224 stdcmap->green_mult) +
226 stdcmap->blue_max + 0.5) *
227 stdcmap->blue_mult));