HomeSort by: relevance | last modified time | path
    Searched defs:get_space_width (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp 334 int font::get_space_width(int point_size) function in class:font
  /src/external/gpl2/groff/dist/src/roff/troff/
env.h 301 hunits get_space_width() { return env_space_width(this); } function in class:environment
node.cpp 156 hunits get_space_width(font_size, int);
420 hunits font_info::get_space_width(font_size fs, int space_sz) function in class:font_info
423 return scale(hunits(fm->get_space_width(fs.to_scaled_points())),
4933 return new space_char_hmotion_node(env->get_space_width(),
4936 return new unbreakable_space_node(env->get_space_width(),
4977 res = new space_char_hmotion_node(env->get_space_width(),
4982 res = new unbreakable_space_node(env->get_space_width(),
6245 return font_table[fn]->get_space_width(fs, env->get_space_size());
6255 return font_table[fn]->get_space_width(fs, env->get_sentence_space_size());

Completed in 27 milliseconds