Home
last modified time | relevance | path

Searched refs:SpriteCanvas (Results 1 – 25 of 36) sorted by relevance

12

/aoo41x/main/canvas/source/cairo/
H A Dcairo_spritecanvas.cxx53 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()
161 SurfaceSharedPtr SpriteCanvas::getSurface() in getSurface()
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()
[all …]
H A Dcairo_spritecanvas.hxx108 class SpriteCanvas : public SpriteCanvasBaseT, class
112 SpriteCanvas( const ::com::sun::star::uno::Sequence<
131 …DECLARE_UNO3_XCOMPONENT_AGG_DEFAULTS( SpriteCanvas, WindowGraphicDeviceBase_Base, ::cppu::WeakComp…
167 typedef ::rtl::Reference< SpriteCanvas > SpriteCanvasRef;
H A Dcairo_spritedevicehelper.hxx43 class SpriteCanvas;
52 SpriteCanvas& rSpriteCanvas,
82 SpriteCanvas* mpSpriteCanvas;
H A Dcairo_spritecanvashelper.hxx42 class SpriteCanvas;
50 SpriteCanvas& rOwningSpriteCanvas,
134 SpriteCanvas* mpOwningSpriteCanvas;
H A Dcairo_services.cxx63 static uno::Reference<uno::XInterface> initSpriteCanvas( SpriteCanvas* pCanvas ) in initSpriteCanvas()
71 sdecl::class_< SpriteCanvas, sdecl::with_args<true> > serviceImpl2(&initSpriteCanvas);
H A Dcairo_spritedevicehelper.cxx62 SpriteCanvas& rSpriteCanvas, in init()
/aoo41x/main/canvas/source/directx/
H A Ddx_spritecanvas.cxx68 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()
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()
[all …]
H A Ddx_spritecanvas.hxx104 class SpriteCanvas : public SpriteCanvasBaseT, public BitmapProvider class
107 SpriteCanvas( const ::com::sun::star::uno::Sequence<
122 …DECLARE_UNO3_XCOMPONENT_AGG_DEFAULTS( SpriteCanvas, WindowGraphicDeviceBase_Base, ::cppu::WeakComp…
148 typedef ::rtl::Reference< SpriteCanvas > SpriteCanvasRef;
H A Ddx_spritecanvashelper.hxx43 class SpriteCanvas;
50 void init( SpriteCanvas& rParent,
133 SpriteCanvas* mpSpriteSurface;
H A Ddx_spritedevicehelper.hxx42 class SpriteCanvas;
51 SpriteCanvas& rSpriteCanvas,
98 SpriteCanvas* mpSpriteCanvas;
/aoo41x/main/canvas/source/vcl/
H A Dspritecanvas.cxx53 SpriteCanvas::SpriteCanvas( const uno::Sequence< uno::Any >& aArguments, in SpriteCanvas() function in vclcanvas::SpriteCanvas
60 void SpriteCanvas::initialize() in initialize()
121 SpriteCanvas::~SpriteCanvas() in ~SpriteCanvas()
127 void SAL_CALL SpriteCanvas::disposing() in disposing()
137 …::sal_Bool SAL_CALL SpriteCanvas::showBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeException) in showBuffer()
142 …::sal_Bool SAL_CALL SpriteCanvas::switchBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeExcepti… in switchBuffer()
147 … sal_Bool SAL_CALL SpriteCanvas::updateScreen( sal_Bool bUpdateAll ) throw (uno::RuntimeException) in updateScreen()
158 …::rtl::OUString SAL_CALL SpriteCanvas::getServiceName( ) throw (::com::sun::star::uno::RuntimeExc… in getServiceName()
163 bool SpriteCanvas::repaint( const GraphicObjectSharedPtr& rGrf, in repaint()
H A Dspritecanvas.hxx107 class SpriteCanvas : public SpriteCanvasBaseT, class
111 SpriteCanvas( const ::com::sun::star::uno::Sequence<
119 ~SpriteCanvas();
133 …DECLARE_UNO3_XCOMPONENT_AGG_DEFAULTS( SpriteCanvas, WindowGraphicDeviceBase_Base, ::cppu::WeakComp…
163 typedef ::rtl::Reference< SpriteCanvas > SpriteCanvasRef;
164 typedef ::rtl::Reference< SpriteCanvas > DeviceRef;
H A Dspritecanvashelper.hxx42 class SpriteCanvas;
50 SpriteCanvas& rOwningSpriteCanvas,
151 SpriteCanvas* mpOwningSpriteCanvas;
H A Dservices.cxx71 static uno::Reference<uno::XInterface> initSpriteCanvas( SpriteCanvas* pCanvas ) in initSpriteCanvas()
78 sdecl::class_<SpriteCanvas, sdecl::with_args<true> > serviceImpl2(&initSpriteCanvas);
H A Dimpltools.cxx83 SpriteCanvas* pCanvasImpl = dynamic_cast< SpriteCanvas* >( xBitmap.get() ); in bitmapExFromXBitmap()
H A Dspritedevicehelper.hxx45 class SpriteCanvas;
/aoo41x/main/canvas/source/null/
H A Dnull_spritecanvas.cxx56 SpriteCanvas::SpriteCanvas( const uno::Sequence< uno::Any >& aArguments, in SpriteCanvas() function in nullcanvas::SpriteCanvas
63 void SpriteCanvas::initialize() in initialize()
98 void SAL_CALL SpriteCanvas::disposing() in disposing()
108 …::sal_Bool SAL_CALL SpriteCanvas::showBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeException) in showBuffer()
118 …::sal_Bool SAL_CALL SpriteCanvas::switchBuffer( ::sal_Bool bUpdateAll ) throw (uno::RuntimeExcepti… in switchBuffer()
128 … sal_Bool SAL_CALL SpriteCanvas::updateScreen( sal_Bool bUpdateAll ) throw (uno::RuntimeException) in updateScreen()
141 ::rtl::OUString SAL_CALL SpriteCanvas::getServiceName( ) throw (uno::RuntimeException) in getServiceName()
146 static uno::Reference<uno::XInterface> initCanvas( SpriteCanvas* pCanvas ) in initCanvas()
154 sdecl::class_<SpriteCanvas, sdecl::with_args<true> > serviceImpl(&initCanvas);
H A Dnull_spritecanvas.hxx101 class SpriteCanvas : public SpriteCanvasBaseT, class
102 private UsageCounter< SpriteCanvas >
105 SpriteCanvas( const ::com::sun::star::uno::Sequence<
124 …DECLARE_UNO3_XCOMPONENT_AGG_DEFAULTS( SpriteCanvas, WindowGraphicDeviceBase_Base, ::cppu::WeakComp…
141 typedef ::rtl::Reference< SpriteCanvas > SpriteCanvasRef;
142 typedef ::rtl::Reference< SpriteCanvas > DeviceRef;
H A Dnull_devicehelper.hxx38 class SpriteCanvas;
46 void init( SpriteCanvas& rSpriteCanvas,
97 SpriteCanvas* mpSpriteCanvas;
H A Dnull_spritecanvashelper.hxx41 class SpriteCanvas;
49 SpriteCanvas& rDevice,
H A Dnull_canvashelper.hxx38 class SpriteCanvas;
70 SpriteCanvas& rDevice,
258 SpriteCanvas* mpDevice;
H A Dnull_spritecanvashelper.cxx52 SpriteCanvas& rDevice, in init()
H A Dnull_canvasfont.hxx48 class SpriteCanvas;
/aoo41x/main/cppcanvas/inc/cppcanvas/
H A Dspritecanvas.hxx48 class SpriteCanvas;
51 typedef ::boost::shared_ptr< ::cppcanvas::SpriteCanvas > SpriteCanvasSharedPtr;
55 class SpriteCanvas : public virtual BitmapCanvas class
66 SpriteCanvasSharedPtr p( ::boost::dynamic_pointer_cast< SpriteCanvas >(this->clone()) ); in cloneSpriteCanvas()
/aoo41x/main/cppcanvas/source/wrapper/
H A Dimplspritecanvas.hxx47 class ImplSpriteCanvas : public virtual SpriteCanvas, protected virtual ImplBitmapCanvas

Completed in 91 milliseconds

12