LibreOffice Module canvas (master) 1
|
Raw RGBA bitmap data, contiguous in memory. More...
#include <dx_vcltools.hxx>
Public Attributes | |
sal_Int32 | mnWidth |
sal_Int32 | mnHeight |
std::vector< sal_uInt8 > | maBitmapData |
Raw RGBA bitmap data, contiguous in memory.
Definition at line 34 of file dx_vcltools.hxx.
std::vector<sal_uInt8> dxcanvas::tools::RawRGBABitmap::maBitmapData |
Definition at line 38 of file dx_vcltools.hxx.
Referenced by dxcanvas::tools::drawRGBABits().
sal_Int32 dxcanvas::tools::RawRGBABitmap::mnHeight |
Definition at line 37 of file dx_vcltools.hxx.
Referenced by dxcanvas::tools::drawRGBABits().
sal_Int32 dxcanvas::tools::RawRGBABitmap::mnWidth |
Definition at line 36 of file dx_vcltools.hxx.
Referenced by dxcanvas::tools::drawRGBABits().