Home
last modified time | relevance | path

Searched refs:get_width (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/libs/libdriver/
H A Dprinter.cpp232 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 Dfont.h44 int get_width(int index, int point_size);
/netbsd-src/external/gpl2/groff/dist/src/utils/tfmtodit/
H A Dtfmtodit.cpp110 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 Dnode.cpp196 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 Ddvi.cpp389 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 Dmshtml.d115 HRESULT get_width(LONG*);
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp273 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 Dps.cpp1002 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 Dpost-html.cpp4416 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 DChangeLog1380 * src/libs/libgroff/font.cpp (font::get_width): Always return the
H A DChangeLog.1152916 * lib/font.c (font::get_width): Cache scaled widths.