Searched refs:SNAPTARGET_NODE_CUSP (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/
H A Dsnap-enums.h67 SNAPTARGET_NODE_CUSP, enumerator in enum:Inkscape::SnapTargetType
H A Dsnap-preferences.cpp66 target = SNAPTARGET_NODE_CUSP;
266 return SNAPTARGET_NODE_CUSP;
H A Dsp-ellipse.cpp554 if (snapprefs->isTargetSnappable(Inkscape::SNAPTARGET_NODE_CUSP) && slice && this->_closed) {
556 p.push_back(Inkscape::SnapCandidatePoint(pt, Inkscape::SNAPSOURCE_NODE_CUSP, Inkscape::SNAPTARGET_NODE_CUSP));
565 if (snapprefs->isTargetSnappable(Inkscape::SNAPTARGET_NODE_CUSP) && slice) {
569 p.push_back(Inkscape::SnapCandidatePoint(pt, Inkscape::SNAPSOURCE_NODE_CUSP, Inkscape::SNAPTARGET_NODE_CUSP));
575 p.push_back(Inkscape::SnapCandidatePoint(pt, Inkscape::SNAPSOURCE_NODE_CUSP, Inkscape::SNAPTARGET_NODE_CUSP));
H A Dsp-shape.cpp1090 if (snapprefs->isTargetSnappable(Inkscape::SNAPTARGET_NODE_CUSP)) {
1092 p.push_back(Inkscape::SnapCandidatePoint(path_it->initialPoint() * i2dt, Inkscape::SNAPSOURCE_NODE_CUSP, Inkscape::SNAPTARGET_NODE_CUSP));
1108 if (snapprefs->isTargetSnappable(Inkscape::SNAPTARGET_NODE_CUSP) && !path_it->closed()) {
1111 p.push_back(Inkscape::SnapCandidatePoint((*curve_it1).finalPoint() * i2dt, Inkscape::SNAPSOURCE_NODE_CUSP, Inkscape::SNAPTARGET_NODE_CUSP));
1119 bool c1 = snapprefs->isTargetSnappable(Inkscape::SNAPTARGET_NODE_CUSP) && (nodetype == Geom::NODE_CUSP || nodetype == Geom::NODE_NONE);
1129 stt = Inkscape::SNAPTARGET_NODE_CUSP;
H A Dsp-namedview.cpp521 this->snap_manager.snapprefs.setTargetSnappable(Inkscape::SNAPTARGET_NODE_CUSP, value ? sp_str_to_bool(value) : TRUE);
/inkscape/src/display/
H A Dsnap-indicator.cpp102 case SNAPTARGET_NODE_CUSP:
/inkscape/src/widgets/
H A Dtoolbox.cpp1628 v = nv->snap_manager.snapprefs.isSnapButtonEnabled(Inkscape::SNAPTARGET_NODE_CUSP);
1996 gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act7->gobj()), nv->snap_manager.snapprefs.isSnapButtonEnabled(Inkscape::SNAPTARGET_NODE_CUSP));
/inkscape/src/ui/tool/
H A Dnode.cpp1356 return SNAPTARGET_NODE_CUSP;

Completed in 989 milliseconds