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

/inkscape/src/
H A Dsnap-enums.h68 SNAPTARGET_LINE_MIDPOINT, enumerator in enum:Inkscape::SnapTargetType
H A Dsp-rect.cpp497 if (snapprefs->isTargetSnappable(Inkscape::SNAPTARGET_LINE_MIDPOINT)) {
498 p.push_back(Inkscape::SnapCandidatePoint((p0 + p1)/2, Inkscape::SNAPSOURCE_LINE_MIDPOINT, Inkscape::SNAPTARGET_LINE_MIDPOINT));
499 p.push_back(Inkscape::SnapCandidatePoint((p1 + p2)/2, Inkscape::SNAPSOURCE_LINE_MIDPOINT, Inkscape::SNAPTARGET_LINE_MIDPOINT));
500 p.push_back(Inkscape::SnapCandidatePoint((p2 + p3)/2, Inkscape::SNAPSOURCE_LINE_MIDPOINT, Inkscape::SNAPTARGET_LINE_MIDPOINT));
501 p.push_back(Inkscape::SnapCandidatePoint((p3 + p0)/2, Inkscape::SNAPSOURCE_LINE_MIDPOINT, Inkscape::SNAPTARGET_LINE_MIDPOINT));
H A Dsnap-preferences.cpp268 return SNAPTARGET_LINE_MIDPOINT;
H A Dsp-shape.cpp1101 if (snapprefs->isTargetSnappable(Inkscape::SNAPTARGET_LINE_MIDPOINT)) {
1103 p.push_back(Inkscape::SnapCandidatePoint(Geom::middle_point(*line_segment) * i2dt, Inkscape::SNAPSOURCE_LINE_MIDPOINT, Inkscape::SNAPTARGET_LINE_MIDPOINT));
H A Dsnap.cpp608 if (t == Inkscape::SNAPTARGET_LINE_MIDPOINT ||
H A Dsp-namedview.cpp477 this->snap_manager.snapprefs.setTargetSnappable(Inkscape::SNAPTARGET_LINE_MIDPOINT, value ? sp_str_to_bool(value) : FALSE);
/inkscape/src/display/
H A Dsnap-indicator.cpp138 case SNAPTARGET_LINE_MIDPOINT:
/inkscape/src/widgets/
H A Dtoolbox.cpp1660 v = nv->snap_manager.snapprefs.isSnapButtonEnabled(Inkscape::SNAPTARGET_LINE_MIDPOINT);
2000 gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act9->gobj()), nv->snap_manager.snapprefs.isSnapButtonEnabled(Inkscape::SNAPTARGET_LINE_MIDPOINT));

Completed in 55 milliseconds