Lines Matching refs:_curve
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->get_pathvector().empty() ) {
451 Geom::PathVector const & pathv = this->_curve->get_pathvector();
632 if (!this->_curve) {
636 Geom::PathVector const & pathv = this->_curve->get_pathvector();
754 s->setPath(this->_curve);
827 this->_curve &&
842 Geom::PathVector const & pathv = this->_curve->get_pathvector();
990 if (_curve) {
991 _curve = _curve->unref();
996 _curve = new_curve->ref();
998 _curve = new_curve->copy();
1025 if (_curve) {
1026 return _curve->copy();
1042 if (_curve) {
1043 return _curve->copy();
1055 if (_curve) {
1056 _curve = _curve->unref();
1061 _curve = new_curve->ref();
1063 _curve = new_curve->copy();
1069 if (this->_curve == NULL) {
1073 Geom::PathVector const &pathv = this->_curve->get_pathvector();