Home
last modified time | relevance | path

Searched refs:bg_color (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c455 data = ca->bg_color.eight; in bitmap_cons_clear()
468 ca->bg_color.sixteen[1]; in bitmap_cons_clear()
482 data |= ca->bg_color.twentyfour[2]; in bitmap_cons_clear()
500 data = *(uint32_t *)&ca->bg_color; in bitmap_cons_clear()
539 bg = ca->bg_color.eight; in bitmap_display_cursor()
555 bg = ca->bg_color.sixteen[0] << 8; in bitmap_display_cursor()
556 bg |= ca->bg_color.sixteen[1]; in bitmap_display_cursor()
575 bg = ca->bg_color.twentyfour[0] << 16; in bitmap_display_cursor()
576 bg |= ca->bg_color.twentyfour[1] << 8; in bitmap_display_cursor()
577 bg |= ca->bg_color.twentyfour[2]; in bitmap_display_cursor()
[all …]
H A Dgfxp_vgatext.c619 attr = (solaris_color_to_pc_color[da->bg_color.four & 0xf] << 4) in vgatext_cons_display()
728 if (ca->bg_color.four == 0) /* bright white */ in vgatext_cons_clear()
733 val = (solaris_color_to_pc_color[ca->bg_color.four & 0xf] << 4) | in vgatext_cons_clear()
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h241 color_t bg_color; /* Background color */ member
251 color_t bg_color; /* Background color */ member
269 color_t bg_color; /* Background color */ member
H A Dtem_impl.h162 text_color_t bg_color; member
/illumos-gate/usr/src/common/font/
H A Dfont.c395 uint32_t bg_color) in font_bit_to_pix4() argument
423 *dest++ = bg_color << 4 | bg_color; in font_bit_to_pix4()
426 *dest++ = bg_color << 4 | fg_color; in font_bit_to_pix4()
429 *dest++ = fg_color << 4 | bg_color; in font_bit_to_pix4()
456 uint32_t bg_color) in font_bit_to_pix8() argument
486 *dest++ = (data & mask ? fg_color: bg_color); in font_bit_to_pix8()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c370 if (fb_info.bg_color < XLATE_NCOLORS) { in boot_get_color()
371 if (fb_info.bg_color == pc_white) in boot_get_color()
372 *fg = brt_xlate[fb_info.bg_color]; in boot_get_color()
374 *fg = dim_xlate[fb_info.bg_color]; in boot_get_color()
376 *fg = fb_info.bg_color; in boot_get_color()
388 if (fb_info.bg_color < XLATE_NCOLORS) { in boot_get_color()
389 if (fb_info.bg_color == pc_white) in boot_get_color()
390 *bg = brt_xlate[fb_info.bg_color]; in boot_get_color()
392 *bg = dim_xlate[fb_info.bg_color]; in boot_get_color()
394 *bg = fb_info.bg_color; in boot_get_color()
H A Dboot_console.c635 fb_info.bg_color = 0; in bcons_init_fb()
652 fb_info.bg_color = intval; in bcons_init_fb()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dframebuffer.h72 uint8_t bg_color; /* ansi background */ member
/illumos-gate/usr/src/boot/common/
H A Dtem.c164 text_color_t fg_color, text_color_t bg_color);
895 pcolor->bg_color.n = bg; in tems_get_initial_color()
921 if (pcolor->bg_color.n == ANSI_COLOR_WHITE) in tems_get_initial_color()
1255 tem->tvs_bg_color = tems.ts_init_color.bg_color; in tem_selgraph()
1454 tem->tvs_bg_color = tems.ts_init_color.bg_color; in tem_selgraph()
2320 tem_set_color(&bg, &da.bg_color); in tem_text_display()
2535 text_color_t bg_color; in tem_cls() local
2551 tem_get_color(tem, &fg_color, &bg_color, &c); in tem_cls()
2552 tem_set_color(&bg_color, &cl.bg_color); in tem_cls()
2694 tem->tvs_bg_color = tems.ts_init_color.bg_color; in tem_reset_emulator()
[all …]
H A Dgfx_fb.c973 rv = gfxfb_blt(&ca->bg_color, GfxFbBltVideoFill, 0, 0, in gfx_fb_cons_clear()
1243 bcopy(&ca->bg_color, &bg.p32, sizeof (bg.p32)); in gfx_fb_display_cursor()
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c171 text_color_t fg_color, text_color_t bg_color);
173 text_color_t fg_color, text_color_t bg_color);
175 text_color_t fg_color, text_color_t bg_color);
177 text_color_t fg_color, text_color_t bg_color);
179 text_color_t fg_color, text_color_t bg_color);
608 tem->tvs_bg_color = tems.ts_init_color.bg_color; in tem_safe_selgraph()
805 tem->tvs_bg_color = tems.ts_init_color.bg_color; in tem_safe_selgraph()
1806 tem_safe_set_color(&bg, &da.bg_color); in tem_safe_text_display()
2094 text_color_t bg_color; in tem_safe_pix_clear_entire_screen() local
2108 tem_safe_set_color(&bg_color, &cl.bg_color); in tem_safe_pix_clear_entire_screen()
[all …]
H A Dtem.c983 pcolor->bg_color.n = bg; in tems_get_initial_color()
1006 if (pcolor->bg_color.n == ANSI_COLOR_WHITE) in tems_get_initial_color()
1020 if (pcolor->bg_color.n == ANSI_COLOR_WHITE) in tems_get_initial_color()
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h146 text_color_t bg_color; member
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c257 val = (solaris_color_to_pc_color[ca->bg_color.four & 0xf] << 4) | in vidc_text_cons_clear()
474 attr = (solaris_color_to_pc_color[da->bg_color.four & 0xf] << 4) | in vidc_text_cons_display()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c321 bg = solaris_color_to_efi_color[ca->bg_color.four & 0xF] & 0x7; in efi_text_cons_clear()
369 bg = solaris_color_to_efi_color[da->bg_color.four & 0xf] & 0x7; in efi_text_cons_display()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c568 *bg = fb_info.bg_color; in plat_tem_get_colors()