Searched refs:point_size (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dfont.h44 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-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp61 int point_size; member in struct:font_widths_cache
243 int font::get_skew(int c, int point_size, int sl) argument
245 int h = get_height(c, point_size);
261 : next(p), point_size(ps)
273 int font::get_width(int c, int point_size) argument
279 if (point_size == unitwidth || font::unscaled_charwidths)
283 widths_cache = new font_widths_cache(point_size, ch_size);
284 else if (widths_cache->point_size != point_size) {
287 if ((*p)->point_size
304 get_height(int c, int point_size) argument
310 get_depth(int c, int point_size) argument
316 get_italic_correction(int c, int point_size) argument
322 get_left_italic_correction(int c, int point_size) argument
328 get_subscript_correction(int c, int point_size) argument
334 get_space_width(int point_size) argument
361 get_kern(int i1, int i2, int point_size) argument
[all...]
/netbsd-current/external/gpl2/groff/dist/src/preproc/tbl/
H A Dmain.cpp527 point_size.inc = point_size.val = 0;
576 if (point_size.val != 0) {
578 if (point_size.inc > 0)
580 else if (point_size.inc < 0)
582 fprintf(stderr, "%d ", point_size.val);
979 list->point_size.val = 0;
980 list->point_size.inc = 0;
982 list->point_size.inc = (c == '+' ? 1 : -1);
987 list->point_size
[all...]
H A Dtable.h51 inc_number point_size; member in struct:entry_modifier
H A Dtable.cpp955 if (m->point_size.val != 0) {
957 if (m->point_size.inc > 0)
959 else if (m->point_size.inc < 0)
961 printfs("%1\n", as_string(m->point_size.val));
979 if (m->point_size.val != 0) {
981 if (m->point_size.inc > 0)
983 else if (m->point_size.inc < 0)
985 printfs("%1]", as_string(m->point_size.val));
995 if (m->point_size.val != 0)
/netbsd-current/external/gpl2/groff/dist/src/utils/xtotroff/
H A Dxtotroff.c44 unsigned point_size = 10; variable
129 parsed.PointSize = point_size * 10;
249 sscanf(optarg, "%u", &point_size);
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp312 int point_size; member in struct:style
329 : f(p), point_size(sz), font_no(no), height(h), slant(sl), col(c)
335 return (f == s.f && point_size == s.point_size
2132 change_font(fontname, (font::res/(72*font::sizescale))*sty.point_size);
3914 * check if the output_style.point_size has not been set yet
3918 if (output_style.point_size == -1) {
3919 output_style.point_size = pointsize;
3931 if (output_style.point_size != g->text_style.point_size) {
[all...]
/netbsd-current/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp113 int point_size; member in struct:output_font
361 output_font_table[i].point_size = cur_point_size;
365 && output_font_table[i].point_size == cur_point_size)
406 out4(output_font_table[i].point_size*RES_7227);
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp492 int point_size; member in struct:style
506 : f(p), sub(s), point_size(sz), height(h), slant(sl)
514 && point_size == s.point_size
903 out.put_fix_number((font::res/(72*font::sizescale))*sty.point_size);
905 int h = sty.height == 0 ? sty.point_size : sty.height;
1002 int w = sbuf_style.f->get_width(space_char_index, sbuf_style.point_size);
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp1229 void point_size() function
3274 init_request("ps", point_size);
H A Dnode.cpp113 hunits compute(int point_size);

Completed in 236 milliseconds