Home
last modified time | relevance | path

Searched refs:get_space_width (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/groff/src/include/
HDfont.h45 int get_space_width(int point_size);
/freebsd-11-stable/contrib/groff/src/roff/troff/
HDenv.h299 hunits get_space_width() { return env_space_width(this); } in get_space_width() function
HDnode.cpp154 hunits get_space_width(font_size, int);
418 hunits font_info::get_space_width(font_size fs, int space_sz) in get_space_width() function in font_info
421 return scale(hunits(fm->get_space_width(fs.to_scaled_points())), in get_space_width()
4930 return new space_char_hmotion_node(env->get_space_width(), in make_node()
4933 return new unbreakable_space_node(env->get_space_width(), in make_node()
4974 res = new space_char_hmotion_node(env->get_space_width(), in add_char()
4979 res = new unbreakable_space_node(env->get_space_width(), in add_char()
6242 return font_table[fn]->get_space_width(fs, env->get_space_size()); in env_space_width()
6252 return font_table[fn]->get_space_width(fs, env->get_sentence_space_size()); in env_sentence_space_width()
HDinput.cpp2857 hunits space_width = curenv->get_space_width(); in process_input_stack()
6578 n = new hmotion_node(curenv->get_space_width(), in add_to_node_list()
6585 n = new unbreakable_space_node(curenv->get_space_width(), in add_to_node_list()
6589 n = new space_char_hmotion_node(curenv->get_space_width(), in add_to_node_list()
6616 curenv->add_node(new hmotion_node(-curenv->get_space_width(), in process()
6682 curenv->add_node(new unbreakable_space_node(curenv->get_space_width(), in process()
6686 curenv->add_node(new space_char_hmotion_node(curenv->get_space_width(), in process()
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
HDfont.cpp332 int font::get_space_width(int point_size) in get_space_width() function in font
/freebsd-11-stable/contrib/groff/
HDChangeLog.1153047 * troff/node.c (font_info::get_space_width): Additional argument
3056 (environment::get_space_width): Make inline. Just call