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

/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp628 std::vector< double > rtsmin = roots (x - pwd2_in.domain().min()); local
630 if ( !rtsmin.empty() && !rtsmax.empty() ) {
631 x = portion(x, rtsmin.at(0), rtsmax.at(0));
632 y = portion(y, rtsmin.at(0), rtsmax.at(0));

Completed in 15 milliseconds