Lines Matching refs:_curve
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->get_pathvector());
433 return _curve;
446 return _curve;