Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/vt/
HDvt.h454 int vt_is_cursor_in_area(const struct vt_device *vd,
HDvt_core.c1267 vt_is_cursor_in_area(const struct vt_device *vd, const term_rect_t *area) in vt_is_cursor_in_area() function
1450 if (vt_is_cursor_in_area(vd, &drawn_area)) { in vt_bitblt_buffer()
/freebsd-head/sys/dev/vt/hw/ofwfb/
HDofwfb.c299 if (vt_is_cursor_in_area(vd, &drawn_area)) { in ofwfb_bitblt_text()
/freebsd-head/sys/dev/vt/hw/fb/
HDvt_fb.c441 if (vt_is_cursor_in_area(vd, &drawn_area)) { in vt_fb_bitblt_text()
/freebsd-head/sys/dev/vt/hw/vga/
HDvt_vga.c727 if (vd->vd_mshown && vt_is_cursor_in_area(vd, &drawn_area)) { in vga_bitblt_one_text_pixels_block()