Searched refs:font_width (Results 1 – 3 of 3) sorted by relevance
144 .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]; variable321 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 …]
187 vc_cols = sti_onscreen_x(sti) / sti->font_width; in sticon_init()
345 int font_width; member