Searched refs:getTargetBBox (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dsnapped-point.h72 Geom::OptRect const getTargetBBox() const {return _target_bbox;} function in class:Inkscape::SnappedPoint::Geom
H A Dsnap-candidate.h79 inline Geom::OptRect const getTargetBBox() const {return _target_bbox;} function in class:Inkscape::SnapCandidatePoint::Geom
H A Dsnapped-point.cpp52 _target_bbox (p.getTargetBBox()),
H A Dobject-snapper.cpp309 s = SnappedPoint(target_pt, p.getSourceType(), p.getSourceNum(), (*k).getTargetType(), dist, getSnapperTolerance(), getSnapperAlwaysSnap(), false, true, (*k).getTargetBBox());
343 s = SnappedPoint(target_pt, SNAPSOURCE_GUIDE, 0, (*k).getTargetType(), dist, tol, getSnapperAlwaysSnap(), false, true, (*k).getTargetBBox());
/inkscape/src/display/
H A Dsnap-indicator.cpp319 Geom::OptRect const bbox = p.getTargetBBox();

Completed in 1214 milliseconds