Searched refs:vd_mcursor (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/dev/fb/ |
| D | creator_vt.c | 267 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/ |
| D | ofwfb.c | 282 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/ |
| D | vt_fb.c | 391 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/ |
| D | vt_core.c | 214 .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()
|
| D | vt.h | 133 struct vt_mouse_cursor *vd_mcursor; /* (?) Cursor bitmap. */ member
|
| /freebsd-12-stable/sys/dev/vt/hw/vga/ |
| D | vt_vga.c | 733 cursor = vd->vd_mcursor; in vga_bitblt_one_text_pixels_block()
|