Searched refs:section (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/2geom/ |
H A D | toposweep.cpp | 36 unsigned TopoGraph::Vertex::find_section(boost::shared_ptr<Section> section) const { 39 if((*this)[i].section == section) return i; 51 v.erase(v.find_section(ret.section)); 78 assert(are_near(e.section->fp, vertices[i].avg, tol) || are_near(e.section->tp, vertices[i].avg, tol)); 79 assert(!are_near(e.section->fp, e.section->tp, tol)); 80 assert(e.section.get()); 81 unsigned oix = vertices[e.other].find_section(e.section); 327 boost::shared_ptr<Section> section; member in struct:Geom::Context [all...] |
H A D | toposweep.h | 62 // represents a monotonic section of a path 90 boost::shared_ptr<Section> section; // section associated with this edge member in class:Geom::TopoGraph::Edge 92 Edge(boost::shared_ptr<Section> s, unsigned o) : section(s), other(o) {} 108 unsigned find_section(boost::shared_ptr<Section> section) const; 194 //find a representative section
|
H A D | basic-intersection.cpp | 170 std::vector<std::pair<double, double> > section; local 172 find_intersections(section, pieces[i], pieces[j], precision); 173 for(unsigned k = 0; k < section.size(); k++) { 174 double l = section[k].first; 175 double r = section[k].second;
|
/inkscape/doc/ |
H A D | keys.css | 66 .toc-section {
|
Completed in 19 milliseconds