LibreOffice Module canvas (master) 1
|
Helper template to handle XIntegerBitmap method forwarding to BitmapCanvasHelper. More...
#include <integerbitmapbase.hxx>
Public Member Functions | |
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 |
Helper template to handle XIntegerBitmap method forwarding to BitmapCanvasHelper.
Use this helper to handle the XIntegerBitmap part of your implementation.
Definition at line 38 of file integerbitmapbase.hxx.
|
inlineoverridevirtual |
Definition at line 43 of file integerbitmapbase.hxx.
References canvas::tools::verifyArgs(), and canvas::tools::verifyIndexRange().
|
inlineoverridevirtual |
Definition at line 99 of file integerbitmapbase.hxx.
|
inlineoverridevirtual |
Definition at line 85 of file integerbitmapbase.hxx.
References pos, canvas::tools::verifyArgs(), and canvas::tools::verifyIndexRange().
|
inlineoverridevirtual |
Definition at line 57 of file integerbitmapbase.hxx.
References canvas::tools::verifyArgs(), and canvas::tools::verifyIndexRange().
|
inlineoverridevirtual |
Definition at line 71 of file integerbitmapbase.hxx.
References pos, canvas::tools::verifyArgs(), and canvas::tools::verifyIndexRange().