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