Searched refs:font_height (Results 1 – 3 of 3) sorted by relevance
/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()
|
/drivers/video/fbdev/ |
D | sticore.h | 345 int font_height; member
|