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

/inkscape/src/
H A Dsnap.cpp591 Inkscape::SnappedPoint closestGridGuidePoint; local
592 if (getClosestIntersectionSL(isr.grid_lines, isr.guide_lines, closestGridGuidePoint)) {
593 closestGridGuidePoint.setSource(p.getSourceType());
594 closestGridGuidePoint.setTarget(Inkscape::SNAPTARGET_GRID_GUIDE_INTERSECTION);
595 sp_list.push_back(closestGridGuidePoint);

Completed in 246 milliseconds