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

/inkscape/src/2geom/
H A Dsbasis-to-bezier.h45 class PathBuilder;
53 void build_from_sbasis(PathBuilder &pb, D2<SBasis> const &B, double tol, bool only_cubicbeziers);
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
H A Dsbasis-to-bezier.cpp474 void build_from_sbasis(Geom::PathBuilder &pb, D2<SBasis> const &B, double tol, bool only_cubicbeziers) {
501 PathBuilder pb;
517 Geom::PathBuilder pb;
/inkscape/src/svg/
H A Dsvg-path.cpp46 Geom::PathBuilder builder(pathv);
/inkscape/src/helper/
H A Dgeom-pathstroke.cpp873 typedef void cap_func(Geom::PathBuilder& res, Geom::Path const& with_dir, Geom::Path const& against_dir, double width);
875 void flat_cap(Geom::PathBuilder& res, Geom::Path const&, Geom::Path const& against_dir, double)
880 void round_cap(Geom::PathBuilder& res, Geom::Path const&, Geom::Path const& against_dir, double width)
885 void square_cap(Geom::PathBuilder& res, Geom::Path const& with_dir, Geom::Path const& against_dir, double width)
895 void peak_cap(Geom::PathBuilder& res, Geom::Path const& with_dir, Geom::Path const& against_dir, double width)
913 Geom::PathBuilder res;
/inkscape/src/libnrtype/
H A DFontInstance.cpp103 FT2GeomData(Geom::PathBuilder &b, double s)
108 Geom::PathBuilder &builder;
366 Geom::PathBuilder path_builder;
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp110 void build_segment(Geom::PathBuilder &, Node *, Node *);
1341 Geom::PathBuilder builder;
1398 void build_segment(Geom::PathBuilder &builder, Node *prev_node, Node *cur_node)
/inkscape/src/
H A Dsp-ellipse.cpp428 Geom::PathBuilder pb;
H A Dobject-snapper.cpp630 Geom::PathBuilder pb;
/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp324 Geom::PathBuilder pb;

Completed in 1304 milliseconds