Searched defs:idxmax (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dsbasis-roots.cpp507 unsigned idxmax = std::max(idxa, idxb); local
509 if ( idxmax > idxmin ){
510 for (unsigned idx = idxmin; idx < idxmax; idx++){
514 if ( idxmax < levels.size() && f_t0t1.intersects( levels[idxmax] ) ){
515 solsets[idxmax].push_back( Interval( t0, t1 ) );

Completed in 28 milliseconds