Lines Matching refs:move
52 // move the handles to 1/3 the length of the segment for line segments
60 first->front()->move(first->front()->position() + delta);
61 second->back()->move(second->back()->position() - delta);
107 first->front()->move(first->front()->position() + offset0);
108 second->back()->move(second->back()->position() + offset1);
111 second->back()->move(new_pos);
113 second->move(second->position() + delta);
117 first->back()->move(new_pos);
119 first->move(first->position() + delta);
122 first->move(first->position() + delta);
123 second->move(second->position() + delta);
192 "<b>Shift</b>: drag to open or move BSpline handles");