Lines Matching refs:nf
526 struct sti_rom_font *nf; in sti_select_fbfont() local
543 nf = kzalloc(size, STI_LOWMEM); in sti_select_fbfont()
544 if (!nf) in sti_select_fbfont()
547 nf->first_char = 0; in sti_select_fbfont()
548 nf->last_char = fbfont->charcount - 1; in sti_select_fbfont()
549 nf->width = fbfont->width; in sti_select_fbfont()
550 nf->height = fbfont->height; in sti_select_fbfont()
551 nf->font_type = STI_FONT_HPROMAN8; in sti_select_fbfont()
552 nf->bytes_per_char = bpc; in sti_select_fbfont()
553 nf->next_font = 0; in sti_select_fbfont()
554 nf->underline_height = 1; in sti_select_fbfont()
555 nf->underline_pos = fbfont->height - nf->underline_height; in sti_select_fbfont()
557 dest = nf; in sti_select_fbfont()
563 kfree(nf); in sti_select_fbfont()
567 cooked_font->raw = nf; in sti_select_fbfont()
568 cooked_font->raw_ptr = nf; in sti_select_fbfont()