Lines Matching refs:vf_width

1480 	uint32_t vf_width, vf_height;  in gfx_term_drawrect()  local
1485 vf_width = tems.ts_font.vf_width; in gfx_term_drawrect()
1487 width = vf_width / 4; /* line width */ in gfx_term_drawrect()
1488 xshift = (vf_width - width) / 2; in gfx_term_drawrect()
1505 x1 = (ux1 + 1) * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect()
1507 x2 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect()
1516 x1 = ux1 * vf_width + tems.ts_p_offset.x + xshift; in gfx_term_drawrect()
1521 x1 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect()
1522 x1 += vf_width - xshift - width; in gfx_term_drawrect()
1526 x1 = ux1 * vf_width + tems.ts_p_offset.x + xshift; in gfx_term_drawrect()
1530 x2 = ux1 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect()
1531 x2 += vf_width; in gfx_term_drawrect()
1537 x1 = ux1 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect()
1538 x1 += vf_width; in gfx_term_drawrect()
1541 x2 = ux1 * vf_width + tems.ts_p_offset.x + xshift; in gfx_term_drawrect()
1547 x1 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect()
1549 x2 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect()
1550 x2 += vf_width - xshift - width; in gfx_term_drawrect()
1557 x1 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect()
1560 x2 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect()
1561 x2 += vf_width - xshift - width; in gfx_term_drawrect()
1697 da.col / tems.ts_font.vf_width, in gfx_fb_putimage()
1699 (da.col + da.width) / tems.ts_font.vf_width); in gfx_fb_putimage()
2020 fp->vf_width = DEFAULT_FONT_DATA.width; in load_font()
2075 fp->vf_width = fh.fh_width; in load_font()
2078 size = howmany(fp->vf_width, 8) * fp->vf_height * glyphs; in load_font()