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

/freebsd-13-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c65 static struct glyph_list glyphs[VFNT_MAPS] = { variable in typeref:struct:glyph_list
66 TAILQ_HEAD_INITIALIZER(glyphs[0]),
67 TAILQ_HEAD_INITIALIZER(glyphs[1]),
68 TAILQ_HEAD_INITIALIZER(glyphs[2]),
69 TAILQ_HEAD_INITIALIZER(glyphs[3]),
281 TAILQ_INSERT_HEAD(&glyphs[map_idx], gl, g_list);
283 TAILQ_INSERT_TAIL(&glyphs[map_idx], gl, g_list);
288 errx(1, "too many glyphs (%u)", glyph_unique);
323 /* Prevent adding two glyphs for 0xFFFD */
448 /* Step 2: Validate DWIDTH (Device Width) of all glyphs
[all...]
/freebsd-13-stable/sys/dev/vt/
H A Dvt_font.c150 * Destination extends amount of glyphs.
213 error = copyin(f->glyphs, vf->vf_bytes, glyphsize);
/freebsd-13-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c444 if ((vfnt.glyphs = malloc(glyphsize)) == NULL) {
449 if (fread(vfnt.glyphs, glyphsize, 1, f) != 1) {
450 warn("read glyphs");
451 free(vfnt.glyphs);
463 free(vfnt.glyphs);
/freebsd-13-stable/sys/sys/
H A Dconsio.h224 uint8_t *glyphs; member in struct:vfnt
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c2265 * We do need special case for builtin because the builtin font glyphs
2274 uint32_t glyphs; local
2359 glyphs = be32toh(fh.fh_glyph_count);
2363 size = howmany(fp->vf_width, 8) * fp->vf_height * glyphs;

Completed in 99 milliseconds