Searched refs:get_space_width (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/groff-38/groff/src/include/
H A Dfont.h45 int get_space_width(int point_size);
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.h299 hunits get_space_width() { return env_space_width(this); } function in class:environment
H A Dnode.cpp154 hunits get_space_width(font_size, int);
418 hunits font_info::get_space_width(font_size fs, int space_sz) function in class:font_info
421 return scale(hunits(fm->get_space_width(fs.to_scaled_points())),
4930 return new space_char_hmotion_node(env->get_space_width(),
4933 return new unbreakable_space_node(env->get_space_width(),
4974 res = new space_char_hmotion_node(env->get_space_width(),
4979 res = new unbreakable_space_node(env->get_space_width(),
6242 return font_table[fn]->get_space_width(fs, env->get_space_size());
6252 return font_table[fn]->get_space_width(fs, env->get_sentence_space_size());
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dfont.cpp332 int font::get_space_width(int point_size) function in class:font

Completed in 100 milliseconds