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

/freebsd-10.2-release/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-10.2-release/tools/tools/vt/setfont/
H A Dsetfont.c73 vfnt.glyphs = malloc(glyphsize);
75 if (fread(vfnt.glyphs, glyphsize, 1, stdin) != 1) {
76 perror("glyphs");
/freebsd-10.2-release/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]),
170 TAILQ_INSERT_HEAD(&glyphs[map_idx], gl, g_list);
172 TAILQ_INSERT_TAIL(&glyphs[map_idx], gl, g_list);
184 /* Prevent adding two glyphs for 0xFFFD */
356 TAILQ_FOREACH(gl, &glyphs[i], g_list)
367 TAILQ_FOREACH(gl, &glyphs[
[all...]
/freebsd-10.2-release/sys/dev/vt/
H A Dvt_font.c152 * Destination extends amount of glyphs.
214 error = copyin(f->glyphs, vf->vf_bytes, glyphsize);
/freebsd-10.2-release/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-10.2-release/sys/sys/
H A Dconsio.h226 uint8_t *glyphs; member in struct:vfnt
/freebsd-10.2-release/usr.sbin/vidcontrol/
H A Dvidcontrol.c450 vfnt.glyphs = malloc(glyphsize);
452 if (fread(vfnt.glyphs, glyphsize, 1, f) != 1) {
453 perror("glyphs");

Completed in 172 milliseconds