Searched refs:vd_mcursor (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 302 vd->vd_mcursor->map, vd->vd_mcursor->mask, in ofwfb_bitblt_text() 303 vd->vd_mcursor->width, vd->vd_mcursor->height, in ofwfb_bitblt_text()
|
| /freebsd-14.2/sys/dev/vt/hw/fb/ |
| H A D | vt_fb.c | 444 vd->vd_mcursor->map, vd->vd_mcursor->mask, in vt_fb_bitblt_text() 445 vd->vd_mcursor->width, vd->vd_mcursor->height, in vt_fb_bitblt_text()
|
| /freebsd-14.2/sys/dev/vt/ |
| H A D | vt_core.c | 226 .vd_mcursor = &vt_default_mouse_pointer, 1269 mx + vd->vd_mcursor->width <= area->tr_begin.tp_col || in vt_is_cursor_in_area() 1271 my + vd->vd_mcursor->height <= area->tr_begin.tp_row) in vt_is_cursor_in_area() 1294 ((x + vd->vd_mcursor->width) / vf->vf_width) + 1; in vt_mark_mouse_position_as_dirty() 1296 ((y + vd->vd_mcursor->height) / vf->vf_height) + 1; in vt_mark_mouse_position_as_dirty() 1442 vd->vd_mcursor->map, vd->vd_mcursor->mask, in vt_bitblt_buffer() 1443 vd->vd_mcursor->width, vd->vd_mcursor->height, in vt_bitblt_buffer()
|
| H A D | vt.h | 133 struct vt_mouse_cursor *vd_mcursor; /* (?) Cursor bitmap. */ member
|
| /freebsd-14.2/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 733 cursor = vd->vd_mcursor; in vga_bitblt_one_text_pixels_block()
|