Searched refs:vb_dirtyrect (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/vt/
H A Dvt_buf.c270 if (vb->vb_dirtyrect.tr_begin.tp_row > area->tr_begin.tp_row)
271 vb->vb_dirtyrect.tr_begin.tp_row = area->tr_begin.tp_row;
272 if (vb->vb_dirtyrect.tr_begin.tp_col > area->tr_begin.tp_col)
273 vb->vb_dirtyrect.tr_begin.tp_col = area->tr_begin.tp_col;
274 if (vb->vb_dirtyrect.tr_end.tp_row < area->tr_end.tp_row)
275 vb->vb_dirtyrect.tr_end.tp_row = area->tr_end.tp_row;
276 if (vb->vb_dirtyrect.tr_end.tp_col < area->tr_end.tp_col)
277 vb->vb_dirtyrect.tr_end.tp_col = area->tr_end.tp_col;
295 vb->vb_dirtyrect.tr_begin = vb->vb_scr_size;
296 vb->vb_dirtyrect
[all...]
H A Dvt.h197 * of a rectangle that needs to be redrawn (vb_dirtyrect). Because this
221 term_rect_t vb_dirtyrect; /* (b) Dirty rectangle. */ member in struct:vt_buf

Completed in 167 milliseconds