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

/inkscape/src/widgets/
H A Dpencil-toolbar.cpp51 #include "live_effects/lpe-powerstroke.h"
300 Inkscape::LivePathEffect::Effect* powerstroke = lpeitem->getPathEffectOfType(Inkscape::LivePathEffect::POWERSTROKE); local
302 if(powerstroke){
303 Inkscape::LivePathEffect::LPEPowerStroke *lpe_powerstroke = dynamic_cast<Inkscape::LivePathEffect::LPEPowerStroke*>(powerstroke->getLPEObj()->get_lpe());

Completed in 14 milliseconds