Home
last modified time | relevance | path

Searched refs:colormap (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/fb/
H A Dcmap_xfbdev.rst39 colormap. For example, Xfbdev hits the following:
41 xc-011010/programs/Xserver/dix/colormap.c::
H A Dinternals.rst38 Device independent colormap information. You can get and set the colormap
H A Dapi.rst124 Pixel values are encoded as indices into a colormap that stores red, green and
125 blue components. The colormap is read-only for FB_VISUAL_STATIC_PSEUDOCOLOR
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxstdcmap_1.0.5.bb6 standard colormap properties."
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbb-matrix-plot.sh37 -w Render the plot as wireframe with a 2D colormap projected on the
/openbmc/linux/drivers/tty/vt/
H A Dvt.c4468 unsigned char colormap[3*16]; in con_set_cmap() local
4470 if (copy_from_user(colormap, arg, sizeof(colormap))) in con_set_cmap()
4475 default_red[i] = colormap[k++]; in con_set_cmap()
4476 default_grn[i] = colormap[k++]; in con_set_cmap()
4477 default_blu[i] = colormap[k++]; in con_set_cmap()
4497 unsigned char colormap[3*16]; in con_get_cmap() local
4501 colormap[k++] = default_red[i]; in con_get_cmap()
4502 colormap[k++] = default_grn[i]; in con_get_cmap()
4503 colormap[k++] = default_blu[i]; in con_get_cmap()
4507 if (copy_to_user(arg, colormap, sizeof(colormap))) in con_get_cmap()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gd/gd/
H A D0001-Fix-deprecared-function-prototypes.patch37 /* Output colormap to unsigned char ptr in RGBA format */
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch13559 + attr.colormap = XCreateColormap(dpy, root, visinfo->visual, AllocNone);