LibreOffice Module canvas (master) 1
Public Attributes | List of all members
dxcanvas::tools::RawRGBABitmap Struct Reference

Raw RGBA bitmap data, contiguous in memory. More...

#include <dx_vcltools.hxx>

Public Attributes

sal_Int32 mnWidth
 
sal_Int32 mnHeight
 
std::vector< sal_uInt8maBitmapData
 

Detailed Description

Raw RGBA bitmap data, contiguous in memory.

Definition at line 34 of file dx_vcltools.hxx.

Member Data Documentation

◆ maBitmapData

std::vector<sal_uInt8> dxcanvas::tools::RawRGBABitmap::maBitmapData

Definition at line 38 of file dx_vcltools.hxx.

Referenced by dxcanvas::tools::drawRGBABits().

◆ mnHeight

sal_Int32 dxcanvas::tools::RawRGBABitmap::mnHeight

Definition at line 37 of file dx_vcltools.hxx.

Referenced by dxcanvas::tools::drawRGBABits().

◆ mnWidth

sal_Int32 dxcanvas::tools::RawRGBABitmap::mnWidth

Definition at line 36 of file dx_vcltools.hxx.

Referenced by dxcanvas::tools::drawRGBABits().


The documentation for this struct was generated from the following file: