/inkscape/src/display/ |
H A D | drawing-shape.cpp | 36 , _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 D | drawing-shape.h | 48 SPCurve *_curve; member in class:Inkscape::DrawingShape
|
H A D | nr-svgfonts.cpp | 346 pathv = path->_curve->get_pathvector(); 361 pathv = shape->_curve->get_pathvector();
|
/inkscape/src/live_effects/ |
H A D | spiro-converters.cpp | 27 _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 D | spiro-converters.h | 27 : _curve(curve) 36 SPCurve &_curve; member in class:Spiro::ConverterSPCurve
|
H A D | lpe-offset.cpp | 45 Geom::Point offset = *(SP_SHAPE(lpeitem)->_curve->first_point());
|
H A D | lpe-parallel.cpp | 70 SPCurve const *curve = SP_SHAPE(lpeitem)->_curve;
|
/inkscape/src/ |
H A D | sp-path.cpp | 55 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 D | sp-hatch-path.cpp | 39 _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 D | sp-shape.cpp | 63 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 D | snapped-curve.cpp | 22 _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 D | sp-polygon.cpp | 72 /* 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 D | snapped-curve.h | 34 Geom::Curve const *_curve; member in class:Inkscape::SnappedCurve::Geom
|
H A D | sp-hatch-path.h | 80 SPCurve *_curve; member in class:SPHatchPath
|
H A D | sp-conn-end.cpp | 104 SPCurve* conn_curve = conn->_curve->copy(); 154 Geom::PathVector conn_pv = path->_curve->get_pathvector(); 165 change_endpts(path->_curve, endPos);
|
H A D | sp-shape.h | 52 SPCurve *_curve; member in class:SPShape
|
H A D | sp-spiral.cpp | 81 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 D | sp-ellipse.cpp | 596 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 D | sp-star.cpp | 87 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 D | box3d-side.cpp | 61 SPCurve const *curve = this->_curve;
|
/inkscape/src/2geom/ |
H A D | svg-path-parser.cpp | 1085 , _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 D | elliptical-arc-from-sbasis.cpp | 76 * _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 D | svg-path-parser.h | 121 Curve *_curve; member in class:Geom::SVGPathParser
|
/inkscape/src/extension/internal/ |
H A D | javafx-out.cpp | 475 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 D | pov-out.cpp | 280 if (shape->_curve->is_empty()) { 318 Geom::PathVector pathv = pathv_to_linear_and_cubic_beziers( shape->_curve->get_pathvector() * tf );
|