Searched refs:space_width (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | font.cpp | 155 : ligatures(0), kern_hash_table(0), space_width(0), ch_index(0), nindices(0), in font() 336 return scale(space_width, point_size); in get_space_width() 599 space_width = n; in load() 806 if (space_width == 0) in load() 807 space_width = scale_round(unitwidth, res, 72*3*sizescale); in load()
|
| /netbsd-src/external/gpl2/groff/dist/src/include/ |
| H A D | font.h | 95 int space_width; variable
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | env.cpp | 448 void environment::space(hunits space_width, hunits sentence_space_width) in space() argument 456 hunits x = translate_space_to_dummy ? H0 : space_width; in space() 462 if (p->merge_space(xx, space_width, sentence_space_width)) { in space() 467 if (p && p->merge_space(x, space_width, sentence_space_width)) { in space() 473 new width_list(space_width, in space()
|
| H A D | input.cpp | 2859 hunits space_width = curenv->get_space_width(); in process_input_stack() local 2869 curenv->add_node(new hmotion_node(space_width * nspaces, in process_input_stack()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
| H A D | post-html.cpp | 1944 int space_width; member in html_printer 3755 output_hpos += space_width; in determine_space() 4220 space_width = font::hor; in html_printer() 4280 if (env->hpos-sbuf_end_hpos < space_width) { in sbuf_continuation()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 3061 * troff/node.h: Move declarations of env*space_width() functions 3987 * lib/font.c (font::load): In default computation of space_width,
|
| H A D | ChangeLog.118 | 2964 (html_printer::determine_space): Don't compute `space_width'.
|