Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c214 int xshift, yshift; in gfx_term_drawrect() local
222 yshift = (fb.font_height - width) / 2; in gfx_term_drawrect()
233 y1 = col1 * fb.font_height + fb.terminal_origin_y + yshift; in gfx_term_drawrect()
237 y2 += fb.font_height - yshift - width; in gfx_term_drawrect()
259 y2 = col1 * fb.font_height + fb.terminal_origin_y + yshift; in gfx_term_drawrect()
267 y1 += fb.font_height - yshift; in gfx_term_drawrect()
275 y1 = col1 * fb.font_height + fb.terminal_origin_y + yshift; in gfx_term_drawrect()
286 y1 += fb.font_height - yshift; in gfx_term_drawrect()
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1478 int xshift, yshift; in gfx_term_drawrect() local
1489 yshift = (vf_height - width) / 2; in gfx_term_drawrect()
1506 y1 = uy1 * vf_height + tems.ts_p_offset.y + yshift; in gfx_term_drawrect()
1510 y2 += vf_height - yshift - width; in gfx_term_drawrect()
1532 y2 = uy1 * vf_height + tems.ts_p_offset.y + yshift; in gfx_term_drawrect()
1540 y1 += vf_height - yshift; in gfx_term_drawrect()
1548 y1 = uy1 * vf_height + tems.ts_p_offset.y + yshift; in gfx_term_drawrect()
1559 y1 += vf_height - yshift; in gfx_term_drawrect()