Searched defs:thisEffect (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dpen-tool.cpp1409 Inkscape::LivePathEffect::Effect* thisEffect = SP_LPE_ITEM(this->white_item)->getPathEffectOfType(Inkscape::LivePathEffect::BSPLINE); local
1410 if(thisEffect){
1411 lpe_bsp = dynamic_cast<LivePathEffect::LPEBSpline*>(thisEffect->getLPEObj()->get_lpe());
1422 Inkscape::LivePathEffect::Effect* thisEffect = SP_LPE_ITEM(this->white_item)->getPathEffectOfType(Inkscape::LivePathEffect::SPIRO); local
1423 if(thisEffect){
1424 lpe_spi = dynamic_cast<LivePathEffect::LPESpiro*>(thisEffect->getLPEObj()->get_lpe());

Completed in 15 milliseconds