Home
last modified time | relevance | path

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

/xen/xen/drivers/video/
A Dvesa.c32 static int font_height; variable
36 font_height = simple_strtoul(s, &s, 10); in parse_font_height()
38 font_height = 0; in parse_font_height()
58 if ( font_height == 0 ) /* choose a sensible default */ in vesa_early_init()
61 else if ( font_height <= 8 ) in vesa_early_init()
63 else if ( font_height <= 14 ) in vesa_early_init()
/xen/xen/include/public/
A Dxen.h937 uint16_t font_height; member
/xen/xen/arch/x86/efi/
A Defi-boot.h487 vga_console_info.u.text_mode_3.font_height = 16; in efi_arch_console_init()
/xen/xen/arch/x86/
A Dsetup.c554 vga_console_info.u.text_mode_3.font_height = bvi->orig_video_points; in parse_video_info()
929 vga_console_info.u.text_mode_3.font_height); in __start_xen()

Completed in 11 milliseconds