Searched refs:hresolution (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | number.cpp | 36 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 D | troff.h | 51 extern int hresolution;
|
| H A D | hvunits.h | 201 return n*hresolution; in to_units()
|
| H A D | input.cpp | 6314 / (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 D | env.cpp | 1917 + (bp->nspaces - 1)*hresolution)/bp->nspaces) in choose_breakpoint() 2061 / (em.is_zero() ? hresolution : em.to_units()); in distribute_space()
|
| H A D | node.cpp | 1569 put(hresolution); in troff_output_file() 4130 name, hresolution, vresolution, get_reg_str(".F")); in tprint()
|