Home
last modified time | relevance | path

Searched refs:cmap4_to_24 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/font/
H A Dfont.c94 const text_cmap_t cmap4_to_24 = { variable
162 color = rgb_to_color(rgb, alpha, cmap4_to_24.red[index], in rgb_color_map()
163 cmap4_to_24.green[index], cmap4_to_24.blue[index]); in rgb_color_map()
/illumos-gate/usr/src/uts/common/sys/
H A Drgb.h54 extern const text_cmap_t cmap4_to_24;
/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c51 text_cmap_t cmap4_to_24 = { variable
637 diff = r - cmap4_to_24.red[k]; in gfx_fb_putimage()
639 diff = g - cmap4_to_24.green[k]; in gfx_fb_putimage()
641 diff = b - cmap4_to_24.blue[k]; in gfx_fb_putimage()
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c796 cm.red = (uint8_t *)cmap4_to_24.red; in tems_reset_colormap()
797 cm.blue = (uint8_t *)cmap4_to_24.blue; in tems_reset_colormap()
798 cm.green = (uint8_t *)cmap4_to_24.green; in tems_reset_colormap()
H A Dtem_safe.c182 cmap4_to_24.red[pix4] << 16 | \
183 cmap4_to_24.green[pix4] << 8 | \
184 cmap4_to_24.blue[pix4])
/illumos-gate/usr/src/boot/common/
H A Dtem.c713 cm.red = (uint8_t *)cmap4_to_24.red; in tems_reset_colormap()
715 cm.blue = (uint8_t *)cmap4_to_24.blue; in tems_reset_colormap()
717 cm.green = (uint8_t *)cmap4_to_24.green; in tems_reset_colormap()