Home
last modified time | relevance | path

Searched refs:vt_window (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/dev/vt/
H A Dvt.h122 struct vt_window *vd_windows[VT_MAXWINDOWS]; /* (c) Windows. */
123 struct vt_window *vd_curwindow; /* (d) Current window. */
124 struct vt_window *vd_savedwindow;/* (?) Saved for suspend. */
125 struct vt_window *vd_grabwindow; /* (?) Saved before cngrab. */
190 void vt_resume_flush_timer(struct vt_window *vw, int ms);
292 struct vt_window { struct
320 struct vt_window *vw_switch_to; argument
340 typedef void vd_bitblt_text_t(struct vt_device *vd, const struct vt_window *vw, argument
344 typedef void vd_bitblt_bmp_t(struct vt_device *vd, const struct vt_window *vw,
348 typedef int vd_bitblt_argb_t(struct vt_device *vd, const struct vt_window *vw,
[all …]
H A Dvt_core.c441 vt_window_preswitch(struct vt_window *vw, struct vt_window *curvw) in vt_window_preswitch()
1280 struct vt_window *vw; in vt_mark_mouse_position_as_dirty()
1454 struct vt_window *vw; in vt_draw_decorations()
1469 struct vt_window *vw; in vt_flush()
2046 struct vt_window *vw; in vtterm_cngrab()
2270 struct vt_window *vw; in vt_mouse_terminput_button()
2348 struct vt_window *vw; in vt_mouse_event()
2504 struct vt_window *vw; in vt_mouse_state()
3115 struct vt_window *vw; in vt_allocate_window()
3146 struct vt_window *vw; in vt_upgrade()
[all …]
H A Dvt_cpulogos.c153 struct vt_window *vw; in vt_fini_logos()
210 struct vt_window *vw; in vt_init_logos()
/freebsd-14.2/sys/dev/vt/hw/vga/
H A Dvt_vga.c612 const struct vt_window *vw, unsigned int x, unsigned int y) in vga_bitblt_one_text_pixels_block()
783 vga_bitblt_text_gfxmode(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_text_gfxmode()
865 vga_bitblt_text_txtmode(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_text_txtmode()
926 vga_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_text()
962 vga_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_bitmap()
1005 vga_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in vga_bitblt_argb()
/freebsd-14.2/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c134 ofwfb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in ofwfb_bitblt_bitmap()
249 ofwfb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in ofwfb_bitblt_argb()
259 ofwfb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in ofwfb_bitblt_text()
/freebsd-14.2/sys/dev/vt/hw/fb/
H A Dvt_fb.c270 vt_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_bitmap()
338 vt_fb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_argb()
384 vt_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vt_fb_bitblt_text()
/freebsd-14.2/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c146 vtgpu_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vtgpu_fb_bitblt_text()
168 vtgpu_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in vtgpu_fb_bitblt_bitmap()
186 vtgpu_fb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in vtgpu_fb_bitblt_argb()
/freebsd-14.2/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c229 vt_simplefb_bitblt_argb(struct vt_device *vd, const struct vt_window *vw, in vt_simplefb_bitblt_argb()