Searched refs:hor (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp309 int n = w / font::hor;
335 int n = w / font::hor;
366 if (w % font::hor != 0)
381 if (h % font::hor != 0)
384 int hpos = h / font::hor;
504 add_char(vline_char, font::hor, env->hpos, v, env->col, env->fill,
507 add_char(vline_char, font::hor, env->hpos, v, env->col, env->fill,
512 add_char(vline_char, font::hor, env->hpos, v, env->col, env->fill,
517 add_char(vline_char, font::hor, env->hpos, v, env->col, env->fill,
529 if (len >= 0 && len <= font::hor)
[all...]
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dfontfile.cpp37 int font::hor = 1; member in class:font
H A Dfont.cpp815 { "hor", &font::hor },
1032 if (hor < 1) {
1033 t.error("bad `hor' value");
/freebsd-9.3-release/contrib/groff/src/include/
H A Dfont.h71 static int hor; member in class:font
/freebsd-9.3-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp204 if (font::hor != 1)
205 fatal("hor must be equal to 1");
/freebsd-9.3-release/contrib/groff/src/libs/libdriver/
H A Dinput.cpp1632 if (int_arg != font::hor)
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp4200 if (font::hor != 24)
4218 space_width = font::hor;
4942 int r = font::hor;
/freebsd-9.3-release/contrib/groff/src/devices/grops/
H A Dps.cpp619 if (font::hor != 1)

Completed in 132 milliseconds