Lines Matching refs:position
57 Geom::Point delta = (second->position() - first->position()) / 3.0;
60 first->front()->move(first->front()->position() + delta);
61 second->back()->move(second->back()->position() - delta);
101 Geom::Point delta = new_pos - position();
107 first->front()->move(first->front()->position() + offset0);
108 second->back()->move(second->back()->position() + offset1);
113 second->move(second->position() + delta);
119 first->move(first->position() + delta);
122 first->move(first->position() + delta);
123 second->move(second->position() + delta);
130 _pm._updateDragPoint(_desktop->d2w(position()));