Searched refs:SNAPTARGET_LINE_MIDPOINT (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/ |
H A D | snap-enums.h | 68 SNAPTARGET_LINE_MIDPOINT, enumerator in enum:Inkscape::SnapTargetType
|
H A D | sp-rect.cpp | 497 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 D | snap-preferences.cpp | 268 return SNAPTARGET_LINE_MIDPOINT;
|
H A D | sp-shape.cpp | 1101 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 D | snap.cpp | 608 if (t == Inkscape::SNAPTARGET_LINE_MIDPOINT ||
|
H A D | sp-namedview.cpp | 477 this->snap_manager.snapprefs.setTargetSnappable(Inkscape::SNAPTARGET_LINE_MIDPOINT, value ? sp_str_to_bool(value) : FALSE);
|
/inkscape/src/display/ |
H A D | snap-indicator.cpp | 138 case SNAPTARGET_LINE_MIDPOINT:
|
/inkscape/src/widgets/ |
H A D | toolbox.cpp | 1660 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