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

/inkscape/src/display/
H A Ddrawing.cpp220 std::set<DrawingItem*> to_uncache; local
223 std::inserter(to_uncache, to_uncache.end()));
224 for (std::set<DrawingItem*>::iterator j = to_uncache.begin(); j != to_uncache.end(); ++j) {

Completed in 13 milliseconds