Lines Matching defs:area
643 * i is in the margin used to center the text area on
719 * to mark the area dirty.
783 const term_rect_t *area)
795 * This is calculated from the top-left column of te dirty area:
800 * NOTE: x offset is used to center the text area on the
815 col = area->tr_begin.tp_col;
816 row = area->tr_begin.tp_row;
827 * on the "right border" of the dirty area.
830 col = area->tr_end.tp_col;
831 row = area->tr_end.tp_row;
837 /* Clip the area to the screen size. */
865 const term_rect_t *area)
878 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
879 for (col = area->tr_begin.tp_col;
880 col < area->tr_end.tp_col;
926 const term_rect_t *area)
930 vga_bitblt_text_gfxmode(vd, vw, area);
932 vga_bitblt_text_txtmode(vd, vw, area);
937 vga_invalidate_text(struct vt_device *vd, const term_rect_t *area)
942 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
943 for (col = area->tr_begin.tp_col;
944 col < area->tr_end.tp_col;
1350 /* Ask vt(9) to update chars on visible area. */