/netbsd-src/external/gpl2/groff/dist/src/include/ |
H A D | font.h | 44 int get_width(int index, int point_size); 45 int get_height(int index, int point_size); 46 int get_depth(int index, int point_size); 47 int get_space_width(int point_size); 49 int get_kern(int index1, int index2, int point_size); 50 int get_skew(int index, int point_size, int slant); 52 int get_italic_correction(int index, int point_size); 53 int get_left_italic_correction(int index, int point_size); 54 int get_subscript_correction(int index, int point_size);
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
H A D | font.cpp | 61 int point_size; member 243 int font::get_skew(int c, int point_size, int sl) in get_skew() argument 245 int h = get_height(c, point_size); in get_skew() 261 : next(p), point_size(ps) in font_widths_cache() 273 int font::get_width(int c, int point_size) in get_width() argument 279 if (point_size == unitwidth || font::unscaled_charwidths) in get_width() 283 widths_cache = new font_widths_cache(point_size, ch_size); in get_width() 284 else if (widths_cache->point_size != point_size) { in get_width() 287 if ((*p)->point_size == point_size) in get_width() 296 widths_cache = new font_widths_cache(point_size, ch_size, widths_cache); in get_width() [all …]
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/ |
H A D | main.cpp | 527 point_size.inc = point_size.val = 0; in entry_modifier() 576 if (point_size.val != 0) { in debug_print() 578 if (point_size.inc > 0) in debug_print() 580 else if (point_size.inc < 0) in debug_print() 582 fprintf(stderr, "%d ", point_size.val); in debug_print() 979 list->point_size.val = 0; in process_format() 980 list->point_size.inc = 0; in process_format() 982 list->point_size.inc = (c == '+' ? 1 : -1); in process_format() 987 list->point_size.inc = 0; in process_format() 991 list->point_size.val *= 10; in process_format() [all …]
|
H A D | table.h | 51 inc_number point_size; member
|
H A D | table.cpp | 955 if (m->point_size.val != 0) { in set_modifier() 957 if (m->point_size.inc > 0) in set_modifier() 959 else if (m->point_size.inc < 0) in set_modifier() 961 printfs("%1\n", as_string(m->point_size.val)); in set_modifier() 979 if (m->point_size.val != 0) { in set_inline_modifier() 981 if (m->point_size.inc > 0) in set_inline_modifier() 983 else if (m->point_size.inc < 0) in set_inline_modifier() 985 printfs("%1]", as_string(m->point_size.val)); in set_inline_modifier() 995 if (m->point_size.val != 0) in restore_inline_modifier()
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
H A D | post-html.cpp | 312 int point_size; member 329 : f(p), point_size(sz), font_no(no), height(h), slant(sl), col(c) in style() 335 return (f == s.f && point_size == s.point_size in operator ==() 2132 change_font(fontname, (font::res/(72*font::sizescale))*sty.point_size); in set_style() 3918 if (output_style.point_size == -1) { in do_font() 3919 output_style.point_size = pointsize; in do_font() 3931 if (output_style.point_size != g->text_style.point_size) { in do_font() 3933 if ((output_style.point_size > 0) && in do_font() 3934 (g->text_style.point_size > 0)) { in do_font() 3935 start_size(output_style.point_size, g->text_style.point_size); in do_font() [all …]
|
/netbsd-src/external/gpl2/groff/dist/src/utils/xtotroff/ |
H A D | xtotroff.c | 44 unsigned point_size = 10; variable 129 parsed.PointSize = point_size * 10; in MapFont() 249 sscanf(optarg, "%u", &point_size); in main()
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/ |
H A D | dvi.cpp | 113 int point_size; member 361 output_font_table[i].point_size = cur_point_size; in set_char() 365 && output_font_table[i].point_size == cur_point_size) in set_char() 406 out4(output_font_table[i].point_size*RES_7227); in define_font()
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/ |
H A D | ps.cpp | 492 int point_size; member 506 : f(p), sub(s), point_size(sz), height(h), slant(sl) in style() 514 && point_size == s.point_size in operator ==() 903 out.put_fix_number((font::res/(72*font::sizescale))*sty.point_size); in set_style() 905 int h = sty.height == 0 ? sty.point_size : sty.height; in set_style() 1002 int w = sbuf_style.f->get_width(space_char_index, sbuf_style.point_size); in flush_sbuf()
|
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | env.cpp | 1229 void point_size() in point_size() function 3274 init_request("ps", point_size); in init_env_requests()
|
H A D | node.cpp | 113 hunits compute(int point_size);
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog.117 | 1383 (point_size, fill, no_fill, center, right_justify, line_length,
|
H A D | ChangeLog | 1342 (point_size, fill, do_break_request): Don't call `add_html_tag'. 3856 * src/roff/troff/env.cc (point_size): Fix emission of html tag.
|
H A D | ChangeLog.115 | 1614 point_size): Likewise.
|