HomeSort by: relevance | last modified time | path
    Searched defs:lly (Results 1 - 2 of 2) sorted by relevancy

  /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)
5783 bb->lly = (int)x2;
5796 bb->llx = bb->lly = bb->urx = bb->ury = 0;
5836 inline void assign_registers(int llx, int lly, int urx, int ury)
5839 lly_reg_contents = lly;
5867 assign_registers(bb.llx, bb.lly, bb.urx, bb.ury);
5918 assign_registers(bb.llx, bb.lly, bb.urx, bb.ury);
7668 number_reg_dictionary.define("lly", new variable_reg(&lly_reg_contents));
input.cpp 5765 int llx, lly, urx, ury; member in struct:bounding_box
5774 &bb->llx, &bb->lly, &bb->urx, &bb->ury) == 4)
5783 bb->lly = (int)x2;
5796 bb->llx = bb->lly = bb->urx = bb->ury = 0;
5836 inline void assign_registers(int llx, int lly, int urx, int ury)
5839 lly_reg_contents = lly;
5867 assign_registers(bb.llx, bb.lly, bb.urx, bb.ury);
5918 assign_registers(bb.llx, bb.lly, bb.urx, bb.ury);
7668 number_reg_dictionary.define("lly", new variable_reg(&lly_reg_contents));

Completed in 56 milliseconds