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

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1278 list glyphs; // position of glyphs and specials on page member in class:page
1294 text_glob *f=glyphs.get_data();
1297 glyphs.insert(g);
1302 * add - add html text to the list of glyphs.
1314 glyphs.add(g, line_number, min_vertical, min_horizontal, max_vertical, max_horizontal);
1340 glyphs.add(g, line_number, min_vertical, min_horizontal, max_vertical, max_horizontal);
1359 glyphs.add(g, line_number,
1379 * into html glyphs. The special string will have come from x X html:
1441 glyphs
[all...]
/freebsd-11-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c67 static struct glyph_list glyphs[VFNT_MAPS] = { variable in typeref:struct:glyph_list
68 TAILQ_HEAD_INITIALIZER(glyphs[0]),
69 TAILQ_HEAD_INITIALIZER(glyphs[1]),
70 TAILQ_HEAD_INITIALIZER(glyphs[2]),
71 TAILQ_HEAD_INITIALIZER(glyphs[3]),
193 TAILQ_INSERT_HEAD(&glyphs[map_idx], gl, g_list);
195 TAILQ_INSERT_TAIL(&glyphs[map_idx], gl, g_list);
200 errx(1, "too many glyphs (%u)", glyph_unique);
209 /* Prevent adding two glyphs for 0xFFFD */
334 /* Step 2: Validate DWIDTH (Device Width) of all glyphs
[all...]
/freebsd-11-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c456 if ((vfnt.glyphs = malloc(glyphsize)) == NULL) {
461 if (fread(vfnt.glyphs, glyphsize, 1, f) != 1) {
462 warn("read glyphs");
463 free(vfnt.glyphs);
475 free(vfnt.glyphs);
/freebsd-11-stable/sys/dev/vt/
H A Dvt_font.c148 * Destination extends amount of glyphs.
211 error = copyin(f->glyphs, vf->vf_bytes, glyphsize);
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dps.cpp468 const char *glyphs[256]; member in struct:subencoding
479 glyphs[i] = 0;
673 p->glyphs[*codep] = f->get_special_device_encoding(i);
855 assert(sub->glyphs != 0);
860 if (sub->glyphs[i])
861 out.put_literal_symbol(sub->glyphs[i]);
/freebsd-11-stable/sys/sys/
H A Dconsio.h226 uint8_t *glyphs; member in struct:vfnt
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2888 \message{glyphs,}
3116 % we have the precomposed glyphs for the most common cases. We put the
3117 % tests to use those glyphs in the single \ogonek macro so we have fewer
3121 % the precomposed glyphs for those is not so easy since they aren't in
3142 % Use the ec* fonts (cm-super in outline format) for non-CM glyphs.

Completed in 218 milliseconds