Lines Matching refs:curve_it1
69 Geom::Path::const_iterator curve_it1 = path_it->begin(); // incoming curve
75 /* This deals with the node between curve_it1 and curve_it2.
77 * and then curve_it1 points to end or closing segment */
78 Geom::Point p = curve_it1->finalPoint();
84 bool this_is_line = is_straight_curve(*curve_it1);
87 Geom::NodeType nodetype = Geom::get_nodetype(*curve_it1, *curve_it2);
102 ++curve_it1;
108 Geom::Point p = curve_it1->finalPoint();
112 // curve_it1 points to the (visually) closing segment. determine the match between first and this last segment (the closing node)
113 Geom::NodeType nodetype = Geom::get_nodetype(*curve_it1, path_it->front());