Searched defs:DrawingCache (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/display/
H A Ddrawing-surface.h62 class DrawingCache class in namespace:Inkscape
66 explicit DrawingCache(Geom::IntRect const &area);
67 ~DrawingCache();
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...]

Completed in 10 milliseconds