HomeSort by: relevance | last modified time | path
    Searched refs:space_width (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/groff/dist/src/include/
font.h 95 int space_width; member in class:font
  /src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp 155 : ligatures(0), kern_hash_table(0), space_width(0), ch_index(0), nindices(0),
336 return scale(space_width, point_size);
599 space_width = n;
806 if (space_width == 0)
807 space_width = scale_round(unitwidth, res, 72*3*sizescale);
  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 448 void environment::space(hunits space_width, hunits sentence_space_width)
456 hunits x = translate_space_to_dummy ? H0 : space_width;
462 if (p->merge_space(xx, space_width, sentence_space_width)) {
467 if (p && p->merge_space(x, space_width, sentence_space_width)) {
473 new width_list(space_width,
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 1944 int space_width; member in class:html_printer
3755 output_hpos += space_width;
4220 space_width = font::hor;
4280 if (env->hpos-sbuf_end_hpos < space_width) {

Completed in 69 milliseconds