Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c302 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 Dvt_fb.c444 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 Dvt_core.c226 .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 Dvt.h133 struct vt_mouse_cursor *vd_mcursor; /* (?) Cursor bitmap. */ member
/freebsd-14.2/sys/dev/vt/hw/vga/
H A Dvt_vga.c733 cursor = vd->vd_mcursor; in vga_bitblt_one_text_pixels_block()