Searched refs:_target_bbox (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsnap-candidate.h38 _target_bbox(bbox),
47 _target_bbox(Geom::OptRect()),
58 _target_bbox(Geom::OptRect()),
79 inline Geom::OptRect const getTargetBBox() const {return _target_bbox;}
104 // SNAPTARGET_BBOX_EDGE_MIDPOINT, then _target_bbox stores the relevant bounding box
105 Geom::OptRect _target_bbox; member in class:Inkscape::SnapCandidatePoint
H A Dsnapped-point.h71 void setTargetBBox(Geom::OptRect const target) {_target_bbox = target;}
72 Geom::OptRect const getTargetBBox() const {return _target_bbox;}
124 Geom::OptRect _target_bbox; member in class:Inkscape::SnappedPoint
H A Dsnapped-point.cpp32 _target_bbox(target_bbox),
52 _target_bbox (p.getTargetBBox()),
74 _target_bbox (Geom::OptRect()),
94 _target_bbox (Geom::OptRect()),
114 _target_bbox (Geom::OptRect()),
H A Dsnapped-curve.cpp33 _target_bbox = target_bbox;
54 _target_bbox = Geom::OptRect();

Completed in 952 milliseconds