Lines Matching refs:rDestinationCanvas

71                                   const ::cppcanvas::CanvasSharedPtr&	rDestinationCanvas,  in prefetch()
80 rDestinationCanvas != io_rCacheEntry.getDestinationCanvas() ) in prefetch()
169 …rCacheEntry.mpRenderer = ::cppcanvas::VCLFactory::getInstance().createRenderer( rDestinationCanvas, in prefetch()
174 io_rCacheEntry.mpDestinationCanvas = rDestinationCanvas; in prefetch()
180 if( rDestinationCanvas != io_rCacheEntry.mpLastBitmapCanvas ) in prefetch()
190 bool ViewShape::draw( const ::cppcanvas::CanvasSharedPtr& rDestinationCanvas, in draw() argument
200 getRenderer( rDestinationCanvas, rMtf, rAttr ) ); in draw()
218 rDestinationCanvas->getUNOCanvas()->drawLine( geometry::RealPoint2D(0.0,0.0), in draw()
220 rDestinationCanvas->getViewState(), in draw()
222 rDestinationCanvas->getUNOCanvas()->drawLine( geometry::RealPoint2D(1.0,0.0), in draw()
224 rDestinationCanvas->getViewState(), in draw()
524 bool ViewShape::render( const ::cppcanvas::CanvasSharedPtr& rDestinationCanvas, in render() argument
612 rDestinationCanvas->getTransformation() ); in render()
629 getCacheEntry( rDestinationCanvas ) ); in render()
637 rDestinationCanvas, in render()
643 aCompositingSurface->mpDestinationCanvas = rDestinationCanvas; in render()
729 return draw( rDestinationCanvas, in render()
755 …::iterator ViewShape::getCacheEntry( const ::cppcanvas::CanvasSharedPtr& rDestinationCanvas ) const in getCacheEntry()
767 ::boost::cref( rDestinationCanvas ), in getCacheEntry()
794 …::RendererSharedPtr ViewShape::getRenderer( const ::cppcanvas::CanvasSharedPtr& rDestinationCanvas, in getRenderer() argument
801 getCacheEntry( rDestinationCanvas ) ); in getRenderer()
808 rDestinationCanvas, in getRenderer()