Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dsetup.c505 unsigned int orig_x, orig_y, num_cols, num_rows, font_height; in screen_info_setup() local
516 font_height = 16; in screen_info_setup()
522 font_height = 400 / num_rows; in screen_info_setup()
529 screen_info.orig_video_points = font_height; in screen_info_setup()
/openbmc/linux/arch/x86/xen/
H A Dvga.c35 info->u.text_mode_3.font_height; in xen_init_vga()
/openbmc/linux/drivers/video/
H A Dsticore.c352 font_height, variable
369 font_height = simple_strtoul(str, NULL, 0); in sti_font_setup()
628 if (font_width && font_height) in sti_select_font()
630 font_height, font_width); in sti_select_font()
/openbmc/linux/include/xen/interface/
H A Dxen.h698 uint16_t font_height; member
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h920 uint16_t font_height; member
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py1083 font_height = 20
1101 chart_bounds[1] + font_height)
1110 y = chart_bounds[1] + font_height * ((i % LEGENDS_PER_COL) + 2)