LMMS
Loading...
Searching...
No Matches
pngconf.h File Reference
#include <limits.h>
#include <stddef.h>

Go to the source code of this file.

Macros

#define PNG_CONST   const /* backward compatibility only */
#define PNG_USE_READ_MACROS
#define PNGARG(arglist)
#define PNGCAPI
#define PNGCBAPI   PNGCAPI
#define PNGAPI   PNGCAPI
#define PNG_IMPEXP
#define PNG_FUNCTION(type, name, args, attributes)
#define PNG_EXPORT_TYPE(type)
#define PNG_EXPORTA(ordinal, type, name, args, attributes)
#define PNG_EMPTY   /*empty list*/
#define PNG_EXPORT(ordinal, type, name, args)
#define PNG_REMOVED(ordinal, type, name, args, attributes)
#define PNG_CALLBACK(type, name, args)
#define PNG_PEDANTIC_WARNINGS_SUPPORTED
#define PNG_DEPRECATED   /* Use of this function is deprecated */
#define PNG_USE_RESULT   /* The result of this function must be checked */
#define PNG_NORETURN   /* This function does not return */
#define PNG_ALLOCATED   /* The result of the function is new memory */
#define PNG_PRIVATE   /* This is a private libpng function */
#define PNG_RESTRICT   /* The C99 "restrict" feature */
#define PNG_FP_EXPORT(ordinal, type, name, args)
#define PNG_FIXED_EXPORT(ordinal, type, name, args)

Typedefs

typedef voidpng_voidp
typedef const voidpng_const_voidp
typedef png_byte * png_bytep
typedef const png_byte * png_const_bytep
typedef png_uint_32png_uint_32p
typedef const png_uint_32png_const_uint_32p
typedef png_int_32png_int_32p
typedef const png_int_32png_const_int_32p
typedef png_uint_16png_uint_16p
typedef const png_uint_16png_const_uint_16p
typedef png_int_16 * png_int_16p
typedef const png_int_16 * png_const_int_16p
typedef char * png_charp
typedef const char * png_const_charp
typedef png_fixed_pointpng_fixed_point_p
typedef const png_fixed_pointpng_const_fixed_point_p
typedef size_t * png_size_tp
typedef const size_t * png_const_size_tp
typedef png_byte ** png_bytepp
typedef png_uint_32 ** png_uint_32pp
typedef png_int_32 ** png_int_32pp
typedef png_uint_16 ** png_uint_16pp
typedef png_int_16 ** png_int_16pp
typedef const char ** png_const_charpp
typedef char ** png_charpp
typedef png_fixed_point ** png_fixed_point_pp
typedef char *** png_charppp

Macro Definition Documentation

◆ PNG_ALLOCATED

#define PNG_ALLOCATED   /* The result of the function is new memory */

◆ PNG_CALLBACK

#define PNG_CALLBACK ( type,
name,
args )
Value:
CAdPlugDatabase::CRecord::RecordType type
Definition adplugdb.cpp:93
static const char * name
Definition pugl.h:1582
#define PNGARG(arglist)
#define PNGCBAPI

◆ PNG_CONST

#define PNG_CONST   const /* backward compatibility only */

◆ PNG_DEPRECATED

#define PNG_DEPRECATED   /* Use of this function is deprecated */

◆ PNG_EMPTY

#define PNG_EMPTY   /*empty list*/

◆ PNG_EXPORT

#define PNG_EXPORT ( ordinal,
type,
name,
args )
Value:
PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY)
#define PNG_EXPORTA(ordinal, type, name, args, attributes)
#define PNG_EMPTY

◆ PNG_EXPORT_TYPE

#define PNG_EXPORT_TYPE ( type)
Value:
#define PNG_IMPEXP

◆ PNG_EXPORTA

#define PNG_EXPORTA ( ordinal,
type,
name,
args,
attributes )
Value:
PNG_LINKAGE_API attributes)
#define PNG_FUNCTION(type, name, args, attributes)
#define PNG_LINKAGE_API
Definition juce_PNGLoader.cpp:264
#define PNG_EXPORT_TYPE(type)
#define PNGAPI

◆ PNG_FIXED_EXPORT

#define PNG_FIXED_EXPORT ( ordinal,
type,
name,
args )

◆ PNG_FP_EXPORT

#define PNG_FP_EXPORT ( ordinal,
type,
name,
args )

◆ PNG_FUNCTION

#define PNG_FUNCTION ( type,
name,
args,
attributes )
Value:
attributes type name args

◆ PNG_IMPEXP

#define PNG_IMPEXP

◆ PNG_NORETURN

#define PNG_NORETURN   /* This function does not return */

◆ PNG_PEDANTIC_WARNINGS_SUPPORTED

#define PNG_PEDANTIC_WARNINGS_SUPPORTED

◆ PNG_PRIVATE

#define PNG_PRIVATE   /* This is a private libpng function */

◆ PNG_REMOVED

#define PNG_REMOVED ( ordinal,
type,
name,
args,
attributes )

◆ PNG_RESTRICT

#define PNG_RESTRICT   /* The C99 "restrict" feature */

◆ PNG_USE_READ_MACROS

#define PNG_USE_READ_MACROS

◆ PNG_USE_RESULT

#define PNG_USE_RESULT   /* The result of this function must be checked */

◆ PNGAPI

#define PNGAPI   PNGCAPI

◆ PNGARG

#define PNGARG ( arglist)
Value:
arglist

◆ PNGCAPI

#define PNGCAPI

◆ PNGCBAPI

#define PNGCBAPI   PNGCAPI

Typedef Documentation

◆ png_bytep

typedef png_byte* png_bytep

◆ png_bytepp

typedef png_byte* * png_bytepp

◆ png_charp

typedef char* png_charp

◆ png_charpp

typedef char* * png_charpp

◆ png_charppp

typedef char* * * png_charppp

◆ png_const_bytep

typedef const png_byte* png_const_bytep

◆ png_const_charp

typedef const char* png_const_charp

◆ png_const_charpp

typedef const char* * png_const_charpp

◆ png_const_fixed_point_p

◆ png_const_int_16p

typedef const png_int_16* png_const_int_16p

◆ png_const_int_32p

◆ png_const_size_tp

typedef const size_t* png_const_size_tp

◆ png_const_uint_16p

◆ png_const_uint_32p

◆ png_const_voidp

◆ png_fixed_point_p

◆ png_fixed_point_pp

◆ png_int_16p

typedef png_int_16* png_int_16p

◆ png_int_16pp

typedef png_int_16* * png_int_16pp

◆ png_int_32p

◆ png_int_32pp

◆ png_size_tp

typedef size_t* png_size_tp

◆ png_uint_16p

◆ png_uint_16pp

◆ png_uint_32p

◆ png_uint_32pp

◆ png_voidp

typedef void* png_voidp