Searched refs:scp (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ui/tool/ |
H A D | control-point-selection.cpp | 550 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 D | curve-drag-point.cpp | 86 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 D | measure-tool.cpp | 475 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 D | node-tool.cpp | 501 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 D | freehand-base.cpp | 627 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 D | emf-print.cpp | 1011 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 D | gradient-drag.cpp | 814 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 2092 milliseconds