Home
last modified time | relevance | path

Searched refs:fh_height (Results 1 – 5 of 5) sorted by relevance

/freebsd/tools/tools/vt/mkkfont/
H A Dmkkfont.c45 gbytes = howmany(fh->fh_width, 8) * fh->fh_height; in print_glyphs()
116 fh->fh_width, fh->fh_height); in print_info()
/freebsd/sys/sys/
H A Dfont.h113 uint8_t fh_height; member
/freebsd/stand/common/
H A Dgfx_fb.c2438 fp->vf_height = fh.fh_height; in load_font()
2592 fh.fh_height = DEFAULT_FONT_DATA.vfbd_height; in insert_font()
2621 fh.fh_height == entry->font_data->vfbd_height) { in insert_font()
2645 fp->font_data->vfbd_height = fh.fh_height; in insert_font()
/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c773 fh.fh_height = height; in write_fnt()
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c436 vfnt.height = fh.fh_height; in load_vt4font()