Searched refs:pathvector (Results 1 - 25 of 59) sorted by relevance

123

/inkscape/src/libnrtype/
H A Dfont-glyph.h12 Geom::PathVector* pathvector; // outline as 2geom pathvector, for text->curve stuff (should be unified with livarot) member in struct:font_glyph
H A DFontInstance.cpp26 #include <2geom/pathvector.h>
226 if ( glyphs[i].pathvector ) {
227 delete glyphs[i].pathvector;
373 n_g.pathvector=NULL;
509 n_g.pathvector = new Geom::PathVector(pv);
510 Geom::OptRect bounds = bounds_exact(*n_g.pathvector);
646 return glyphs[no].pathvector;
/inkscape/src/live_effects/
H A Dlpe-transform_2pts.h40 size_t nodeCount(Geom::PathVector pathvector) const;
42 Geom::Point pointAtNodeIndex(Geom::PathVector pathvector, size_t index) const;
44 Geom::Path pathAtNodeIndex(Geom::PathVector pathvector, size_t index) const;
68 Geom::PathVector pathvector; member in class:Inkscape::LivePathEffect::LPETransform2Pts
H A Dlpe-transform_2pts.cpp18 #include <2geom/pathvector.h>
47 pathvector(),
99 pathvector = sp_path->get_original_curve()->get_pathvector();
101 if(!pathvector.empty()) {
102 point_a = pathvector.initialPoint();
103 point_b = pathvector.finalPoint();
105 point_b = pathvector.back().finalCurve().initialPoint();
107 size_t nnodes = nodeCount(pathvector);
131 pathvector = sp_path->get_original_curve()->get_pathvector();
137 if(!pathvector
210 pointAtNodeIndex(Geom::PathVector pathvector, size_t index) const argument
225 pathAtNodeIndex(Geom::PathVector pathvector, size_t index) const argument
[all...]
H A Dlpe-circle_with_radius.cpp18 #include <2geom/pathvector.h>
H A Dlpe-line_segment.cpp17 #include <2geom/pathvector.h>
H A Dlpe-spiro.cpp11 #include <2geom/pathvector.h>
/inkscape/src/helper/
H A Dgeom-pathstroke.h14 #include <2geom/pathvector.h>
/inkscape/src/2geom/
H A D2geom.h53 #include <2geom/pathvector.h>
H A Dsbasis-to-bezier.h39 #include <2geom/pathvector.h>
H A Dintersection-graph.h42 #include <2geom/pathvector.h>
H A Dpath-sink.h36 #include <2geom/pathvector.h>
77 * implementations of path() and pathvector() will call it
222 /// Create a builder that outputs to an internal pathvector.
224 /// Create a builder that outputs to pathvector given by reference.
H A Dcrossing.h43 #include <2geom/pathvector.h>
H A Dtoposweep.h40 #include <2geom/pathvector.h>
49 // indicates a particular curve in a pathvector
53 // retrieves the indicated curve from the pathvector
/inkscape/src/extension/internal/
H A Dmetafile-inout.h28 #include <2geom/pathvector.h>
H A Dmetafile-print.h23 #include <2geom/pathvector.h>
/inkscape/src/libdepixelize/
H A Dsplines.h28 #include <2geom/pathvector.h>
/inkscape/src/display/
H A Dcurve.h16 #include <2geom/pathvector.h>
H A Dcurve-test.h6 #include <2geom/pathvector.h>
/inkscape/src/live_effects/parameter/
H A Dparameter.h14 #include <2geom/pathvector.h>
/inkscape/src/
H A Dsp-polygon.cpp18 #include <2geom/pathvector.h>
H A Dsp-path.cpp30 #include <2geom/pathvector.h>
/inkscape/src/ui/tool/
H A Dpath-manipulator.h16 #include <2geom/pathvector.h>
/inkscape/src/svg/
H A Dsvg-path.cpp23 #include <2geom/pathvector.h>
44 return pathv; // return empty pathvector when str == NULL
/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.h15 #include <2geom/pathvector.h>

Completed in 114 milliseconds

123