Lines Matching refs:height
167 int height, int width, u8 color) in sti_set() argument
178 .height = height, in sti_set()
195 int height, int width, int c) in sti_clear() argument
206 .height = height* sti->font_height, in sti_clear()
227 int dst_y, int dst_x, int height, int width) in sti_bmove() argument
236 .height = height* sti->font_height, in sti_bmove()
509 fbfont->width, fbfont->height, fbfont->name); in sti_select_fbfont()
511 bpc = ((fbfont->width+7)/8) * fbfont->height; in sti_select_fbfont()
522 nf->height = fbfont->height; in sti_select_fbfont()
527 nf->underline_pos = fbfont->height - nf->underline_height; in sti_select_fbfont()
631 static int sti_search_font(struct sti_cooked_rom *rom, int height, int width) in sti_search_font() argument
638 (font->raw->height == height)) in sti_search_font()
772 sti->font_height = sti->font->raw->height; in sti_read_rom()