Home
last modified time | relevance | path

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

/trueos/contrib/groff/src/preproc/pic/
HDobject.cpp1218 class arrow_object : public line_object { class
1220 arrow_object(const position &, const position &, position *, int);
1350 arrow_object::arrow_object(const position &s, const position &e, in arrow_object() function in arrow_object
1498 p = new arrow_object(startpos, endpos, v, nsegments); in make_line()