Lines Matching defs:rect
663 vt_termrect(struct vt_device *vd, struct vt_font *vf, term_rect_t *rect)
666 rect->tr_begin.tp_row = rect->tr_begin.tp_col = 0;
668 rect->tr_begin.tp_row = vt_logo_sprite_height;
670 rect->tr_end.tp_row = vd->vd_height;
671 rect->tr_end.tp_col = vd->vd_width;
674 rect->tr_begin.tp_row =
675 howmany(rect->tr_begin.tp_row, vf->vf_height);
677 rect->tr_end.tp_row = MIN(rect->tr_end.tp_row / vf->vf_height,
679 rect->tr_end.tp_col = MIN(rect->tr_end.tp_col / vf->vf_width,