Searched refs:hresolution (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/groff/src/roff/troff/ |
| D | number.cpp | 34 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()
|
| D | troff.h | 49 extern int hresolution;
|
| D | hvunits.h | 199 return n*hresolution; in to_units()
|
| D | input.cpp | 6311 / (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()
|
| D | env.cpp | 1915 + (bp->nspaces - 1)*hresolution)/bp->nspaces) in choose_breakpoint() 2059 / (em.is_zero() ? hresolution : em.to_units()); in distribute_space()
|
| D | node.cpp | 1567 put(hresolution); in troff_output_file() 4128 name, hresolution, vresolution, get_reg_str(".F")); in tprint()
|