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

/inkscape/src/2geom/
H A Dintersection-graph.h119 typedef IntersectionList::const_iterator CILIter; typedef in class:Geom::PathIntersectionGraph
H A Dintersection-graph.cpp303 typedef IntersectionList::const_iterator CILIter; typedef
305 for (CILIter j = _components[0][i].xlist.begin(); j != _components[0][i].xlist.end(); ++j) {
319 for (CILIter k = li->xlist.begin(); k != li->xlist.end(); ++k) {
320 CILIter n = cyclic_next(k, li->xlist);
469 typedef PathIntersectionGraph::IntersectionList::const_iterator CILIter; typedef
475 for (CILIter j = xl.begin(); j != xl.end(); ++j) {

Completed in 15 milliseconds