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

/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c532 SMALL_RECT rect; local
551 rect = info->srWindow;
572 rect.Left =
573 rect.Top = 0;
574 rect.Right = (SHORT) (wide - 1);
575 rect.Bottom = (SHORT) (high - 1);
591 T(("... rect %d,%d - %d,%d",
592 rect.Top, rect.Left,
593 rect
[all...]
/freebsd-current/sys/dev/vt/
H A Dvt_buf.c418 term_rect_t rect; local
425 rect.tr_begin.tp_row = rect.tr_begin.tp_col = 0;
426 rect.tr_end.tp_col = vb->vb_scr_size.tp_col;
427 rect.tr_end.tp_row = vb->vb_history_size;
429 vtbuf_do_fill(vb, &rect, VTBUF_SPACE_CHAR(ch));
H A Dvt_core.c659 vt_termrect(struct vt_device *vd, struct vt_font *vf, term_rect_t *rect) argument
662 rect->tr_begin.tp_row = rect->tr_begin.tp_col = 0;
664 rect->tr_begin.tp_row = vt_logo_sprite_height;
666 rect->tr_end.tp_row = vd->vd_height;
667 rect->tr_end.tp_col = vd->vd_width;
670 rect->tr_begin.tp_row =
671 howmany(rect->tr_begin.tp_row, vf->vf_height);
673 rect->tr_end.tp_row = MIN(rect
[all...]
/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c942 SMALL_RECT rect; local
961 rect = info->srWindow;
982 rect.Left =
983 rect.Top = 0;
984 rect.Right = (SHORT) (wide - 1);
985 rect.Bottom = (SHORT) (high - 1);
1001 T(("... rect %d,%d - %d,%d",
1002 rect.Top, rect.Left,
1003 rect
[all...]
/freebsd-current/stand/common/
H A Dgfx_fb.c1730 teken_rect_t rect; local
1834 rect.tr_begin.tp_col = ux1 / gfx_state.tg_font.vf_width;
1835 rect.tr_begin.tp_row = uy1 / gfx_state.tg_font.vf_height;
1836 rect.tr_end.tp_col = (ux1 + fwidth) / gfx_state.tg_font.vf_width;
1837 rect.tr_end.tp_row = (uy1 + fheight) / gfx_state.tg_font.vf_height;
1843 term_image_display(&gfx_state, &rect);
/freebsd-current/tools/sched/
H A Dschedgraph.py238 self.rect = self.sample.create_rectangle(0, 0, 24, 24,
253 self.sample.itemconfigure(self.rect, fill=color)

Completed in 133 milliseconds