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

/freebsd-9.3-release/contrib/groff/src/devices/grops/
H A Dps.cpp545 int output_hpos; member in class:ps_printer
606 output_hpos(-1),
968 output_vpos = output_hpos = -1;
988 if (output_hpos < 0 || output_vpos < 0)
991 if (output_hpos != sbuf_start_hpos)
1036 out.put_fix_number(sbuf_start_hpos - output_hpos);
1042 out.put_fix_number(sbuf_start_hpos - output_hpos)
1049 output_hpos = sbuf_end_hpos;
1250 output_hpos = output_vpos = -1;
1334 output_hpos
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnode.cpp752 units output_hpos; member in class:troff_output_file
951 if (hpos != output_hpos) {
952 units n = hpos - output_hpos;
977 output_hpos = hpos;
1015 check_output_limits(output_hpos, output_vpos - height);
1016 check_output_limits(output_hpos + width, output_vpos + depth);
1055 if (tbuf_len > 0 && hpos == output_hpos && vpos == output_vpos
1062 output_hpos += w.to_units() + kk;
1063 hpos = output_hpos;
1072 output_hpos
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1955 int output_hpos; member in class:html_printer
2773 output_hpos = get_troff_indent()+pageoffset;
2795 output_hpos = get_troff_indent()+pageoffset;
2963 output_hpos = get_troff_indent()+pageoffset;
3752 while (output_hpos < g->minh) {
3753 output_hpos += space_width;
3757 if ((output_vpos != g->minv) || (output_hpos < g->minh)) {
4039 output_hpos = g->maxh;
4054 output_hpos = g->maxh;
4080 output_hpos
[all...]

Completed in 165 milliseconds