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

/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp232 NodeList::iterator sp_start = (*i)->begin(), sp_end = (*i)->end(); local
233 for (NodeList::iterator j = sp_start; j != sp_end; ++j) {
237 for (NodeList::iterator ins = sp_start; ins != sp_end; ++ins)

Completed in 25 milliseconds