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

/inkscape/src/2geom/
H A Dtoposweep.cpp36 unsigned TopoGraph::Vertex::find_section(boost::shared_ptr<Section> section) const { function in class:Geom::TopoGraph::Vertex
51 v.erase(v.find_section(ret.section));
81 unsigned oix = vertices[e.other].find_section(e.section);
539 TopoGraph::Edge next_edge = g[j][1 - g[j].find_section(e.section)];
615 e_ix = g[cur].find_section(e.section);
H A Dtoposweep.h108 unsigned find_section(boost::shared_ptr<Section> section) const;

Completed in 225 milliseconds