Home
last modified time | relevance | path

Searched refs:font_width (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/video/console/
Dsticore.c144 .dest_x = x * sti->font_width, in sti_putc()
202 .src_x = src_x * sti->font_width, in sti_clear()
204 .dest_x = src_x * sti->font_width, in sti_clear()
206 .width = width * sti->font_width, in sti_clear()
232 .src_x = src_x * sti->font_width, in sti_bmove()
234 .dest_x = dst_x * sti->font_width, in sti_bmove()
236 .width = width * sti->font_width, in sti_bmove()
307 font_width[MAX_STI_ROMS]; variable
321 font_width[i] = simple_strtoul(x+1, NULL, 0); in sti_font_setup()
566 if (font_width[index] && font_height[index]) in sti_select_font()
[all …]
Dsticon.c187 vc_cols = sti_onscreen_x(sti) / sti->font_width; in sticon_init()
/Linux-v5.4/drivers/video/fbdev/
Dsticore.h345 int font_width; member