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

/inkscape/src/display/
H A Ddrawing-item.cpp147 // remove from the set of cached items and delete cache
339 DrawingItem::setCached(bool cached, bool persistent) argument
347 _cached = cached;
348 _cached_persistent = persistent ? cached : false;
349 if (cached) {
741 nir |= (_cache != NULL); // 5. it is cached
H A Ddrawing-item.h112 bool cached() const { return _cached; } function in class:Inkscape::DrawingItem
219 unsigned _cached_persistent : 1; ///< If set, will always be cached regardless of score

Completed in 281 milliseconds