Searched refs:fbfont (Results 1 – 1 of 1) sorted by relevance
493 const struct font_desc *fbfont = NULL; in sti_select_fbfont() local500 fbfont = find_font(fbfont_name); in sti_select_fbfont()501 if (!fbfont) in sti_select_fbfont()502 fbfont = get_default_font(1024,768, ~(u32)0, ~(u32)0); in sti_select_fbfont()503 if (!fbfont) in sti_select_fbfont()507 fbfont->width, fbfont->height, fbfont->name); in sti_select_fbfont()509 bpc = ((fbfont->width+7)/8) * fbfont->height; in sti_select_fbfont()510 size = bpc * fbfont->charcount; in sti_select_fbfont()518 nf->last_char = fbfont->charcount - 1; in sti_select_fbfont()519 nf->width = fbfont->width; in sti_select_fbfont()[all …]