LibreOffice Module canvas (master) 1
|
#include <dx_canvasbitmap.hxx>
Public Member Functions | |
CanvasBitmap (const IBitmapSharedPtr &rSurface, const DeviceRef &rDevice) | |
Create a canvas bitmap for the given surface. More... | |
virtual void | disposeThis () override |
Dispose all internal references. More... | |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual IBitmapSharedPtr | getBitmap () const override |
virtual css::uno::Any SAL_CALL | getFastPropertyValue (sal_Int32 nHandle) override |
virtual void SAL_CALL | setFastPropertyValue (sal_Int32, const css::uno::Any &) override |
Public Member Functions inherited from canvas::IntegerBitmapBase< Base > | |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getData (css::rendering::IntegerBitmapLayout &bitmapLayout, const css::geometry::IntegerRectangle2D &rect) override |
virtual void SAL_CALL | setData (const css::uno::Sequence< sal_Int8 > &, const css::rendering::IntegerBitmapLayout &bitmapLayout, const css::geometry::IntegerRectangle2D &rect) override |
virtual void SAL_CALL | setPixel (const css::uno::Sequence< sal_Int8 > &, const css::rendering::IntegerBitmapLayout &bitmapLayout, const css::geometry::IntegerPoint2D &pos) override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getPixel (css::rendering::IntegerBitmapLayout &bitmapLayout, const css::geometry::IntegerPoint2D &pos) override |
virtual css::rendering::IntegerBitmapLayout SAL_CALL | getMemoryLayout () override |
Public Member Functions inherited from dxcanvas::BitmapProvider | |
virtual | ~BitmapProvider () |
virtual IBitmapSharedPtr | getBitmap () const =0 |
Private Attributes | |
DeviceRef | mpDevice |
MUST hold here, too, since CanvasHelper only contains a raw pointer (without refcounting) More... | |
IBitmapSharedPtr | mpBitmap |
Definition at line 54 of file dx_canvasbitmap.hxx.
dxcanvas::CanvasBitmap::CanvasBitmap | ( | const IBitmapSharedPtr & | rSurface, |
const DeviceRef & | rDevice | ||
) |
Create a canvas bitmap for the given surface.
rSurface | Surface to create API object for. |
rDevice | Reference device, with which bitmap should be compatible |
Definition at line 38 of file dx_canvasbitmap.cxx.
References ENSURE_OR_THROW, mpBitmap, mpBitmap, and mpDevice.
|
overridevirtual |
Dispose all internal references.
Definition at line 50 of file dx_canvasbitmap.cxx.
|
inlineoverridevirtual |
Implements dxcanvas::BitmapProvider.
Definition at line 77 of file dx_canvasbitmap.hxx.
References mpBitmap.
|
overridevirtual |
Definition at line 80 of file dx_canvasbitmap.cxx.
References aBmpData, args, GetDC, basegfx::Size2D< typename TYPE >::getHeight(), basegfx::Size2D< typename TYPE >::getWidth(), mpBitmap, nHandle, x, and y.
|
overridevirtual |
Definition at line 239 of file dx_canvasbitmap.cxx.
|
overridevirtual |
Definition at line 249 of file dx_canvasbitmap.cxx.
|
inlineoverridevirtual |
Definition at line 80 of file dx_canvasbitmap.hxx.
|
overridevirtual |
Definition at line 244 of file dx_canvasbitmap.cxx.
References ServiceName, and cppu::supportsService().
|
private |
Definition at line 87 of file dx_canvasbitmap.hxx.
Referenced by CanvasBitmap(), disposeThis(), getBitmap(), and getFastPropertyValue().
|
private |
MUST hold here, too, since CanvasHelper only contains a raw pointer (without refcounting)
Definition at line 86 of file dx_canvasbitmap.hxx.
Referenced by CanvasBitmap(), and disposeThis().