/inkscape/src/2geom/ |
H A D | curve.h | 228 virtual Curve *reverse() const { return portion(1, 0); } function in class:Geom::Curve
|
H A D | pathvector.cpp | 53 void PathVector::reverse(bool reverse_paths) function in class:Geom::PathVector 56 std::reverse(begin(), end()); 70 std::reverse(ret.begin(), ret.end());
|
H A D | ray.h | 108 Ray reverse() const { function in class:Geom::Ray 176 return (cw ? bisector : bisector.reverse());
|
H A D | angle.h | 275 void reverse() { function in class:Geom::AngleInterval 283 result.reverse();
|
H A D | bezier-curve.h | 128 virtual Curve *reverse() const { function in class:Geom::BezierCurve 129 return new BezierCurve(Geom::reverse(inner)); 266 virtual Curve *reverse() const { function in class:Geom::BezierCurveN 270 return new BezierCurveN(Geom::reverse(inner));
|
H A D | bezier.h | 317 inline Bezier reverse(const Bezier & a) { function in namespace:Geom
|
H A D | d2.h | 157 inline D2<T> reverse(const D2<T> &a) { function in namespace:Geom 159 return D2<T>(reverse(a[X]), reverse(a[Y]));
|
H A D | intersection-graph.cpp | 372 bool reverse = false; local 374 reverse = (i->next_edge == INSIDE) ^ enter_a; 376 reverse = (i->next_edge == INSIDE) ^ enter_b; 380 if (reverse) { 389 reverse, _pv[i->which][pi].size());
|
H A D | line.h | 261 void reverse() { function in class:Geom::Line
|
H A D | elliptical-arc.cpp | 328 Curve *EllipticalArc::reverse() const function in class:Geom::EllipticalArc 332 rarc->_angles.reverse();
|
H A D | path.h | 206 bool reverse() const { return _reverse; } function in class:Geom::PathInterval 337 virtual Curve *reverse() const { return new ClosingSegment((*this)[1], (*this)[0]); } function in class:Geom::Path::ClosingSegment 345 virtual Curve *reverse() const { return new StitchSegment((*this)[1], (*this)[0]); } function in class:Geom::Path::StitchSegment
|
/inkscape/src/2geom/numeric/ |
H A D | vector.h | 218 void reverse() function in class:Geom::NL::detail::VectorImpl
|
/inkscape/src/ui/tool/ |
H A D | transform-handle-set.cpp | 99 void TransformHandle::getNextClosestPoint(bool reverse) argument 104 if (reverse) { // Shift-tab will find a closer point
|
H A D | node.cpp | 1613 void NodeList::reverse() function in class:Inkscape::UI::NodeList
|
/inkscape/src/ |
H A D | seltrans.cpp | 1610 void Inkscape::SelTrans::getNextClosestPoint(bool reverse) argument 1615 if (reverse) { // Shift-tab will find a closer point
|
H A D | selection-chemistry.cpp | 234 void SelectionHelper::reverse(SPDesktop *dt) function in class:Inkscape::SelectionHelper 341 reverse(clip.begin(),clip.end()); 1000 /* Construct reverse-ordered list of selected children. */
|
/inkscape/src/ui/tools/ |
H A D | pen-tool.cpp | 1584 bool reverse = false; local 1590 reverse = true; 1595 reverse = true; 1622 if (reverse) { 1640 bool reverse = false; local 1647 reverse = true; 1652 reverse = true; 1673 if (reverse) {
|
H A D | tweak-tool.cpp | 360 sp_tweak_dilate_recursive (Inkscape::Selection *selection, SPItem *item, Geom::Point p, Geom::Point vector, gint mode, double radius, double force, double fidelity, bool reverse) argument 397 if (sp_tweak_dilate_recursive (selection, child, p, vector, mode, radius, force, fidelity, reverse)) { 426 (reverse? (a->midpoint() - p) : (p - a->midpoint())); 454 double scale = 1 + (reverse? force : -force) * 0.05 * (cos(M_PI * x) + 1); 467 double angle = (reverse? force : -force) * 0.05 * (cos(M_PI * x) + 1) * M_PI; 483 if (reverse) { // delete 567 reverse? force : -force, 573 reverse? force : -force, 890 bool do_blur, bool reverse, 904 do_blur, reverse, 886 sp_tweak_color_recursive(guint mode, SPItem *item, SPItem *item_at_point, guint32 fill_goal, bool do_fill, guint32 stroke_goal, bool do_stroke, float opacity_goal, bool do_opacity, bool do_blur, bool reverse, Geom::Point p, double radius, double force, bool do_h, bool do_s, bool do_l, bool do_o) argument 1021 sp_tweak_dilate(TweakTool *tc, Geom::Point event_p, Geom::Point p, Geom::Point vector, bool reverse) argument [all...] |
H A D | spray-tool.cpp | 874 bool /*reverse*/, 1146 static bool sp_spray_dilate(SprayTool *tc, Geom::Point /*event_p*/, Geom::Point p, Geom::Point vector, bool reverse) argument 1193 , reverse
|
/inkscape/src/widgets/ |
H A D | gradient-toolbar.cpp | 400 InkAction *reverse = (InkAction *) g_object_get_data(G_OBJECT(widget), "gradient_stops_reverse_action"); local 401 gtk_action_set_sensitive(GTK_ACTION(reverse), (gr_selected!= NULL));
|