Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/fb/
Dcreator_vt.c267 vd->vd_mcursor->map, vd->vd_mcursor->mask, in creatorfb_bitblt_text()
268 vd->vd_mcursor->width, vd->vd_mcursor->height, in creatorfb_bitblt_text()
/freebsd-12-stable/sys/dev/vt/hw/ofwfb/
Dofwfb.c282 vd->vd_mcursor->map, vd->vd_mcursor->mask, in ofwfb_bitblt_text()
283 vd->vd_mcursor->width, vd->vd_mcursor->height, in ofwfb_bitblt_text()
/freebsd-12-stable/sys/dev/vt/hw/fb/
Dvt_fb.c391 vd->vd_mcursor->map, vd->vd_mcursor->mask, in vt_fb_bitblt_text()
392 vd->vd_mcursor->width, vd->vd_mcursor->height, in vt_fb_bitblt_text()
/freebsd-12-stable/sys/dev/vt/
Dvt_core.c214 .vd_mcursor = &vt_default_mouse_pointer,
1207 mx + vd->vd_mcursor->width <= area->tr_begin.tp_col || in vt_is_cursor_in_area()
1209 my + vd->vd_mcursor->height <= area->tr_begin.tp_row) in vt_is_cursor_in_area()
1232 ((x + vd->vd_mcursor->width) / vf->vf_width) + 1; in vt_mark_mouse_position_as_dirty()
1234 ((y + vd->vd_mcursor->height) / vf->vf_height) + 1; in vt_mark_mouse_position_as_dirty()
Dvt.h133 struct vt_mouse_cursor *vd_mcursor; /* (?) Cursor bitmap. */ member
/freebsd-12-stable/sys/dev/vt/hw/vga/
Dvt_vga.c733 cursor = vd->vd_mcursor; in vga_bitblt_one_text_pixels_block()