openshot-audio  0.1.6
Classes | Macros
pngstruct.h File Reference
#include "../../../juce_core/zip/zlib/zlib.h"

Go to the source code of this file.

Classes

struct  png_struct_def
 

Macros

#define PNGSTRUCT_H
 
#define ZLIB_CONST
 
#define PNGZ_MSG_CAST(s)   png_constcast(char*,s)
 
#define PNGZ_INPUT_CAST(b)   png_constcast(png_bytep,b)
 
#define ZLIB_IO_MAX   ((uInt)-1)
 
#define PNG_COMPRESSION_BUFFER_SIZE(pp)   (offsetof(png_compression_buffer, output) + (pp)->zbuffer_size)
 
#define PNG_COLORSPACE_HAVE_GAMMA   0x0001
 
#define PNG_COLORSPACE_HAVE_ENDPOINTS   0x0002
 
#define PNG_COLORSPACE_HAVE_INTENT   0x0004
 
#define PNG_COLORSPACE_FROM_gAMA   0x0008
 
#define PNG_COLORSPACE_FROM_cHRM   0x0010
 
#define PNG_COLORSPACE_FROM_sRGB   0x0020
 
#define PNG_COLORSPACE_ENDPOINTS_MATCH_sRGB   0x0040
 
#define PNG_COLORSPACE_MATCHES_sRGB   0x0080 /* exact match on profile */
 
#define PNG_COLORSPACE_INVALID   0x8000
 
#define PNG_COLORSPACE_CANCEL(flags)   (0xffff ^ (flags))
 
#define ZLIB_CONST
 
#define PNGZ_MSG_CAST(s)   png_constcast(char*,s)
 
#define PNGZ_INPUT_CAST(b)   png_constcast(png_bytep,b)
 
#define ZLIB_IO_MAX   ((uInt)-1)
 

Macro Definition Documentation

◆ PNG_COLORSPACE_CANCEL

#define PNG_COLORSPACE_CANCEL (   flags)    (0xffff ^ (flags))

◆ PNG_COLORSPACE_ENDPOINTS_MATCH_sRGB

#define PNG_COLORSPACE_ENDPOINTS_MATCH_sRGB   0x0040

◆ PNG_COLORSPACE_FROM_cHRM

#define PNG_COLORSPACE_FROM_cHRM   0x0010

◆ PNG_COLORSPACE_FROM_gAMA

#define PNG_COLORSPACE_FROM_gAMA   0x0008

◆ PNG_COLORSPACE_FROM_sRGB

#define PNG_COLORSPACE_FROM_sRGB   0x0020

◆ PNG_COLORSPACE_HAVE_ENDPOINTS

#define PNG_COLORSPACE_HAVE_ENDPOINTS   0x0002

◆ PNG_COLORSPACE_HAVE_GAMMA

#define PNG_COLORSPACE_HAVE_GAMMA   0x0001

◆ PNG_COLORSPACE_HAVE_INTENT

#define PNG_COLORSPACE_HAVE_INTENT   0x0004

◆ PNG_COLORSPACE_INVALID

#define PNG_COLORSPACE_INVALID   0x8000

◆ PNG_COLORSPACE_MATCHES_sRGB

#define PNG_COLORSPACE_MATCHES_sRGB   0x0080 /* exact match on profile */

◆ PNG_COMPRESSION_BUFFER_SIZE

#define PNG_COMPRESSION_BUFFER_SIZE (   pp)    (offsetof(png_compression_buffer, output) + (pp)->zbuffer_size)

◆ PNGSTRUCT_H

#define PNGSTRUCT_H

◆ PNGZ_INPUT_CAST [1/2]

#define PNGZ_INPUT_CAST (   b)    png_constcast(png_bytep,b)

◆ PNGZ_INPUT_CAST [2/2]

#define PNGZ_INPUT_CAST (   b)    png_constcast(png_bytep,b)

◆ PNGZ_MSG_CAST [1/2]

#define PNGZ_MSG_CAST (   s)    png_constcast(char*,s)

◆ PNGZ_MSG_CAST [2/2]

#define PNGZ_MSG_CAST (   s)    png_constcast(char*,s)

◆ ZLIB_CONST [1/2]

#define ZLIB_CONST

◆ ZLIB_CONST [2/2]

#define ZLIB_CONST

◆ ZLIB_IO_MAX [1/2]

#define ZLIB_IO_MAX   ((uInt)-1)

◆ ZLIB_IO_MAX [2/2]

#define ZLIB_IO_MAX   ((uInt)-1)