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

/inkscape/src/display/
H A Ddrawing-surface.cpp175 DrawingCache::DrawingCache(Geom::IntRect const &area) function in class:Inkscape::DrawingCache
181 DrawingCache::~DrawingCache()
187 DrawingCache::markDirty(Geom::IntRect const &area)
193 DrawingCache::markClean(Geom::IntRect const &area)
203 DrawingCache::scheduleTransform(Geom::IntRect const &new_area, Geom::Affine const &trans)
212 DrawingCache::prepare()
274 DrawingCache::paintFromCache(DrawingContext &dc, Geom::OptIntRect &area)
313 DrawingCache
[all...]
H A Ddrawing-surface.h62 class DrawingCache class in namespace:Inkscape
66 explicit DrawingCache(Geom::IntRect const &area);
67 ~DrawingCache();
H A Ddrawing-item.h32 class DrawingCache;
206 DrawingCache *_cache;
H A Ddrawing-item.cpp723 _cache = new DrawingCache(*cl);

Completed in 19 milliseconds