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

/inkscape/src/2geom/
H A Dcrossing.cpp189 Crossings::reverse_iterator rit = crs.rbegin(); local
191 for (rit = crs.rbegin(); rit!= crs.rend(); ++rit) {
192 Crossings::reverse_iterator rit2 = rit;
194 if (Geom::are_near((*rit).ta, (*rit2).ta) && Geom::are_near((*rit).tb, (*rit2).tb)) {
195 crs.erase((rit + 1).base()); // This +1 and .base() construction is needed to convert to a regular iterator

Completed in 13 milliseconds