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

/inkscape/src/
H A Dline-snapper.h22 class LineSnapper : public Snapper class in namespace:Inkscape
25 LineSnapper(SnapManager *sm, Geom::Coord const d);
H A Dline-snapper.cpp2 * LineSnapper class.
20 Inkscape::LineSnapper::LineSnapper(SnapManager *sm, Geom::Coord const d) : Snapper(sm, d) function in class:Inkscape::LineSnapper
24 void Inkscape::LineSnapper::freeSnap(IntermSnapResults &isr,
90 void Inkscape::LineSnapper::constrainedSnap(IntermSnapResults &isr,
164 void Inkscape::LineSnapper::_addSnappedLinesOrigin(IntermSnapResults &/*isr*/, Geom::Point const &/*origin*/, Geom::Coord const &/*snapped_distance*/, SnapSourceType const &/*source_type*/, long /*source_num*/, bool /*constrained_snap*/) const

Completed in 1367 milliseconds