Home
last modified time | relevance | path

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

/arch/ia64/dig/
Dsetup.c30 unsigned int orig_x, orig_y, num_cols, num_rows, font_height; in dig_setup() local
53 font_height = 16; in dig_setup()
59 font_height = 400 / num_rows; in dig_setup()
66 screen_info.orig_video_points = font_height; in dig_setup()
/arch/x86/xen/
Dvga.c35 info->u.text_mode_3.font_height; in xen_init_vga()