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

/freebsd-9.3-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-9.3-release/tools/tools/vt/setfont/
H A Dsetfont.c69 vfnt.glyphs = malloc(glyphsize);
71 if (fread(vfnt.glyphs, glyphsize, 1, stdin) != 1) {
72 perror("glyphs");
/freebsd-9.3-release/sys/dev/vt/
H A Dvt_font.c152 * Destination extends amount of glyphs.
214 error = copyin(f->glyphs, vf->vf_bytes, glyphsize);
/freebsd-9.3-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-9.3-release/sys/sys/
H A Dconsio.h226 uint8_t *glyphs; member in struct:vfnt

Completed in 138 milliseconds