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