Home
last modified time | relevance | path

Searched refs:IntermSnapResults (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dline-snapper.h28 void freeSnap(IntermSnapResults &isr,
34 void constrainedSnap(IntermSnapResults &isr,
53 …virtual void _addSnappedLine(IntermSnapResults &isr, Geom::Point const &snapped_point, Geom::Coord…
56 …virtual void _addSnappedLinesOrigin(IntermSnapResults &isr, Geom::Point const &origin, Geom::Coord…
58 …virtual void _addSnappedLinePerpendicularly(IntermSnapResults &isr, Geom::Point const &snapped_poi…
59 …virtual void _addSnappedPoint(IntermSnapResults &isr, Geom::Point const &snapped_point, Geom::Coor…
H A Dobject-snapper.h49 void freeSnap(IntermSnapResults &isr,
55 void constrainedSnap(IntermSnapResults &isr,
82 void _snapNodes(IntermSnapResults &isr,
88 void _snapTranslatingGuide(IntermSnapResults &isr,
95 void _snapPaths(IntermSnapResults &isr,
100 void _snapPathsConstrained(IntermSnapResults &isr,
107 IntermSnapResults &isr,
H A Dguide-snapper.h36 …void _addSnappedLine(IntermSnapResults &isr, Geom::Point const &snapped_point, Geom::Coord const &…
37 …void _addSnappedLinesOrigin(IntermSnapResults &isr, Geom::Point const &origin, Geom::Coord const &…
38 …void _addSnappedLinePerpendicularly(IntermSnapResults &isr, Geom::Point const &snapped_point, Geom…
39 …void _addSnappedPoint(IntermSnapResults &isr, Geom::Point const &snapped_point, Geom::Coord const …
H A Dguide-snapper.cpp71 void Inkscape::GuideSnapper::_addSnappedLine(IntermSnapResults &isr, Geom::Point const &snapped_poi… in _addSnappedLine()
77 void Inkscape::GuideSnapper::_addSnappedLinesOrigin(IntermSnapResults &isr, Geom::Point const &orig… in _addSnappedLinesOrigin()
83 void Inkscape::GuideSnapper::_addSnappedLinePerpendicularly(IntermSnapResults &isr, Geom::Point con… in _addSnappedLinePerpendicularly()
89 void Inkscape::GuideSnapper::_addSnappedPoint(IntermSnapResults &isr, Geom::Point const &snapped_po… in _addSnappedPoint()
H A Dsnapper.h25 struct IntermSnapResults { struct
59 virtual void freeSnap(IntermSnapResults &/*isr*/, in freeSnap() argument
138 virtual void constrainedSnap(IntermSnapResults &/*isr*/, in constrainedSnap() argument
H A Dline-snapper.cpp23 void Inkscape::LineSnapper::freeSnap(IntermSnapResults &isr, in freeSnap()
85 void Inkscape::LineSnapper::constrainedSnap(IntermSnapResults &isr, in constrainedSnap()
159 void Inkscape::LineSnapper::_addSnappedLinesOrigin(IntermSnapResults &/*isr*/, Geom::Point const &/… in _addSnappedLinesOrigin() argument
H A Dsnap.cpp132 IntermSnapResults isr; in freeSnap()
184 IntermSnapResults isr; in multipleOfGridPitch()
257 IntermSnapResults isr; in constrainedSnap()
327 IntermSnapResults isr; in multipleConstrainedSnaps()
407 IntermSnapResults isr; in guideFreeSnap()
433 IntermSnapResults isr; in guideConstrainedSnap()
486 IntermSnapResults const &isr, in findBestSnap()
H A Dobject-snapper.cpp313 void Inkscape::ObjectSnapper::_snapNodes(IntermSnapResults &isr, in _snapNodes()
359 void Inkscape::ObjectSnapper::_snapTranslatingGuide(IntermSnapResults &isr, in _snapTranslatingGuide()
502 void Inkscape::ObjectSnapper::_snapPaths(IntermSnapResults &isr, in _snapPaths()
630 void Inkscape::ObjectSnapper::_snapPathsConstrained(IntermSnapResults &isr, in _snapPathsConstrained()
696 void Inkscape::ObjectSnapper::freeSnap(IntermSnapResults &isr, in freeSnap()
737 void Inkscape::ObjectSnapper::constrainedSnap( IntermSnapResults &isr, in constrainedSnap()
846 void Inkscape::ObjectSnapper::_snapPathsTangPerp(bool snap_tang, bool snap_perp, IntermSnapResults in _snapPathsTangPerp()
H A Dsnap.h387 …Inkscape::SnappedPoint findBestSnap(Inkscape::SnapCandidatePoint const &p, IntermSnapResults const…
H A Dgradient-drag.cpp789 IntermSnapResults isr; in gr_knot_moved_handler()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/control/
H A Dcanvas-axonomgrid.h85 …void _addSnappedLine(IntermSnapResults &isr, Geom::Point const &snapped_point, Geom::Coord const &…
86 …void _addSnappedPoint(IntermSnapResults &isr, Geom::Point const &snapped_point, Geom::Coord const …
87 …void _addSnappedLinePerpendicularly(IntermSnapResults &isr, Geom::Point const &snapped_point, Geom…
H A Dcanvas-grid.h186 …void _addSnappedLine(IntermSnapResults &isr, Geom::Point const &snapped_point, Geom::Coord const &…
187 …void _addSnappedPoint(IntermSnapResults &isr, Geom::Point const &snapped_point, Geom::Coord const …
188 …void _addSnappedLinePerpendicularly(IntermSnapResults &isr, Geom::Point const &snapped_point, Geom…
H A Dcanvas-axonomgrid.cpp734 void CanvasAxonomGridSnapper::_addSnappedLine(IntermSnapResults &isr, Geom::Point const &snapped_po… in _addSnappedLine()
740 void CanvasAxonomGridSnapper::_addSnappedPoint(IntermSnapResults &isr, Geom::Point const &snapped_p… in _addSnappedPoint()
746 void CanvasAxonomGridSnapper::_addSnappedLinePerpendicularly(IntermSnapResults &isr, Geom::Point co… in _addSnappedLinePerpendicularly()
H A Dcanvas-grid.cpp1060 void CanvasXYGridSnapper::_addSnappedLine(IntermSnapResults &isr, Geom::Point const &snapped_point,… in _addSnappedLine()
1066 void CanvasXYGridSnapper::_addSnappedPoint(IntermSnapResults &isr, Geom::Point const &snapped_point… in _addSnappedPoint()
1072 void CanvasXYGridSnapper::_addSnappedLinePerpendicularly(IntermSnapResults &isr, Geom::Point const … in _addSnappedLinePerpendicularly()