Home
last modified time | relevance | path

Searched refs:vd_mcursor_bg (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h134 term_color_t vd_mcursor_bg; /* (?) Cursor bg color. */ member
H A Dvt_core.c230 .vd_mcursor_bg = TC_BLACK,
1465 vd->vd_mcursor_fg, vd->vd_mcursor_bg); in vt_bitblt_buffer()
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c760 vd->vd_mcursor_fg, vd->vd_mcursor_bg, 1); in vga_bitblt_one_text_pixels_block()
764 if ((used_colors_list[vd->vd_mcursor_bg] & 0x2) != 0x2) in vga_bitblt_one_text_pixels_block()
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c305 vd->vd_mcursor_fg, vd->vd_mcursor_bg);
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c454 vd->vd_mcursor_fg, vd->vd_mcursor_bg); in vt_fb_bitblt_text()