Lines Matching refs:SpriteCanvas
53 SpriteCanvas::SpriteCanvas( const uno::Sequence< uno::Any >& aArguments, in SpriteCanvas() function in cairocanvas::SpriteCanvas
60 void SpriteCanvas::initialize() in initialize()
123 void SAL_CALL SpriteCanvas::disposing() in disposing()
133 …::sal_Bool SAL_CALL SpriteCanvas::showBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeException) in showBuffer()
138 …::sal_Bool SAL_CALL SpriteCanvas::switchBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeExcepti… in switchBuffer()
143 … sal_Bool SAL_CALL SpriteCanvas::updateScreen( sal_Bool bUpdateAll ) throw (uno::RuntimeException) in updateScreen()
156 ::rtl::OUString SAL_CALL SpriteCanvas::getServiceName( ) throw (uno::RuntimeException) in getServiceName()
161 SurfaceSharedPtr SpriteCanvas::getSurface() in getSurface()
166 … SurfaceSharedPtr SpriteCanvas::createSurface( const ::basegfx::B2ISize& rSize, Content aContent ) in createSurface()
171 SurfaceSharedPtr SpriteCanvas::createSurface( ::Bitmap& rBitmap ) in createSurface()
183 SurfaceSharedPtr SpriteCanvas::changeSurface( bool, bool ) in changeSurface()
189 OutputDevice* SpriteCanvas::getOutputDevice() in getOutputDevice()
194 SurfaceSharedPtr SpriteCanvas::getBufferSurface() in getBufferSurface()
199 SurfaceSharedPtr SpriteCanvas::getWindowSurface() in getWindowSurface()
204 const ::basegfx::B2ISize& SpriteCanvas::getSizePixel() in getSizePixel()
209 void SpriteCanvas::setSizePixel( const ::basegfx::B2ISize& rSize ) in setSizePixel()
217 void SpriteCanvas::flush() in flush()
222 bool SpriteCanvas::repaint( const SurfaceSharedPtr& pSurface, in repaint()