Lines Matching full:area
384 const term_rect_t *area)
395 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
396 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
436 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width;
437 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height;
438 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width;
439 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height;
453 vt_fb_invalidate_text(struct vt_device *vd, const term_rect_t *area)
458 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
459 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;