Home
last modified time | relevance | path

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

/src/stand/common/
H A Dgfx_fb.c1702 int xshift, yshift; in gfx_term_drawrect() local
1713 xshift = (vf_width - width) / 2; in gfx_term_drawrect()
1746 x1 = ux1 * vf_width + gfx_state.tg_origin.tp_col + xshift; in gfx_term_drawrect()
1752 x1 += vf_width - xshift - width; in gfx_term_drawrect()
1756 x1 = ux1 * vf_width + gfx_state.tg_origin.tp_col + xshift; in gfx_term_drawrect()
1771 x2 = ux1 * vf_width + gfx_state.tg_origin.tp_col + xshift; in gfx_term_drawrect()
1780 x2 += vf_width - xshift - width; in gfx_term_drawrect()
1791 x2 += vf_width - xshift - width; in gfx_term_drawrect()