Lines Matching defs:lines
34 /* Get the lines that we will try to snap to */
35 const LineList lines = _getSnapLines(p.getPoint());
37 for (LineList::const_iterator i = lines.begin(); i != lines.end(); ++i) {
105 /* Get the lines that we will try to snap to */
106 const LineList lines = _getSnapLines(pp);
108 for (LineList::const_iterator i = lines.begin(); i != lines.end(); ++i) {
143 // We're probably dealing with parallel lines, so snapping doesn't make any sense here
162 // Will only be overridden in the guide-snapper class, because grid lines don't have an origin; the