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

/inkscape/src/2geom/
H A Dpath-sink.h218 class PathBuilder : public PathIteratorSink<SubpathInserter> { class in namespace:Geom
223 PathBuilder() : PathIteratorSink<SubpathInserter>(SubpathInserter(_pathset)) {} function in class:Geom::PathBuilder
225 PathBuilder(PathVector &pv) : PathIteratorSink<SubpathInserter>(SubpathInserter(pv)) {} function in class:Geom::PathBuilder

Completed in 52 milliseconds