Symbol: term_rect_t
sys/dev/virtio/gpu/virtio_gpu.c
147
const term_rect_t *area)
sys/dev/vt/hw/fb/vt_fb.c
391
const term_rect_t *area)
sys/dev/vt/hw/fb/vt_fb.c
441
term_rect_t drawn_area;
sys/dev/vt/hw/fb/vt_fb.c
460
vt_fb_invalidate_text(struct vt_device *vd, const term_rect_t *area)
sys/dev/vt/hw/ofwfb/ofwfb.c
259
const term_rect_t *area)
sys/dev/vt/hw/ofwfb/ofwfb.c
292
term_rect_t drawn_area;
sys/dev/vt/hw/vga/vt_vga.c
721
term_rect_t drawn_area;
sys/dev/vt/hw/vga/vt_vga.c
783
const term_rect_t *area)
sys/dev/vt/hw/vga/vt_vga.c
865
const term_rect_t *area)
sys/dev/vt/hw/vga/vt_vga.c
926
const term_rect_t *area)
sys/dev/vt/hw/vga/vt_vga.c
937
vga_invalidate_text(struct vt_device *vd, const term_rect_t *area)
sys/dev/vt/vt.h
220
term_rect_t vb_dirtyrect; /* (b) Dirty rectangle. */
sys/dev/vt/vt.h
233
void vtbuf_copy(struct vt_buf *, const term_rect_t *, const term_pos_t *);
sys/dev/vt/vt.h
234
void vtbuf_fill(struct vt_buf *, const term_rect_t *, term_char_t);
sys/dev/vt/vt.h
241
void vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area);
sys/dev/vt/vt.h
242
void vtbuf_undirty(struct vt_buf *, term_rect_t *);
sys/dev/vt/vt.h
296
term_rect_t vw_draw_area; /* (?) Drawable area. */
sys/dev/vt/vt.h
340
const term_rect_t *area);
sys/dev/vt/vt.h
342
const term_rect_t *area);
sys/dev/vt/vt.h
454
const term_rect_t *area);
sys/dev/vt/vt_buf.c
267
vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area)
sys/dev/vt/vt_buf.c
283
term_rect_t area;
sys/dev/vt/vt_buf.c
300
vtbuf_undirty(struct vt_buf *vb, term_rect_t *r)
sys/dev/vt/vt_buf.c
308
vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2)
sys/dev/vt/vt_buf.c
311
term_rect_t area;
sys/dev/vt/vt_buf.c
368
vtbuf_do_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c)
sys/dev/vt/vt_buf.c
383
vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c)
sys/dev/vt/vt_buf.c
418
term_rect_t rect;
sys/dev/vt/vt_buf.c
699
term_rect_t area;
sys/dev/vt/vt_core.c
1196
vtterm_fill(struct terminal *tm, const term_rect_t *r, term_char_t c)
sys/dev/vt/vt_core.c
1204
vtterm_copy(struct terminal *tm, const term_rect_t *r,
sys/dev/vt/vt_core.c
1272
vt_is_cursor_in_area(const struct vt_device *vd, const term_rect_t *area)
sys/dev/vt/vt_core.c
1294
term_rect_t area;
sys/dev/vt/vt_core.c
1336
vt_set_border(struct vt_device *vd, const term_rect_t *area,
sys/dev/vt/vt_core.c
1367
const struct vt_window *vw, const term_rect_t *area)
sys/dev/vt/vt_core.c
1407
const term_rect_t *area)
sys/dev/vt/vt_core.c
1448
term_rect_t drawn_area;
sys/dev/vt/vt_core.c
1486
term_rect_t tarea;
sys/dev/vt/vt_core.c
663
vt_termrect(struct vt_device *vd, struct vt_font *vf, term_rect_t *rect)
sys/kern/subr_terminal.c
253
term_rect_t r;
sys/sys/terminal.h
147
typedef void tc_fill_t(struct terminal *tm, const term_rect_t *r,
sys/sys/terminal.h
149
typedef void tc_copy_t(struct terminal *tm, const term_rect_t *r,