Home
last modified time | relevance | path

Searched refs:get_char_height (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/groff/src/roff/troff/
HDenv.h279 int get_char_height() { return char_height; } in get_char_height() function
HDnode.cpp207 vunits get_char_height(charinfo *);
500 vunits tfont::get_char_height(charinfo *c) in get_char_height() function in tfont
1011 int height = tf->get_char_height(ci).to_units(); in check_charinfo()
2115 *min = -tf->get_char_height(ci); in vertical_extent()
3824 int char_height = curenv->get_char_height(); in special_node()
4831 int char_height = env->get_char_height(); in make_composite_node()
4916 int char_height = env->get_char_height(); in make_glyph_node()
HDinput.cpp2018 if (!compatible_flag && curenv->get_char_height()) in next()
2020 if (get_delim_number(&x, 'z', curenv->get_char_height())) in next()
HDenv.cpp3295 init_int_env_reg(".height", get_char_height); in init_env_requests()