LibreOffice Module vcl (master) 1
|
#include <PngImageWriter.hxx>
Public Attributes | |
std::array< uint8_t, 5 > | name |
std::vector< sal_uInt8 > | data |
size_t | size |
Definition at line 23 of file PngImageWriter.hxx.
std::vector<sal_uInt8> vcl::PngChunk::data |
Definition at line 26 of file PngImageWriter.hxx.
Referenced by vcl::PngImageWriter::setParameters().
std::array<uint8_t, 5> vcl::PngChunk::name |
Definition at line 25 of file PngImageWriter.hxx.
Referenced by vcl::PngImageWriter::setParameters().
size_t vcl::PngChunk::size |
Definition at line 27 of file PngImageWriter.hxx.
Referenced by vcl::PngImageWriter::setParameters().