Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dsetup.c478 unsigned int orig_x, orig_y, num_cols, num_rows, font_height; in screen_info_setup() local
489 font_height = 16; in screen_info_setup()
495 font_height = 400 / num_rows; in screen_info_setup()
502 screen_info.orig_video_points = font_height; in screen_info_setup()
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dsticore.c311 font_height, variable
328 font_height = simple_strtoul(str, NULL, 0); in sti_font_setup()
578 if (font_width && font_height) in sti_select_font()
580 font_height, font_width); in sti_select_font()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dvga.c36 info->u.text_mode_3.font_height; in xen_init_vga()
/OK3568_Linux_fs/kernel/include/xen/interface/
H A Dxen.h713 uint16_t font_height; member
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py946 font_height = 20
964 chart_bounds[1] + font_height)
973 y = chart_bounds[1] + font_height * ((i % LEGENDS_PER_COL) + 2)