Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/console/
Dsticore.c143 .dest_x = x * sti->font_width, in sti_putc()
201 .src_x = src_x * sti->font_width, in sti_clear()
203 .dest_x = src_x * sti->font_width, in sti_clear()
205 .width = width * sti->font_width, in sti_clear()
231 .src_x = src_x * sti->font_width, in sti_bmove()
233 .dest_x = dst_x * sti->font_width, in sti_bmove()
235 .width = width * sti->font_width, in sti_bmove()
306 font_width[MAX_STI_ROMS]; variable
320 font_width[i] = simple_strtoul(x+1, NULL, 0); in sti_font_setup()
565 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-v4.19/drivers/video/fbdev/
Dsticore.h345 int font_width; member