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

/freebsd-13-stable/tools/tools/vt/mkkfont/
H A Dmkkfont.c45 unsigned int gbytes, glyph_count, j, k, total; local
49 glyph_count = be32toh(fh->fh_glyph_count);
51 printf("\nstatic uint8_t font_bytes[%u * %u] = {", glyph_count, gbytes);
52 total = glyph_count * gbytes;
/freebsd-13-stable/sys/dev/vt/
H A Dvt_font.c141 unsigned int glyph_count)
152 if (vfm[i].vfm_dst >= glyph_count ||
153 vfm[i].vfm_dst + vfm[i].vfm_len >= glyph_count)
173 f->glyph_count > VTFONT_MAXGLYPHS)
182 if (f->glyph_count < 1)
185 glyphsize = howmany(f->width, 8) * f->height * f->glyph_count;
207 f->glyph_count);
140 vtfont_validate_map(vfnt_map_t *vfm, unsigned int length, unsigned int glyph_count) argument
/freebsd-13-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c71 static unsigned int glyph_total, glyph_count[4], glyph_unique, glyph_dupe; variable
265 glyph_count[map_idx]++;
1022 glyph_count[0],
1023 glyph_count[1],
1024 glyph_count[2],
1025 glyph_count[3],
/freebsd-13-stable/sys/sys/
H A Dconsio.h226 unsigned int glyph_count; member in struct:vfnt
/freebsd-13-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c439 vfnt.glyph_count = be32toh(fh.fh_glyph_count);
443 glyphsize = howmany(vfnt.width, 8) * vfnt.height * vfnt.glyph_count;

Completed in 121 milliseconds