Lines Matching refs:vb_dirtyrect
301 if (vb->vb_dirtyrect.tr_begin.tp_row > area->tr_begin.tp_row)
302 vb->vb_dirtyrect.tr_begin.tp_row = area->tr_begin.tp_row;
303 if (vb->vb_dirtyrect.tr_begin.tp_col > area->tr_begin.tp_col)
304 vb->vb_dirtyrect.tr_begin.tp_col = area->tr_begin.tp_col;
305 if (vb->vb_dirtyrect.tr_end.tp_row < area->tr_end.tp_row)
306 vb->vb_dirtyrect.tr_end.tp_row = area->tr_end.tp_row;
307 if (vb->vb_dirtyrect.tr_end.tp_col < area->tr_end.tp_col)
308 vb->vb_dirtyrect.tr_end.tp_col = area->tr_end.tp_col;
326 vb->vb_dirtyrect.tr_begin = vb->vb_scr_size;
327 vb->vb_dirtyrect.tr_end.tp_row = vb->vb_dirtyrect.tr_end.tp_col = 0;
334 *r = vb->vb_dirtyrect;