Searched defs:GuideSnapper (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | guide-snapper.h | 24 class GuideSnapper : public LineSnapper class in namespace:Inkscape 27 GuideSnapper(SnapManager *sm, Geom::Coord const d);
|
H A D | guide-snapper.cpp | 18 Inkscape::GuideSnapper::GuideSnapper(SnapManager *sm, Geom::Coord const d) : LineSnapper(sm, d) function in class:Inkscape::GuideSnapper 26 Geom::Coord Inkscape::GuideSnapper::getSnapperTolerance() const 33 bool Inkscape::GuideSnapper::getSnapperAlwaysSnap() const 38 Inkscape::GuideSnapper::LineList Inkscape::GuideSnapper::_getSnapLines(Geom::Point const &/*p*/) const 60 bool Inkscape::GuideSnapper::ThisSnapperMightSnap() const 69 void Inkscape::GuideSnapper::_addSnappedLine(IntermSnapResults &isr, Geom::Point const &snapped_point, Geom::Coord const &snapped_distance, SnapSourceType const &source, long source_num, Geom::Point const &normal_to_line, Geom::Point const &point_on_line) const 75 void Inkscape::GuideSnapper::_addSnappedLinesOrigin(IntermSnapResults &isr, Geom::Point const &origin, Geom::Coord const &snapped_distance, SnapSourceType const &source, long source_num, bool constrained_snap) const 81 void Inkscape::GuideSnapper [all...] |
Completed in 22 milliseconds