Searched refs:_curve (Results 1 - 25 of 33) sorted by relevance

12

/inkscape/src/display/
H A Ddrawing-shape.cpp36 , _curve(NULL)
43 if (_curve)
44 _curve->unref();
52 if (_curve) {
53 _curve->unref();
54 _curve = NULL;
57 _curve = curve;
93 if (_curve) {
94 boundingbox = bounds_exact_transformed(_curve->get_pathvector(), ctx.ctm);
116 if (_curve) {
[all...]
H A Ddrawing-shape.h48 SPCurve *_curve; member in class:Inkscape::DrawingShape
H A Dnr-svgfonts.cpp346 pathv = path->_curve->get_pathvector();
361 pathv = shape->_curve->get_pathvector();
/inkscape/src/live_effects/
H A Dspiro-converters.cpp27 _curve.moveto(x, y);
37 _curve.lineto(x, y);
39 _curve.closepath();
50 _curve.quadto(xm, ym, x3, y3);
52 _curve.closepath();
63 _curve.curveto(x1, y1, x2, y2, x3, y3);
65 _curve.closepath();
H A Dspiro-converters.h27 : _curve(curve)
36 SPCurve &_curve; member in class:Spiro::ConverterSPCurve
H A Dlpe-offset.cpp45 Geom::Point offset = *(SP_SHAPE(lpeitem)->_curve->first_point());
H A Dlpe-parallel.cpp70 SPCurve const *curve = SP_SHAPE(lpeitem)->_curve;
/inkscape/src/
H A Dsp-path.cpp55 return _curve ? _curve->nodes_in_path() : 0;
93 if (!this->_curve) {
100 Geom::PathVector const & pv = this->_curve->get_pathvector();
255 if ( this->_curve != NULL ) {
256 gchar *str = sp_svg_write_path(this->_curve->get_pathvector());
291 if (!_curve) { // 0 nodes, nothing to transform
305 _curve->transform(transform);
347 if (_curve) {
348 gchar *str = sp_svg_write_path(this->_curve
[all...]
H A Dsp-hatch-path.cpp39 _curve(NULL),
51 if (_curve) {
52 _curve = _curve->unref();
57 _curve = new_curve->ref();
59 _curve = new_curve->copy();
153 if (_curve && (_repeatLength() <= 0)) {
200 if (!_curve) {
206 bbox = bounds_exact_transformed(_curve->get_pathvector(), transform);
230 if (_curve
[all...]
H A Dsp-shape.cpp63 this->_curve = NULL;
107 if (this->_curve) {
108 this->_curve = this->_curve->unref();
169 sh->setPath(this->_curve);
296 if (!shape->_curve) return;
297 Geom::PathVector const & pathv = shape->_curve->get_pathvector();
426 if (!this->_curve) {
430 bbox = bounds_exact_transformed(this->_curve->get_pathvector(), transform);
449 if ( this->hasMarkers() && !this->_curve
[all...]
H A Dsnapped-curve.cpp22 _curve = curve;
43 _curve = NULL;
68 Geom::Crossings cs = crossings(*(this->_curve), *(curve._curve));
75 Geom::Point p_ix = this->_curve->pointAt((*i).ta);
129 Geom::Crossings cs = crossings(*(this->_curve), *line_as_curve);
136 Geom::Point p_ix = this->_curve->pointAt((*i).ta);
H A Dsp-polygon.cpp72 /* While saving polygon element without points attribute _curve is NULL (see bug 1202753) */
73 if (this->_curve != NULL) {
74 gchar *str = sp_svg_write_polygon(this->_curve->get_pathvector());
H A Dsnapped-curve.h34 Geom::Curve const *_curve; member in class:Inkscape::SnappedCurve::Geom
H A Dsp-hatch-path.h80 SPCurve *_curve; member in class:SPHatchPath
H A Dsp-conn-end.cpp104 SPCurve* conn_curve = conn->_curve->copy();
154 Geom::PathVector conn_pv = path->_curve->get_pathvector();
165 change_endpts(path->_curve, endPos);
H A Dsp-shape.h52 SPCurve *_curve; member in class:SPShape
H A Dsp-spiral.cpp81 if (!this->_curve) {
86 char *d = sp_svg_write_path(this->_curve->get_pathvector());
207 if ( this->_curve != NULL ) {
208 gchar *str = sp_svg_write_path(this->_curve->get_pathvector());
H A Dsp-ellipse.cpp596 if (this->_curve != NULL && type == SP_GENERIC_ELLIPSE_ARC) {
597 gchar *str = sp_svg_write_path(this->_curve->get_pathvector());
634 if (_curve != NULL) {
635 gchar* d = sp_svg_write_path(_curve->get_pathvector());
H A Dsp-star.cpp87 char *d = sp_svg_write_path (this->_curve->get_pathvector());
233 if ( this->_curve != NULL ) {
234 gchar *str = sp_svg_write_path(this->_curve->get_pathvector());
H A Dbox3d-side.cpp61 SPCurve const *curve = this->_curve;
/inkscape/src/2geom/
H A Dsvg-path-parser.cpp1085 , _curve(NULL)
1092 delete _curve;
1100 delete _curve;
1101 _curve = NULL;
1218 if (_curve && (!_absolute || !_moveto_was_absolute) &&
1221 _curve->setFinal(_initial);
1231 if (_curve) {
1232 _sink.feed(*_curve, false);
1233 delete _curve;
1235 _curve
[all...]
H A Delliptical-arc-from-sbasis.cpp76 * _curve: the input curve to be converted;
84 curve_type const& _curve,
193 curve_type const& _curve,
196 : ea(_ea), curve(_curve),
192 make_elliptical_arc( EllipticalArc& _ea, curve_type const& _curve, unsigned int _total_samples, double _tolerance ) argument
H A Dsvg-path-parser.h121 Curve *_curve; member in class:Geom::SVGPathParser
/inkscape/src/extension/internal/
H A Djavafx-out.cpp475 if (shape->_curve->is_empty()) {
496 Geom::PathVector pathv = pathv_to_linear_and_cubic_beziers( shape->_curve->get_pathvector() * tf );
789 SPCurve *curve = shape->_curve;
H A Dpov-out.cpp280 if (shape->_curve->is_empty()) {
318 Geom::PathVector pathv = pathv_to_linear_and_cubic_beziers( shape->_curve->get_pathvector() * tf );

Completed in 34 milliseconds

12