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

/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp493 double time_it1, time_it2, time_it1_B, intpart; local
517 time_it1_B = modf(to_time(index, -resultLenght), &intpart);
520 time_it1_B = 1;
522 time_it1_B = gapHelper;
527 time_it1_B = 1;
530 if (time_it1_B < time_it1) {
531 time_it1_B = time_it1 + gapHelper;
535 out.push_back(time_it1_B);

Completed in 20 milliseconds