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

/freebsd-10.2-release/tools/tools/vt/mkkfont/
H A Dmkkfont.c52 uint32_t glyph_count; member in struct:file_header
59 unsigned int gbytes, glyph_count, j, k, total; local
63 glyph_count = be32toh(fh->glyph_count);
65 printf("\nstatic uint8_t font_bytes[%u * %u] = {", glyph_count, gbytes);
66 total = glyph_count * gbytes;
/freebsd-10.2-release/tools/tools/vt/setfont/
H A Dsetfont.c19 uint32_t glyph_count; member in struct:file_header
68 vfnt.glyph_count = be32toh(fh.glyph_count);
72 glyphsize = howmany(vfnt.width, 8) * vfnt.height * vfnt.glyph_count;
/freebsd-10.2-release/sys/dev/vt/
H A Dvt_font.c143 unsigned int glyph_count)
154 if (vfm[i].vfm_dst >= glyph_count ||
155 vfm[i].vfm_dst + vfm[i].vfm_len >= glyph_count)
183 if (f->glyph_count < 1)
186 glyphsize = howmany(f->width, 8) * f->height * f->glyph_count;
208 f->glyph_count);
142 vtfont_validate_map(struct vt_font_map *vfm, unsigned int length, unsigned int glyph_count) argument
/freebsd-10.2-release/usr.bin/vtfontcvt/
H A Dvtfontcvt.c71 static unsigned int glyph_total, glyph_count[4], glyph_unique, glyph_dupe; variable
156 glyph_count[map_idx]++;
426 uint32_t glyph_count; member in struct:file_header
446 fh.glyph_count = htobe32(glyph_unique);
495 glyph_count[0],
496 glyph_count[1],
497 glyph_count[2],
498 glyph_count[3],
/freebsd-10.2-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c89 uint32_t glyph_count; member in struct:vt4font_header
445 vfnt.glyph_count = be32toh(fh.glyph_count);
449 glyphsize = howmany(vfnt.width, 8) * vfnt.height * vfnt.glyph_count;
/freebsd-10.2-release/sys/sys/
H A Dconsio.h228 unsigned int glyph_count; member in struct:vfnt

Completed in 107 milliseconds