LibreOffice Module vcl (master)
1
|
#include <pngwrite.hxx>
Public Attributes | |
sal_uInt32 | nType |
std::vector< sal_uInt8 > | aData |
Definition at line 49 of file pngwrite.hxx.
std::vector<sal_uInt8> vcl::PNGWriter::ChunkData::aData |
Definition at line 52 of file pngwrite.hxx.
Referenced by GraphicFilter::ExportGraphic(), and vcl::PNGWriterImpl::ImplWriteChunk().
sal_uInt32 vcl::PNGWriter::ChunkData::nType |
Definition at line 51 of file pngwrite.hxx.
Referenced by GraphicFilter::ExportGraphic().