Searched refs:scp (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/ui/tool/
H A Dcontrol-point-selection.cpp550 SelectableControlPoint *scp = local
552 if (scp) {
553 rc = scp->position();
595 SelectableControlPoint *scp = local
597 if (scp) {
598 center = scp->position();
632 SelectableControlPoint *scp = local
634 Geom::Point center = scp ? scp->position() : _handles->rotationCenter().position();
H A Dcurve-drag-point.cpp86 Inkscape::SnapCandidatePoint scp(new_pos, Inkscape::SNAPSOURCE_OTHER_HANDLE);
87 Inkscape::SnappedPoint sp = m.freeSnap(scp, Geom::OptRect(), false);
/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp475 Inkscape::SnapCandidatePoint scp(point, Inkscape::SNAPSOURCE_OTHER_HANDLE);
476 scp.addOrigin(this->knot_end->position());
477 Inkscape::SnappedPoint sp = snap_manager.freeSnap(scp);
496 Inkscape::SnapCandidatePoint scp(point, Inkscape::SNAPSOURCE_OTHER_HANDLE);
497 scp.addOrigin(this->knot_start->position());
498 Inkscape::SnappedPoint sp = snap_manager.freeSnap(scp);
605 Inkscape::SnapCandidatePoint scp(motion_dt, Inkscape::SNAPSOURCE_OTHER_HANDLE);
606 scp.addOrigin(start_p);
608 snap_manager.preSnap(scp);
634 Inkscape::SnapCandidatePoint scp(end_
[all...]
H A Dnode-tool.cpp501 Inkscape::SnapCandidatePoint scp(motion_dt, Inkscape::SNAPSOURCE_OTHER_HANDLE);
502 m.preSnap(scp, true);
614 Inkscape::SnapCandidatePoint scp(motion_dt, Inkscape::SNAPSOURCE_OTHER_HANDLE);
615 Inkscape::SnappedPoint sp = m.freeSnap(scp, Geom::OptRect(), true);
H A Dfreehand-base.cpp627 Inkscape::SnapCandidatePoint scp(p, Inkscape::SNAPSOURCE_NODE_HANDLE);
629 scp.addOrigin(*start_of_line);
632 Inkscape::SnappedPoint sp = m.freeSnap(scp);
/inkscape/src/extension/internal/
H A Demf-print.cpp1011 SPClipPath *scp = NULL; local
1014 scp = (item->clip_ref ? item->clip_ref->getObject() : NULL);
1015 if(scp)break;
1020 if(scp != scpActive){ // change or remove the clipping
1029 if (scp) { // set the new clip
1045 for(item = SP_ITEM(scp->firstChild()); item; item=SP_ITEM(item->getNext())){
1056 scpActive = scp; // remember for next time
1072 } // scp exists
/inkscape/src/
H A Dgradient-drag.cpp814 Inkscape::SnapCandidatePoint scp = Inkscape::SnapCandidatePoint(p, Inkscape::SNAPSOURCE_OTHER_HANDLE); local
870 sp = m.constrainedAngularSnap(scp, dragger->point_original, dr_snap, 2);
873 sp = m.constrainedAngularSnap(scp, boost::optional<Geom::Point>(), dr_snap, snaps);
881 Inkscape::SnappedPoint bsp = m.findBestSnap(scp, isr, true);

Completed in 1256 milliseconds