Searched defs:SnappedPoint (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsnapped-point.cpp3 * SnappedPoint class.
17 Inkscape::SnappedPoint::SnappedPoint(Geom::Point const &p, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained, Geom::OptRect target_bbox) : function in class:Inkscape::SnappedPoint
37 Inkscape::SnappedPoint::SnappedPoint(Inkscape::SnapCandidatePoint const &p, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained) : function in class:Inkscape::SnappedPoint
57 Inkscape::SnappedPoint::SnappedPoint(Geom::Point const &p, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &at_intersection, bool const &constrained_snap, bool const &fully_constrained, Geom::Coord const &d2, Geom::Coord const &t2, bool const &a2) : function in class:Inkscape::SnappedPoint
79 Inkscape::SnappedPoint::SnappedPoint(): function in class:Inkscape::SnappedPoint
99 Inkscape::SnappedPoint function in class:Inkscape::SnappedPoint
[all...]
H A Dsnapped-point.h6 * \brief SnappedPoint class.
25 class SnappedPoint class in namespace:Inkscape
29 SnappedPoint();
30 SnappedPoint(Geom::Point const &p);
31 SnappedPoint(Geom::Point const &p, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &at_intersection, bool const &constrained_snap, bool const &fully_constrained, Geom::Coord const &d2, Geom::Coord const &t2, bool const &a2);
32 SnappedPoint(Geom::Point const &p, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained, Geom::OptRect target_bbox = Geom::OptRect());
33 SnappedPoint(SnapCandidatePoint const &p, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained);
34 ~SnappedPoint();
77 bool isOtherSnapBetter(SnappedPoint const &other_one, bool weighted) const;
131 bool getClosestSP(std::list<Inkscape::SnappedPoint> cons
[all...]

Completed in 11 milliseconds