Home
last modified time | relevance | path

Searched refs:xshift (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/common/
H A Dgfx_fb.c1621 int xshift, yshift; in gfx_term_drawrect() local
1632 xshift = (vf_width - width) / 2; in gfx_term_drawrect()
1665 x1 = ux1 * vf_width + gfx_state.tg_origin.tp_col + xshift; in gfx_term_drawrect()
1671 x1 += vf_width - xshift - width; in gfx_term_drawrect()
1675 x1 = ux1 * vf_width + gfx_state.tg_origin.tp_col + xshift; in gfx_term_drawrect()
1690 x2 = ux1 * vf_width + gfx_state.tg_origin.tp_col + xshift; in gfx_term_drawrect()
1699 x2 += vf_width - xshift - width; in gfx_term_drawrect()
1710 x2 += vf_width - xshift - width; in gfx_term_drawrect()