Home
last modified time | relevance | path

Searched refs:hresolution (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnumber.cpp36 int hresolution = 1; variable
611 *v = scale(*v, em.is_zero() ? hresolution : em.to_units(), divisor); in parse_term()
617 *v = scale(*v, em.is_zero() ? hresolution : em.to_units(), divisor*100); in parse_term()
624 *v = scale(*v, en.is_zero() ? hresolution : en.to_units(), divisor); in parse_term()
694 if (hresolution == 1) in hunits()
698 ? -((-x + hresolution/2 - 1)/hresolution) in hunits()
699 : (x + hresolution/2 - 1)/hresolution); in hunits()
H A Dtroff.h51 extern int hresolution;
H A Dhvunits.h201 return n*hresolution; in to_units()
H A Dinput.cpp6314 / (em.is_zero() ? hresolution : em.to_units()); in spreadwarn_request()
7270 hresolution = vresolution = 1; in main()
7413 hresolution = font::hor; in main()
7655 number_reg_dictionary.define(".H", new constant_int_reg(&hresolution)); in init_input_requests()
H A Denv.cpp1917 + (bp->nspaces - 1)*hresolution)/bp->nspaces) in choose_breakpoint()
2061 / (em.is_zero() ? hresolution : em.to_units()); in distribute_space()
H A Dnode.cpp1569 put(hresolution); in troff_output_file()
4130 name, hresolution, vresolution, get_reg_str(".F")); in tprint()