Searched refs:c_lpe (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dbox3d-side.cpp202 SPCurve *c_lpe = c->copy(); local
203 bool success = this->performPathEffect(c_lpe);
206 this->setCurveInsync(c_lpe, TRUE);
209 c_lpe->unref();
H A Dsp-spiral.cpp374 SPCurve *c_lpe = c->copy(); local
375 bool success = this->performPathEffect(c_lpe);
378 this->setCurveInsync( c_lpe, TRUE);
381 c_lpe->unref();
H A Dsp-ellipse.cpp454 SPCurve *c_lpe = curve->copy(); local
455 bool success = this->performPathEffect(c_lpe);
458 this->setCurveInsync(c_lpe, TRUE);
461 c_lpe->unref();
H A Dsp-star.cpp455 SPCurve *c_lpe = c->copy(); local
456 bool success = this->performPathEffect(c_lpe);
459 this->setCurveInsync( c_lpe, TRUE);
462 c_lpe->unref();

Completed in 19 milliseconds