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

/freebsd-10-stable/tools/tools/vt/setfont/
H A Dsetfont.c52 static vfnt_t vfnt; local
67 vfnt.map_count[i] = be32toh(fh.map_count[i]);
68 vfnt.glyph_count = be32toh(fh.glyph_count);
69 vfnt.width = fh.width;
70 vfnt.height = fh.height;
72 glyphsize = howmany(vfnt.width, 8) * vfnt.height * vfnt.glyph_count;
73 vfnt.glyphs = malloc(glyphsize);
75 if (fread(vfnt
[all...]
/freebsd-10-stable/tools/tools/vt/mkkfont/
H A Dterminus.sh4 zcat ../fontcvt/terminus-u${i}.vfnt.gz | ./mkkfont > terminus-u${i}.c
/freebsd-10-stable/tools/tools/vt/fontcvt/
H A Dterminus.sh12 terminus-u${R}.vfnt
13 gzip -9nf terminus-u${R}.vfnt
/freebsd-10-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c433 static vfnt_t vfnt; local
448 vfnt.map_count[i] = be32toh(fh.map_count[i]);
449 vfnt.glyph_count = be32toh(fh.glyph_count);
450 vfnt.width = fh.width;
451 vfnt.height = fh.height;
453 glyphsize = howmany(vfnt.width, 8) * vfnt.height * vfnt.glyph_count;
454 if ((vfnt.glyphs = malloc(glyphsize)) == NULL) {
459 if (fread(vfnt
[all...]
/freebsd-10-stable/sys/sys/
H A Dconsio.h224 struct vfnt { struct
232 typedef struct vfnt vfnt_t;

Completed in 238 milliseconds