Searched refs:get_width (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/libs/libdriver/ |
| H A D | printer.cpp | 232 int w = (*f)->get_width(i, env->size); in set_char_and_width() 257 int w = f->get_width(i, env->size); in set_numbered_char()
|
| /netbsd-src/external/gpl2/groff/dist/src/include/ |
| H A D | font.h | 44 int get_width(int index, int point_size);
|
| /netbsd-src/external/gpl2/groff/dist/src/utils/tfmtodit/ |
| H A D | tfmtodit.cpp | 110 int get_width(int); 206 int tfm::get_width(int i) in get_width() function in tfm 847 m[0] = t.get_width(i); in main()
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | node.cpp | 196 hunits get_width(charinfo *c); 436 return hunits(fm->get_width(ci->get_index(), fs.to_scaled_points())); in get_narrow_space_width() 445 return hunits(fm->get_width(ci->get_index(), fs.to_scaled_points())); in get_half_narrow_space_width() 490 hunits tfont::get_width(charinfo *c) in get_width() function in tfont 495 return (hunits(fm->get_width(c->get_index(), size.to_scaled_points())) in get_width() 498 return (hunits(fm->get_width(c->get_index(), size.to_scaled_points())) in get_width() 1014 int width = tf->get_width(ci).to_units() in check_charinfo() 1982 wid = tf->get_width(ci); in glyph_node() 2106 return tf->get_width(ci); in width() 4522 hunits w = ptf->get_width(ci); in tprint() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/ |
| H A D | dvi.cpp | 389 cur_h += scale(f->get_width(idx, UNITWIDTH)/MULTIPLIER, in set_char()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | mshtml.d | 115 HRESULT get_width(LONG*);
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | font.cpp | 273 int font::get_width(int c, int point_size) in get_width() function in font
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grops/ |
| H A D | ps.cpp | 1002 int w = sbuf_style.f->get_width(space_char_index, sbuf_style.point_size); in flush_sbuf()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
| H A D | post-html.cpp | 4416 w = f->get_width(i, env->size); in set_numbered_char() 4448 int w = (*f)->get_width(i, env->size); in set_char_and_width()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog | 1380 * src/libs/libgroff/font.cpp (font::get_width): Always return the
|
| H A D | ChangeLog.115 | 2916 * lib/font.c (font::get_width): Cache scaled widths.
|