Lines Matching refs:lpe
23 #include "live_effects/lpe-bendpath.h"
24 #include "live_effects/lpe-patternalongpath.h"
25 #include "live_effects/lpe-simplify.h"
39 #include "ui/tools/lpe-tool.h"
48 #include "live_effects/lpe-powerstroke.h"
227 Effect* lpe = SP_LPE_ITEM(item)->getCurrentLPE();
228 static_cast<LPEPatternAlongPath*>(lpe)->pattern.set_new_value(newpath,true);
236 Effect* lpe = SP_LPE_ITEM(item)->getCurrentLPE();
237 static_cast<LPEPowerStroke*>(lpe)->offset_points.param_set_and_write_new_value(points);
264 lpe->getRepr()->setAttribute("start_linecap_type", "zerowidth");
265 lpe->getRepr()->setAttribute("end_linecap_type", "zerowidth");
266 lpe->getRepr()->setAttribute("cusp_linecap_type", "round");
267 lpe->getRepr()->setAttribute("sort_points", "true");
268 lpe->getRepr()->setAttribute("interpolator_type", "CubicBezierJohan");
269 lpe->getRepr()->setAttribute("interpolator_beta", "0.2");
270 lpe->getRepr()->setAttribute("offset_points", s.str().c_str());
283 Effect* lpe = SP_LPE_ITEM(item)->getCurrentLPE();
286 lpe->getRepr()->setAttribute("prop_scale", "1");
287 lpe->getRepr()->setAttribute("scale_y_rel", "false");
288 lpe->getRepr()->setAttribute("vertical", "false");
289 static_cast<LPEBendPath*>(lpe)->bend_path.paste_param_path(svgd);
297 Effect* lpe = SP_LPE_ITEM(item)->getCurrentLPE();
299 lpe->getRepr()->setAttribute("steps", "1");
300 lpe->getRepr()->setAttribute("threshold", threshold);
301 lpe->getRepr()->setAttribute("smooth_angles", "360");
302 lpe->getRepr()->setAttribute("helper_size", "0");
303 lpe->getRepr()->setAttribute("simplifyindividualpaths", "false");
304 lpe->getRepr()->setAttribute("simplifyJustCoalesce", "false");