Prusa MINI Firmware overview
pngconf.h File Reference
#include <limits.h>
#include <stddef.h>
#include <stdio.h>
#include <setjmp.h>
#include <time.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)   arglist
 
#define PNGCAPI
 
#define PNGCBAPI   PNGCAPI
 
#define PNGAPI   PNGCAPI
 
#define PNG_IMPEXP
 
#define PNG_FUNCTION(type, name, args, attributes)   attributes type name args
 
#define PNG_EXPORT_TYPE(type)   PNG_IMPEXP type
 
#define PNG_EXPORTA(ordinal, type, name, args, attributes)
 
#define PNG_EMPTY   /*empty list*/
 
#define PNG_EXPORT(ordinal, type, name, args)   PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY)
 
#define PNG_REMOVED(ordinal, type, name, args, attributes)
 
#define PNG_CALLBACK(type, name, args)   type (PNGCBAPI name) PNGARG(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 unsigned int png_uint_32
 
typedef size_t png_size_t
 
typedef ptrdiff_t png_ptrdiff_t
 
typedef size_t png_alloc_size_t
 
typedef png_int_32 png_fixed_point
 
typedef voidpng_voidp
 
typedef png_byte * png_bytep
 
typedef png_uint_32png_uint_32p
 
typedef png_int_32png_int_32p
 
typedef png_uint_16png_uint_16p
 
typedef png_int_16 * png_int_16p
 
typedef char * png_charp
 
typedef png_fixed_pointpng_fixed_point_p
 
typedef size_t * png_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 char ** png_charpp
 
typedef png_fixed_point ** png_fixed_point_pp
 
typedef char *** png_charppp
 

Variables

const typedef voidpng_const_voidp
 
const typedef png_byte * png_const_bytep
 
const typedef png_uint_32png_const_uint_32p
 
const typedef png_int_32png_const_int_32p
 
const typedef png_uint_16png_const_uint_16p
 
const typedef png_int_16 * png_const_int_16p
 
const typedef char * png_const_charp
 
const typedef png_fixed_pointpng_const_fixed_point_p
 
const typedef size_t * png_const_size_tp
 
const typedef char ** png_const_charpp
 

Macro Definition Documentation

◆ PNG_CONST

#define PNG_CONST   const /* backward compatibility only */

◆ PNG_USE_READ_MACROS

#define PNG_USE_READ_MACROS

◆ PNGARG

#define PNGARG (   arglist)    arglist

◆ PNGCAPI

#define PNGCAPI

◆ PNGCBAPI

#define PNGCBAPI   PNGCAPI

◆ PNGAPI

#define PNGAPI   PNGCAPI

◆ PNG_IMPEXP

#define PNG_IMPEXP

◆ PNG_FUNCTION

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

◆ PNG_EXPORT_TYPE

#define PNG_EXPORT_TYPE (   type)    PNG_IMPEXP type

◆ PNG_EXPORTA

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

◆ PNG_EMPTY

#define PNG_EMPTY   /*empty list*/

◆ PNG_EXPORT

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

◆ PNG_REMOVED

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

◆ PNG_CALLBACK

#define PNG_CALLBACK (   type,
  name,
  args 
)    type (PNGCBAPI name) PNGARG(args)

◆ PNG_PEDANTIC_WARNINGS_SUPPORTED

#define PNG_PEDANTIC_WARNINGS_SUPPORTED

◆ PNG_DEPRECATED

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

◆ PNG_USE_RESULT

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

◆ PNG_NORETURN

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

◆ PNG_ALLOCATED

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

◆ PNG_PRIVATE

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

◆ PNG_RESTRICT

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

◆ PNG_FP_EXPORT

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

◆ PNG_FIXED_EXPORT

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

Typedef Documentation

◆ png_uint_32

png_const_structrp png_const_inforp double double double double double double double double double *blue_Z png_uint_32

◆ png_size_t

typedef size_t png_size_t

◆ png_ptrdiff_t

typedef ptrdiff_t png_ptrdiff_t

◆ png_alloc_size_t

typedef size_t png_alloc_size_t

◆ png_fixed_point

◆ png_voidp

typedef void* png_voidp

◆ png_bytep

typedef png_byte* png_bytep

◆ png_uint_32p

◆ png_int_32p

◆ png_uint_16p

◆ png_int_16p

typedef png_int_16* png_int_16p

◆ png_charp

typedef char* png_charp

◆ png_fixed_point_p

◆ png_size_tp

typedef size_t* png_size_tp

◆ png_bytepp

typedef png_byte* * png_bytepp

◆ png_uint_32pp

◆ png_int_32pp

◆ png_uint_16pp

◆ png_int_16pp

typedef png_int_16* * png_int_16pp

◆ png_charpp

typedef char* * png_charpp

◆ png_fixed_point_pp

◆ png_charppp

typedef char* * * png_charppp

Variable Documentation

◆ png_const_voidp

const typedef void* png_const_voidp

◆ png_const_bytep

const typedef png_byte* png_const_bytep

◆ png_const_uint_32p

const typedef png_uint_32* png_const_uint_32p

◆ png_const_int_32p

const typedef png_int_32* png_const_int_32p

◆ png_const_uint_16p

const typedef png_uint_16* png_const_uint_16p

◆ png_const_int_16p

const typedef png_int_16* png_const_int_16p

◆ png_const_charp

const typedef char* png_const_charp

◆ png_const_fixed_point_p

const typedef png_fixed_point* png_const_fixed_point_p

◆ png_const_size_tp

const typedef size_t* png_const_size_tp

◆ png_const_charpp

const typedef char* * png_const_charpp
type
uint8_t type
Definition: UsbCore.h:184
PNGAPI
#define PNGAPI
Definition: pngconf.h:261
PNGARG
#define PNGARG(arglist)
Definition: pngconf.h:94
PNG_EXPORT_TYPE
#define PNG_EXPORT_TYPE(type)
Definition: pngconf.h:291
PNG_LINKAGE_API
#define PNG_LINKAGE_API
Definition: pnglibconf.h:197
createSpeedLookupTable.args
args
Definition: createSpeedLookupTable.py:17
PNG_FUNCTION
#define PNG_FUNCTION(type, name, args, attributes)
Definition: pngconf.h:287