Searched defs:PathData (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dintersection-graph.h104 struct PathData { struct in class:Geom::PathIntersectionGraph
110 PathData(int w, std::size_t pi) function in struct:Geom::PathIntersectionGraph::PathData
131 PathData &_getPathData(ILIter iter);
135 boost::ptr_vector<PathData> _components[2];
H A Dpath.h58 struct PathData { struct in namespace:Geom::PathInternal
325 typedef PathInternal::PathData PathData; typedef in class:Geom::Path
352 : _data(new PathData())
363 : _data(new PathData())
830 _data.reset(new PathData(*_data));
843 boost::shared_ptr<PathData> _data;

Completed in 220 milliseconds