Home
last modified time | relevance | path

Searched refs:io_rCacheEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/slideshow/source/engine/shapes/
H A Dviewshape.cxx70 bool ViewShape::prefetch( RendererCacheEntry& io_rCacheEntry, in prefetch() argument
79 if( rMtf != io_rCacheEntry.mpMtf || in prefetch()
80 rDestinationCanvas != io_rCacheEntry.getDestinationCanvas() ) in prefetch()
169io_rCacheEntry.mpRenderer = ::cppcanvas::VCLFactory::getInstance().createRenderer( rDestinationCan… in prefetch()
173 io_rCacheEntry.mpMtf = rMtf; in prefetch()
174 io_rCacheEntry.mpDestinationCanvas = rDestinationCanvas; in prefetch()
180 if( rDestinationCanvas != io_rCacheEntry.mpLastBitmapCanvas ) in prefetch()
182 io_rCacheEntry.mpLastBitmapCanvas.reset(); in prefetch()
183 io_rCacheEntry.mpLastBitmap.reset(); in prefetch()
187 return (io_rCacheEntry.mpRenderer.get() != NULL); in prefetch()
H A Dviewshape.hxx243 bool prefetch( RendererCacheEntry& io_rCacheEntry,

Completed in 17 milliseconds