Lines Matching refs:font_height
144 .dest_y = y * sti->font_height, in sti_putc()
202 .src_y = src_y * sti->font_height, in sti_clear()
204 .dest_y = src_y * sti->font_height, in sti_clear()
206 .height = height* sti->font_height, in sti_clear()
232 .src_y = src_y * sti->font_height, in sti_bmove()
234 .dest_y = dst_y * sti->font_height, in sti_bmove()
236 .height = height* sti->font_height, in sti_bmove()
305 font_height[MAX_STI_ROMS], variable
319 font_height[i] = simple_strtoul(str, 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()
772 sti->font_height = sti->font->raw->height; in sti_read_rom()