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

/inkscape/src/display/
H A Ddrawing.cpp212 std::set<DrawingItem*> to_cache; local
215 to_cache.insert(j->item);
217 // Everything which is now in _cached_items but not in to_cache must be uncached
222 to_cache.begin(), to_cache.end(),

Completed in 14 milliseconds