Searched refs:time_end (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-mirror_symmetry.cpp240 double time_end = crossed[i]; local
241 if (time_start != time_end && time_end - time_start > Geom::EPSILON) {
242 Geom::Path portion = original.portion(time_start, time_end);
262 time_start = time_end;
H A Dlpe-copy_rotate.cpp176 double time_end = crossed[i]; local
177 if (time_start == time_end || time_end - time_start < Geom::EPSILON) {
180 Geom::Path portion_original = original.portion(time_start,time_end);
191 time_start = time_end;

Completed in 16 milliseconds