Searched refs:vd_mcursor (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 301 vd->vd_mcursor->map, vd->vd_mcursor->mask, 302 vd->vd_mcursor->width, vd->vd_mcursor->height,
|
| /freebsd/sys/dev/vt/hw/fb/ |
| H A D | vt_fb.c | 450 vd->vd_mcursor->map, vd->vd_mcursor->mask, in vt_fb_bitblt_text() 451 vd->vd_mcursor->width, vd->vd_mcursor->height, in vt_fb_bitblt_text()
|
| /freebsd/sys/dev/vt/ |
| H A D | vt_core.c | 228 .vd_mcursor = &vt_default_mouse_pointer, 1284 mx + vd->vd_mcursor->width <= area->tr_begin.tp_col || in vt_is_cursor_in_area() 1286 my + vd->vd_mcursor->height <= area->tr_begin.tp_row) in vt_is_cursor_in_area() 1309 ((x + vd->vd_mcursor->width) / vf->vf_width) + 1; in vt_mark_mouse_position_as_dirty() 1311 ((y + vd->vd_mcursor->height) / vf->vf_height) + 1; in vt_mark_mouse_position_as_dirty() 1457 vd->vd_mcursor->map, vd->vd_mcursor->mask, in vt_bitblt_buffer() 1458 vd->vd_mcursor->width, vd->vd_mcursor->height, in vt_bitblt_buffer()
|
| H A D | vt.h | 132 struct vt_mouse_cursor *vd_mcursor; /* (?) Cursor bitmap. */ member
|
| /freebsd/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 732 cursor = vd->vd_mcursor; in vga_bitblt_one_text_pixels_block()
|