Searched refs:getOrigin (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-attach-path.cpp50 curve_start_previous_origin = start_path_curve_end.getOrigin();
51 curve_end_previous_origin = end_path_curve_end.getOrigin();
61 curve_start_previous_origin = start_path_curve_end.getOrigin();
62 curve_end_previous_origin = end_path_curve_end.getOrigin();
71 bool set_start_end = start_path_curve_end.getOrigin() != curve_start_previous_origin;
72 bool set_end_end = end_path_curve_end.getOrigin() != curve_end_previous_origin;
90 start_path_position.param_set_value(transformedpath.nearestTime(start_path_curve_end.getOrigin()).asFlatTime());
106 curve_start_previous_origin = start_path_curve_end.getOrigin();
145 end_path_position.param_set_value(transformedpath.nearestTime(end_path_curve_end.getOrigin()).asFlatTime());
162 curve_end_previous_origin = end_path_curve_end.getOrigin();
[all...]
H A Dlpe-rough-hatches.cpp311 Point transformed_org = direction.getOrigin();
/inkscape/src/live_effects/parameter/
H A Dtransformedpoint.h42 Geom::Point getOrigin() const { return origin; }; function in class:Inkscape::LivePathEffect::TransformedPointParam
H A Dvector.h41 Geom::Point getOrigin() const { return origin; }; function in class:Inkscape::LivePathEffect::VectorParam
/inkscape/src/ui/tools/
H A Dtool-base.h98 DelayedSnapEventOrigin getOrigin() { function in class:Inkscape::UI::Tools::DelayedSnapEvent
H A Dtool-base.cpp1344 switch (dse->getOrigin()) {
1404 if (dse->getOrigin() == DelayedSnapEvent::GUIDE_HRULER) {

Completed in 394 milliseconds