Home
last modified time | relevance | path

Searched refs:get_special_device_encoding (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dfont.h56 const char *get_special_device_encoding(int index);
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp398 const char *font::get_special_device_encoding(int c) in get_special_device_encoding() function in font
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp675 p->glyphs[*codep] = f->get_special_device_encoding(i); in set_subencoding()
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp4243 html_glyph = (char *)sbuf_style.f->get_special_device_encoding(idx); in add_to_sbuf()
4309 return (char *)f->get_special_device_encoding(idx); in get_html_translation()