Searched refs:font_height (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/ia64/dig/ |
D | setup.c | 30 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()
|
/linux-4.1.27/drivers/video/console/ |
D | sticore.c | 144 .dest_y = y * sti->font_height, in sti_putc() 202 .src_y = src_y * sti->font_height, in sti_clear() 204 .dest_y = src_y * sti->font_height, in sti_clear() 206 .height = height* sti->font_height, in sti_clear() 232 .src_y = src_y * sti->font_height, in sti_bmove() 234 .dest_y = dst_y * sti->font_height, in sti_bmove() 236 .height = height* sti->font_height, in sti_bmove() 305 font_height[MAX_STI_ROMS], variable 319 font_height[i] = simple_strtoul(str, NULL, 0); in sti_font_setup() 565 if (font_width[index] && font_height[index]) in sti_select_font() [all …]
|
D | sticon.c | 208 vc_rows = sti_onscreen_y(sti) / sti->font_height; in sticon_init()
|
/linux-4.1.27/arch/x86/xen/ |
D | vga.c | 35 info->u.text_mode_3.font_height; in xen_init_vga()
|
/linux-4.1.27/include/xen/interface/ |
D | xen.h | 689 uint16_t font_height; member
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sticore.h | 345 int font_height; member
|