Searched refs:font_height (Results 1 – 8 of 8) sorted by relevance
102 fb.font_height = gfxfb_info->font_height; in gfx_framework_init()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()236 y2 = col2 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect()237 y2 += fb.font_height - yshift - width; in gfx_term_drawrect()244 y1 = col1 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect()245 y1 += fb.font_height; in gfx_term_drawrect()246 y2 = col2 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect()254 y1 = col1 * fb.font_height + fb.terminal_origin_y; in gfx_term_drawrect()255 y1 += fb.font_height; in gfx_term_drawrect()[all …]
44 uint16_t font_height; member
79 uint16_t font_height; member
258 gfxfb_info->font_height = fb_info.font_height; in bitmap_setup_fb()631 console->fb.font_height; in bitmap_cons_cursor()
604 uint16_t font_height; member
306 uint16_t font_height; member
581 *charheight = fb_info.font_height; in plat_tem_get_prom_font_size()
237 fb_info.font_height = boot_fb_font.vf_height; in boot_fb_set_font()