Searched refs:glyph_count (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/tools/tools/vt/mkkfont/
H A Dmkkfont.c43 unsigned int gbytes, glyph_count, j, k, total; local
47 glyph_count = be32toh(fh->fh_glyph_count);
49 printf("\nstatic uint8_t font_bytes[%u * %u] = {", glyph_count, gbytes);
50 total = glyph_count * gbytes;
/freebsd-current/sys/dev/vt/
H A Dvt_font.c137 unsigned int glyph_count)
148 if (vfm[i].vfm_dst >= glyph_count ||
149 vfm[i].vfm_dst + vfm[i].vfm_len >= glyph_count)
169 f->glyph_count > VTFONT_MAXGLYPHS)
178 if (f->glyph_count < 1)
181 glyphsize = howmany(f->width, 8) * f->height * f->glyph_count;
203 f->glyph_count);
136 vtfont_validate_map(vfnt_map_t *vfm, unsigned int length, unsigned int glyph_count) argument
/freebsd-current/usr.bin/vtfontcvt/
H A Dvtfontcvt.c67 static unsigned int glyph_total, glyph_count[4], glyph_unique, glyph_dupe; variable
261 glyph_count[map_idx]++;
1018 glyph_count[0],
1019 glyph_count[1],
1020 glyph_count[2],
1021 glyph_count[3],
/freebsd-current/sys/sys/
H A Dconsio.h224 unsigned int glyph_count; member in struct:vfnt
/freebsd-current/usr.sbin/vidcontrol/
H A Dvidcontrol.c434 vfnt.glyph_count = be32toh(fh.fh_glyph_count);
438 glyphsize = howmany(vfnt.width, 8) * vfnt.height * vfnt.glyph_count;

Completed in 96 milliseconds