Searched refs:initial_pos (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ui/tool/ |
H A D | selectable-control-point.cpp | 26 SelectableControlPoint::SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor, argument 30 ControlPoint(d, initial_pos, anchor, type, cset, group), 36 SelectableControlPoint::SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor, argument 40 ControlPoint(d, initial_pos, anchor, pixbuf, cset, group),
|
H A D | selectable-control-point.h | 35 SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor, 40 SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
|
H A D | control-point.h | 228 * @param initial_pos Initial position of the control point in desktop coordinates 234 ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor, 242 * @param initial_pos Initial position of the control point in desktop coordinates 248 ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
|
H A D | control-point.cpp | 66 ControlPoint::ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor, argument 73 _position(initial_pos), 88 ControlPoint::ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor, argument 95 _position(initial_pos),
|
H A D | node.cpp | 109 Handle::Handle(NodeSharedData const &data, Geom::Point const &initial_pos, Node *parent) : argument 110 ControlPoint(data.desktop, initial_pos, SP_ANCHOR_CENTER, 581 Node::Node(NodeSharedData const &data, Geom::Point const &initial_pos) : argument 582 SelectableControlPoint(data.desktop, initial_pos, SP_ANCHOR_CENTER, 586 _front(data, initial_pos, this), 587 _back(data, initial_pos, this),
|
H A D | node.h | 122 Handle(NodeSharedData const &data, Geom::Point const &initial_pos, Node *parent);
|
/inkscape/src/ |
H A D | sp-conn-end.cpp | 46 double initial_pos = intersect_pos; local 61 return intersect_pos != initial_pos; 91 return intersect_pos != initial_pos;
|
Completed in 26 milliseconds