Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.cpp1103 class move_object : public graphic_object { class
1107 move_object(const position &s, const position &e);
1114 move_object::move_object(const position &s, const position &e) in move_object() function in move_object
1119 void move_object::update_bounding_box(bounding_box *p) in update_bounding_box()
1125 void move_object::move_by(const position &a) in move_by()
1179 move_object *p = new move_object(startpos, endpos); in make_move()