HomeSort by: relevance | last modified time | path
    Searched refs:urx (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/utils/afmtodit/
afmtodit.pl 6128 my $urx = 0;
6143 $urx = $field[$i + 3];
6166 $right_side_bearing{$n} = $urx - $w;
  /src/external/gpl2/groff/dist/src/devices/grops/
ps.cpp 1721 int urx = parms[2];
1735 if (llx == urx) {
1736 error("llx and urx arguments for X import command must not be equal");
1744 int old_wid = urx - llx;
1757 .put_number(urx - llx)
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 5765 int llx, lly, urx, ury; member in struct:bounding_box
5774 &bb->llx, &bb->lly, &bb->urx, &bb->ury) == 4)
5784 bb->urx = (int)x3;
5796 bb->llx = bb->lly = bb->urx = bb->ury = 0;
5836 inline void assign_registers(int llx, int lly, int urx, int ury)
5840 urx_reg_contents = urx;
5867 assign_registers(bb.llx, bb.lly, bb.urx, bb.ury);
5918 assign_registers(bb.llx, bb.lly, bb.urx, bb.ury);
7680 number_reg_dictionary.define("urx", new variable_reg(&urx_reg_contents));

Completed in 34 milliseconds