Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/groff/src/include/
Dfont.h45 int get_space_width(int point_size);
/freebsd-10-stable/contrib/groff/src/roff/troff/
Denv.h299 hunits get_space_width() { return env_space_width(this); } in get_space_width() function
Dnode.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()
Dinput.cpp2856 hunits space_width = curenv->get_space_width(); in process_input_stack()
6577 n = new hmotion_node(curenv->get_space_width(), in add_to_node_list()
6584 n = new unbreakable_space_node(curenv->get_space_width(), in add_to_node_list()
6588 n = new space_char_hmotion_node(curenv->get_space_width(), in add_to_node_list()
6615 curenv->add_node(new hmotion_node(-curenv->get_space_width(), in process()
6681 curenv->add_node(new unbreakable_space_node(curenv->get_space_width(), in process()
6685 curenv->add_node(new space_char_hmotion_node(curenv->get_space_width(), in process()
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
Dfont.cpp332 int font::get_space_width(int point_size) in get_space_width() function in font
/freebsd-10-stable/contrib/groff/
DChangeLog.1153047 * troff/node.c (font_info::get_space_width): Additional argument
3056 (environment::get_space_width): Make inline. Just call