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

/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1252 Inkscape::LivePathEffect::Effect const *this_effect = path->getPathEffectOfType(Inkscape::LivePathEffect::BSPLINE); member in class:Inkscape::UI::Inkscape::LivePathEffect
1253 if(this_effect){
1254 lpe_bsp = dynamic_cast<LivePathEffect::LPEBSpline const*>(this_effect->getLPEObj()->get_lpe());
1268 Inkscape::LivePathEffect::Effect const *this_effect = _path->getPathEffectOfType(Inkscape::LivePathEffect::BSPLINE); member in class:Inkscape::UI::Inkscape::LivePathEffect
1269 if(this_effect){
1373 Inkscape::LivePathEffect::Effect* this_effect = _path->getPathEffectOfType(Inkscape::LivePathEffect::POWERSTROKE); local
1374 if(this_effect){
1375 LivePathEffect::LPEPowerStroke *lpe_pwr = dynamic_cast<LivePathEffect::LPEPowerStroke*>(this_effect->getLPEObj()->get_lpe());
1380 this_effect = _path->getPathEffectOfType(Inkscape::LivePathEffect::FILLET_CHAMFER);
1381 if(this_effect){
[all...]

Completed in 18 milliseconds