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

/inkscape/share/extensions/
H A DjessyInk_summary.py125 # Collect information about effects.
126 effects = {}
134 if not effects.has_key(dictio["order"]):
135 effects[dictio["order"]] = []
137 effects[dictio["order"]].append(dictio)
145 if not effects.has_key(dictio["order"]):
146 effects[dictio["order"]] = []
148 effects[dictio["order"]].append(dictio)
155 if not effects.has_key(dictio["order"]):
156 effects[dicti
[all...]
H A DjessyInk.js244 // Gathering all the information about the transitions and effects of the slides, set the background
308 // Set effects.
328 var effects = getElementsByPropertyNS(node, NSS["jessyink"], propName);
330 for (var effectCounter = 0; effectCounter < effects.length; effectCounter++)
332 var element = document.getElementById(effects[effectCounter]);
478 slides[counter]["effects"] = new Array();
483 slides[counter]["effects"][slides[counter]["effects"].length] = tempEffects[effectCounter];
542 if ((activeEffect < 0) || (!slides[activeSlide].effects))
546 else if (activeEffect > slides[activeSlide].effects
[all...]
/inkscape/src/ui/dialog/
H A Dtemplate-load-tab.cpp285 std::list<Inkscape::Extension::Effect *> effects; local
286 Inkscape::Extension::db.get_effect_list(effects);
288 std::list<Inkscape::Extension::Effect *>::iterator it = effects.begin();
289 while (it != effects.end()){

Completed in 16 milliseconds