Searched refs:PathBuilder (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/2geom/ |
H A D | sbasis-to-bezier.h | 45 class PathBuilder; 53 void build_from_sbasis(PathBuilder &pb, D2<SBasis> const &B, double tol, bool only_cubicbeziers);
|
H A D | path-sink.h | 218 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 D | sbasis-to-bezier.cpp | 474 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 D | svg-path.cpp | 46 Geom::PathBuilder builder(pathv);
|
/inkscape/src/helper/ |
H A D | geom-pathstroke.cpp | 873 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 D | FontInstance.cpp | 103 FT2GeomData(Geom::PathBuilder &b, double s) 108 Geom::PathBuilder &builder; 366 Geom::PathBuilder path_builder;
|
/inkscape/src/ui/tool/ |
H A D | path-manipulator.cpp | 110 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 D | sp-ellipse.cpp | 428 Geom::PathBuilder pb;
|
H A D | object-snapper.cpp | 630 Geom::PathBuilder pb;
|
/inkscape/src/live_effects/ |
H A D | lpe-powerstroke.cpp | 324 Geom::PathBuilder pb;
|
Completed in 45 milliseconds