Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/groff/src/roff/troff/
Dnumber.cpp34 int hresolution = 1; variable
609 *v = scale(*v, em.is_zero() ? hresolution : em.to_units(), divisor); in parse_term()
615 *v = scale(*v, em.is_zero() ? hresolution : em.to_units(), divisor*100); in parse_term()
622 *v = scale(*v, en.is_zero() ? hresolution : en.to_units(), divisor); in parse_term()
692 if (hresolution == 1) in hunits()
696 ? -((-x + hresolution/2 - 1)/hresolution) in hunits()
697 : (x + hresolution/2 - 1)/hresolution); in hunits()
Dtroff.h49 extern int hresolution;
Dhvunits.h199 return n*hresolution; in to_units()
Dinput.cpp6311 / (em.is_zero() ? hresolution : em.to_units()); in spreadwarn_request()
7259 hresolution = vresolution = 1; in main()
7398 hresolution = font::hor; in main()
7640 number_reg_dictionary.define(".H", new constant_int_reg(&hresolution)); in init_input_requests()
Denv.cpp1915 + (bp->nspaces - 1)*hresolution)/bp->nspaces) in choose_breakpoint()
2059 / (em.is_zero() ? hresolution : em.to_units()); in distribute_space()
Dnode.cpp1567 put(hresolution); in troff_output_file()
4128 name, hresolution, vresolution, get_reg_str(".F")); in tprint()