Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/vt/
HDvt.h135 term_color_t vd_mcursor_bg; /* (?) Cursor bg color. */ member
HDvt_core.c228 .vd_mcursor_bg = TC_BLACK,
1454 vd->vd_mcursor_fg, vd->vd_mcursor_bg); in vt_bitblt_buffer()
/freebsd-14-stable/sys/dev/vt/hw/vga/
HDvt_vga.c761 vd->vd_mcursor_fg, vd->vd_mcursor_bg, 1); in vga_bitblt_one_text_pixels_block()
765 if ((used_colors_list[vd->vd_mcursor_bg] & 0x2) != 0x2) in vga_bitblt_one_text_pixels_block()
/freebsd-14-stable/sys/dev/vt/hw/ofwfb/
HDofwfb.c306 vd->vd_mcursor_fg, vd->vd_mcursor_bg); in ofwfb_bitblt_text()
/freebsd-14-stable/sys/dev/vt/hw/fb/
HDvt_fb.c448 vd->vd_mcursor_fg, vd->vd_mcursor_bg); in vt_fb_bitblt_text()