Searched refs:get_space_width (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/include/ |
| H A D | font.h | 47 int get_space_width(int point_size);
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | env.h | 301 hunits get_space_width() { return env_space_width(this); } in get_space_width() function
|
| H A D | node.cpp | 156 hunits get_space_width(font_size, int); 420 hunits font_info::get_space_width(font_size fs, int space_sz) in get_space_width() function in font_info 423 return scale(hunits(fm->get_space_width(fs.to_scaled_points())), in get_space_width() 4933 return new space_char_hmotion_node(env->get_space_width(), in make_node() 4936 return new unbreakable_space_node(env->get_space_width(), in make_node() 4977 res = new space_char_hmotion_node(env->get_space_width(), in add_char() 4982 res = new unbreakable_space_node(env->get_space_width(), in add_char() 6245 return font_table[fn]->get_space_width(fs, env->get_space_size()); in env_space_width() 6255 return font_table[fn]->get_space_width(fs, env->get_sentence_space_size()); in env_sentence_space_width()
|
| H A D | input.cpp | 2859 hunits space_width = curenv->get_space_width(); in process_input_stack() 6580 n = new hmotion_node(curenv->get_space_width(), in add_to_node_list() 6587 n = new unbreakable_space_node(curenv->get_space_width(), in add_to_node_list() 6591 n = new space_char_hmotion_node(curenv->get_space_width(), in add_to_node_list() 6618 curenv->add_node(new hmotion_node(-curenv->get_space_width(), in process() 6684 curenv->add_node(new unbreakable_space_node(curenv->get_space_width(), in process() 6688 curenv->add_node(new space_char_hmotion_node(curenv->get_space_width(), in process()
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | font.cpp | 334 int font::get_space_width(int point_size) in get_space_width() function in font
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 3047 * troff/node.c (font_info::get_space_width): Additional argument 3056 (environment::get_space_width): Make inline. Just call
|