Lines Matching refs:source
27 /// Class to store data for points which are snap candidates, either as a source or as a target
33 SnapCandidatePoint(Geom::Point const &point, Inkscape::SnapSourceType const source, long const source_num, Inkscape::SnapTargetType const target, Geom::OptRect const &bbox)
35 _source_type(source),
43 SnapCandidatePoint(Geom::Point const &point, Inkscape::SnapSourceType const source, Inkscape::SnapTargetType const target)
45 _source_type(source),
53 SnapCandidatePoint(Geom::Point const &point, Inkscape::SnapSourceType const source)
55 _source_type(source),
92 // If this SnapCandidatePoint is a snap source, then _source_type must be defined. If it
94 // be a source or target, then both may be defined
98 //Sequence number of the source point within the set of points that is to be snapped.