Lines Matching refs:font_width
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]; 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()
568 font_height[index], font_width[index]); in sti_select_font()
772 sti->font_width = sti->font->raw->width; in sti_read_rom()