Home
last modified time | relevance | path

Searched refs:output_hpos (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/groff/src/devices/grops/
HDps.cpp545 int output_hpos; member in ps_printer
606 output_hpos(-1), in ps_printer()
968 output_vpos = output_hpos = -1; in end_of_line()
988 if (output_hpos < 0 || output_vpos < 0) in flush_sbuf()
991 if (output_hpos != sbuf_start_hpos) in flush_sbuf()
1036 out.put_fix_number(sbuf_start_hpos - output_hpos); in flush_sbuf()
1042 out.put_fix_number(sbuf_start_hpos - output_hpos) in flush_sbuf()
1049 output_hpos = sbuf_end_hpos; in flush_sbuf()
1250 output_hpos = output_vpos = -1; in draw()
1334 output_hpos = output_vpos = -1; in begin_page()
[all …]
/NextBSD/contrib/groff/src/roff/troff/
HDnode.cpp752 units output_hpos; member in troff_output_file
951 if (hpos != output_hpos) { in do_motion()
952 units n = hpos - output_hpos; in do_motion()
977 output_hpos = hpos; in do_motion()
1015 check_output_limits(output_hpos, output_vpos - height); in check_charinfo()
1016 check_output_limits(output_hpos + width, output_vpos + depth); in check_charinfo()
1055 if (tbuf_len > 0 && hpos == output_hpos && vpos == output_vpos in put_char_width()
1062 output_hpos += w.to_units() + kk; in put_char_width()
1063 hpos = output_hpos; in put_char_width()
1072 output_hpos += w.to_units() + kk; in put_char_width()
[all …]
/NextBSD/contrib/groff/src/devices/grohtml/
HDpost-html.cpp1955 int output_hpos; member in html_printer
2773 output_hpos = get_troff_indent()+pageoffset; in do_fill()
2795 output_hpos = get_troff_indent()+pageoffset; in do_eol()
2963 output_hpos = get_troff_indent()+pageoffset; in do_break()
3752 while (output_hpos < g->minh) { in determine_space()
3753 output_hpos += space_width; in determine_space()
3757 if ((output_vpos != g->minv) || (output_hpos < g->minh)) { in determine_space()
4039 output_hpos = g->maxh; in do_end_para()
4054 output_hpos = g->maxh; in emit_html()
4080 output_hpos = sbuf_end_hpos; in flush_sbuf()
[all …]