#include <sal/config.h>
#include <memory>
#include <vector>
#include <vcl/dllapi.h>
#include <vcl/BinaryDataContainer.hxx>
#include <com/sun/star/uno/Reference.hxx>
Go to the source code of this file.
◆ PNG_ACTL_SIGNATURE
constexpr sal_uInt32 PNG_ACTL_SIGNATURE = 0x6163544C |
|
constexpr |
◆ PNG_CRC_SIZE
constexpr int PNG_CRC_SIZE = 4 |
|
constexpr |
◆ PNG_FCTL_SIGNATURE
constexpr sal_uInt32 PNG_FCTL_SIGNATURE = 0x6663544C |
|
constexpr |
◆ PNG_FDAT_SIGNATURE
constexpr sal_uInt32 PNG_FDAT_SIGNATURE = 0x66644154 |
|
constexpr |
◆ PNG_IDAT_SIGNATURE
constexpr sal_uInt32 PNG_IDAT_SIGNATURE = 0x49444154 |
|
constexpr |
◆ PNG_IEND_CRC
constexpr sal_uInt32 PNG_IEND_CRC = 0xAE426082 |
|
constexpr |
◆ PNG_IEND_SIGNATURE
constexpr sal_uInt32 PNG_IEND_SIGNATURE = 0x49454E44 |
|
constexpr |
◆ PNG_IEND_SIZE
constexpr int PNG_IEND_SIZE = 0 |
|
constexpr |
◆ PNG_IHDR_SIGNATURE
constexpr sal_uInt32 PNG_IHDR_SIGNATURE = 0x49484452 |
|
constexpr |
◆ PNG_IHDR_SIZE
constexpr int PNG_IHDR_SIZE = 13 |
|
constexpr |
◆ PNG_PHYS_SIGNATURE
constexpr sal_uInt32 PNG_PHYS_SIGNATURE = 0x70485973 |
|
constexpr |
◆ PNG_SIGNATURE
constexpr sal_uInt64 PNG_SIGNATURE = 0x89504E470D0A1A0A |
|
constexpr |
◆ PNG_SIGNATURE_SIZE
constexpr int PNG_SIGNATURE_SIZE = 8 |
|
constexpr |
◆ PNG_SIZE_SIZE
constexpr int PNG_SIZE_SIZE = 4 |
|
constexpr |
◆ PNG_TRNS_SIGNATURE
constexpr sal_uInt32 PNG_TRNS_SIGNATURE = 0x74524E53 |
|
constexpr |
◆ PNG_TYPE_SIZE
constexpr int PNG_TYPE_SIZE = 4 |
|
constexpr |