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

/inkscape/src/live_effects/
H A Deffect-enum.h69 INVALID_LPE // This must be last (I made it such that it is not needed anymore I think..., Don't trust on it being last. - johan) enumerator in enum:Inkscape::LivePathEffect::EffectType
/inkscape/src/ui/tools/
H A Dfreehand-base.cpp103 , waiting_LPE_type(Inkscape::LivePathEffect::INVALID_LPE)
511 if (dc->waiting_LPE_type != INVALID_LPE) {
513 dc->waiting_LPE_type = INVALID_LPE;
517 lpetool_context_switch_mode(SP_LPETOOL_CONTEXT(dc), INVALID_LPE); local

Completed in 536 milliseconds