Searched refs:sbuf_style (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1951 style sbuf_style; member in class:html_printer
4067 set_style(sbuf_style);
4069 if (overstrike_detected && (! is_bold(sbuf_style.f))) {
4070 font *bold_font = make_bold(sbuf_style.f);
4072 sbuf_style.f = bold_font;
4075 page_contents->add(&sbuf_style, sbuf,
4077 sbuf_vpos-sbuf_style.point_size*r/72, sbuf_start_hpos,
4101 page_contents->add_line(&sbuf_style,
4233 if (sbuf_style.f == NULL)
4237 unsigned int code = sbuf_style
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dps.cpp541 style sbuf_style; member in class:ps_printer
704 && sty == sbuf_style
756 sbuf_style = sty;
983 if (output_style != sbuf_style) {
984 set_style(sbuf_style);
985 output_style = sbuf_style;
1001 int w = sbuf_style.f->get_width(space_char_index, sbuf_style.point_size);

Completed in 83 milliseconds