Searched refs:rect (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/vt/
H A Dvt_buf.c422 term_rect_t rect; local
429 rect.tr_begin.tp_row = rect.tr_begin.tp_col = 0;
430 rect.tr_end.tp_col = vb->vb_scr_size.tp_col;
431 rect.tr_end.tp_row = vb->vb_history_size;
433 vtbuf_do_fill(vb, &rect, VTBUF_SPACE_CHAR(ch));
H A Dvt_core.c651 vt_termrect(struct vt_device *vd, struct vt_font *vf, term_rect_t *rect) argument
654 rect->tr_begin.tp_row = rect->tr_begin.tp_col = 0;
656 rect->tr_begin.tp_row = vt_logo_sprite_height;
658 rect->tr_end.tp_row = vd->vd_height;
659 rect->tr_end.tp_col = vd->vd_width;
662 rect->tr_begin.tp_row =
663 howmany(rect->tr_begin.tp_row, vf->vf_height);
665 rect->tr_end.tp_row = MIN(rect
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c932 SMALL_RECT rect; local
951 rect = info->srWindow;
972 rect.Left =
973 rect.Top = 0;
974 rect.Right = (SHORT) (wide - 1);
975 rect.Bottom = (SHORT) (high - 1);
991 T(("... rect %d,%d - %d,%d",
992 rect.Top, rect.Left,
993 rect
[all...]
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c1664 teken_rect_t rect; local
1768 rect.tr_begin.tp_col = ux1 / gfx_state.tg_font.vf_width;
1769 rect.tr_begin.tp_row = uy1 / gfx_state.tg_font.vf_height;
1770 rect.tr_end.tp_col = (ux1 + fwidth) / gfx_state.tg_font.vf_width;
1771 rect.tr_end.tp_row = (uy1 + fheight) / gfx_state.tg_font.vf_height;
1777 term_image_display(&gfx_state, &rect);
/freebsd-13-stable/tools/sched/
H A Dschedgraph.py235 self.rect = self.sample.create_rectangle(0, 0, 24, 24,
250 self.sample.itemconfigure(self.rect, fill=color)

Completed in 89 milliseconds