Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.cpp257 void object::move_by(const position &) in move_by() function in object
681 void move_by(const position &);
695 void rectangle_object::move_by(const position &a) in move_by() function in rectangle_object
872 p->move_by(pos); in position_rectangle()
886 void move_by(const position &);
927 void block_object::move_by(const position &a) in move_by() function in block_object
931 p->move_by(a); in move_by()
955 p->move_by(m); in make_block()
1111 void move_by(const position &);
1125 void move_object::move_by(const position &a) in move_by() function in move_object
[all …]
H A Dobject.h64 virtual void move_by(const position &);