Searched refs:colormap (Results 1 – 4 of 4) sorted by relevance
39 colormap. For example, Xfbdev hits the following:41 xc-011010/programs/Xserver/dix/colormap.c::
38 Device independent colormap information. You can get and set the colormap
124 Pixel values are encoded as indices into a colormap that stores red, green and125 blue components. The colormap is read-only for FB_VISUAL_STATIC_PSEUDOCOLOR
4840 unsigned char colormap[3*16]; in con_set_cmap() local4842 if (copy_from_user(colormap, arg, sizeof(colormap))) in con_set_cmap()4847 default_red[i] = colormap[k++]; in con_set_cmap()4848 default_grn[i] = colormap[k++]; in con_set_cmap()4849 default_blu[i] = colormap[k++]; in con_set_cmap()4868 unsigned char colormap[3*16]; in con_get_cmap() local4872 colormap[k++] = default_red[i]; in con_get_cmap()4873 colormap[k++] = default_grn[i]; in con_get_cmap()4874 colormap[k++] = default_blu[i]; in con_get_cmap()4877 if (copy_to_user(arg, colormap, sizeof(colormap))) in con_get_cmap()