Lines Matching refs:lpe
8 #include "live_effects/lpe-bendpath.h"
187 LPEBendPath *lpe = dynamic_cast<LPEBendPath *> (_effect);
190 Geom::Path path_in = lpe->bend_path.get_pathvector().pathAt(Geom::PathVectorTime(0, 0, 0.0));
203 lpe->prop_scale.param_set_value(-Geom::distance(s , ptA)/(lpe->original_height/2.0));
205 lpe->prop_scale.param_set_value(Geom::distance(s , ptA)/(lpe->original_height/2.0));
214 LPEBendPath *lpe = dynamic_cast<LPEBendPath *> (_effect);
216 Geom::Path path_in = lpe->bend_path.get_pathvector().pathAt(Geom::PathVectorTime(0, 0, 0.0));
226 Geom::Point result_point = Geom::Point::polar(ray.angle(), (lpe->original_height/2.0) * lpe->prop_scale) + ptA;