Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt.h454 int vt_is_cursor_in_area(const struct vt_device *vd,
H A Dvt_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/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c299 if (vt_is_cursor_in_area(vd, &drawn_area)) {
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c448 if (vt_is_cursor_in_area(vd, &drawn_area)) { in vt_fb_bitblt_text()
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c727 if (vd->vd_mshown && vt_is_cursor_in_area(vd, &drawn_area)) { in vga_bitblt_one_text_pixels_block()