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

/inkscape/src/helper/
H A Dgeom-nodetype.h40 NodeType get_nodetype(Curve const &c_incoming, Curve const &c_outgoing);
H A Dgeom-nodetype.cpp27 NodeType get_nodetype(Curve const &c_incoming, Curve const &c_outgoing) function in namespace:Geom
/inkscape/src/live_effects/
H A Dlpe-spiro.cpp83 // TODO: see if this can be simplified by using /helpers/geom-nodetype.cpp:get_nodetype
87 Geom::NodeType nodetype = Geom::get_nodetype(*curve_it1, *curve_it2);
113 Geom::NodeType nodetype = Geom::get_nodetype(*curve_it1, path_it->front());
H A Dlpe-fillet-chamfer.cpp427 nodetype = get_nodetype(*A, *curve_it1);
432 nodetype = get_nodetype((*path_it)[counter - 1], *curve_it1);
H A Dlpe-taperstroke.cpp181 if (Geom::get_nodetype(path_in[i], path_in[i + 1]) != Geom::NODE_SMOOTH ) {
/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp149 nodetype = get_nodetype(path_it->back_open(), *curve_it1);
151 nodetype = get_nodetype(path_it->back_closed(), *curve_it1);
157 //check node type also whith straight lines because get_nodetype
161 // because is not handle as cusp node by get_nodetype function
164 nodetype = get_nodetype((*path_it)[counterCurves - 1], *curve_it1);
301 nodetype = get_nodetype(path_it->back_open(), *curve_it1);
303 nodetype = get_nodetype(path_it->back_closed(), *curve_it1);
311 nodetype = get_nodetype((*path_it)[counterCurves - 1], *curve_it1);
/inkscape/src/
H A Dsp-shape.cpp1117 Geom::NodeType nodetype = Geom::get_nodetype(*curve_it1, *curve_it2);

Completed in 1050 milliseconds