Lines Matching refs:SpriteCanvas
68 SpriteCanvas::SpriteCanvas( const uno::Sequence< uno::Any >& aArguments, in SpriteCanvas() function in dxcanvas::SpriteCanvas
75 void SpriteCanvas::initialize() in initialize()
124 void SAL_CALL SpriteCanvas::disposing() in disposing()
134 …::sal_Bool SAL_CALL SpriteCanvas::showBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeException) in showBuffer()
144 …::sal_Bool SAL_CALL SpriteCanvas::switchBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeExcepti… in switchBuffer()
154 … sal_Bool SAL_CALL SpriteCanvas::updateScreen( sal_Bool bUpdateAll ) throw (uno::RuntimeException) in updateScreen()
167 ::rtl::OUString SAL_CALL SpriteCanvas::getServiceName( ) throw (uno::RuntimeException) in getServiceName()
172 const IDXRenderModuleSharedPtr& SpriteCanvas::getRenderModule() const in getRenderModule()
179 const DXSurfaceBitmapSharedPtr& SpriteCanvas::getBackBuffer() const in getBackBuffer()
186 IBitmapSharedPtr SpriteCanvas::getBitmap() const in getBitmap()
191 static uno::Reference<uno::XInterface> initCanvas( SpriteCanvas* pCanvas ) in initCanvas()
199 sdecl::class_<SpriteCanvas, sdecl::with_args<true> > serviceImpl(&initCanvas);