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

/inkscape/src/display/
H A Ddrawing.cpp214 j->item->setCached(true);
218 // Note that calling setCached on an item modifies _cached_items
225 (*j)->setCached(false);
H A Ddrawing-item.h113 void setCached(bool c, bool persistent = false);
H A Ddrawing-item.cpp148 setCached(false, true);
336 * Calling setCached(false, true) will also remove the persistent status
339 DrawingItem::setCached(bool cached, bool persistent) function in class:Inkscape::DrawingItem
728 // deleted in setCached()

Completed in 18 milliseconds