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

/inkscape/src/
H A Dsnapped-curve.cpp172 if (exclude_paths && ((*i).getTarget() == Inkscape::SNAPTARGET_PATH)) {
190 if ((*i).getTarget() != Inkscape::SNAPTARGET_BBOX_EDGE) { // We don't support snapping to intersections of bboxes,
195 if ((*j).getTarget() != Inkscape::SNAPTARGET_BBOX_EDGE) { // We don't support snapping to intersections of bboxes
225 if ((*i).getTarget() != Inkscape::SNAPTARGET_BBOX_EDGE) { // We don't support snapping to intersections of bboxes,
228 if ((*j).getTarget() != Inkscape::SNAPTARGET_BBOX_EDGE) { // We don't support snapping to intersections of bboxes
H A Dsnapped-point.h70 SnapTargetType getTarget() const {return _target;} function in class:Inkscape::SnappedPoint
H A Dsnapped-point.cpp196 if (other_one.getTarget() == SNAPTARGET_CONSTRAINT) {
199 if (getTarget() == SNAPTARGET_CONSTRAINT) {
H A Dsnap.cpp607 Inkscape::SnapTargetType t = (*i).getTarget();
628 // std::cout << "sp = " << (*i).getPoint() << " | source = " << (*i).getSource() << " | target = " << (*i).getTarget();
/inkscape/src/display/
H A Dsnap-indicator.cpp59 if (p.getTarget() == SNAPTARGET_CONSTRAINT) {
73 switch (p.getTarget()) {
285 if ( (p.getSource() != SNAPSOURCE_GRID_PITCH) && (p.getTarget() != SNAPTARGET_UNDEFINED) ) {

Completed in 19 milliseconds