Lines Matching refs:vf_width
121 cf_font.vf_width = fi->fi_width; in xbi_init_font()
229 boot_fb_font.vf_width = bp->font->vf_width; in boot_fb_set_font()
236 fb_info.font_width = boot_fb_font.vf_width; in boot_fb_set_font()
427 fb_info.terminal.x * boot_fb_font.vf_width) / 2; in boot_fb_init()
441 fb_info.cursor.pos.x * boot_fb_font.vf_width; in boot_fb_init()
559 size = fb_info.terminal.x * boot_fb_font.vf_width * fb_info.bpp; in boot_fb_eraseline_impl()
636 c_copy.e_col = (fb_info.terminal.x - chars) * boot_fb_font.vf_width; in boot_fb_shiftline()
640 c_copy.t_col = fb_info.cursor.origin.x + chars * boot_fb_font.vf_width; in boot_fb_shiftline()
693 size = boot_fb_font.vf_width * fb_info.bpp; in boot_fb_cursor()
724 for (j = 0; j < boot_fb_font.vf_width; j++) { in boot_fb_cursor()
768 for (j = 0; j < boot_fb_font.vf_width; j++) { in boot_fb_cursor()
796 fb_info.cursor.origin.x += col * boot_fb_font.vf_width; in boot_fb_setpos()
821 display.width = boot_fb_font.vf_width; in boot_fb_putchar()