Lines Matching refs:cmap
43 static MVColmap *mvFindColormap(Colormap cmap);
400 /* label the pixel in the map with this window's cmap */
471 XQueryColors(mvDpy, pCmp->cmap, pCmp->Colors, size);
569 * find & creat a colmap struct for this cmap
574 mvFindColormap(Colormap cmap)
577 /* if we've seen this cmap before, return its struct colmap */
579 if (cmap == pCmap->cmap)
582 /* First time for this cmap, creat & link */
585 pCmap->cmap = cmap;