fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

pngconf.h File Reference

#include <stdio.h>
#include <sys/types.h>
#include <setjmp.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
Include dependency graph for pngconf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define PNG_1_2_X
#define PNG_WARN_UNINITIALIZED_ROW   1
#define PNG_ZBUF_SIZE   8192
#define PNG_READ_SUPPORTED
#define PNG_WRITE_SUPPORTED
#define PNG_MNG_FEATURES_SUPPORTED
#define PNG_FLOATING_POINT_SUPPORTED
#define PNGARG(arglist)   arglist
#define PNG_SETJMP_SUPPORTED
#define PNG_CONST   const
#define PNG_NO_iTXt_SUPPORTED
#define PNG_NO_READ_iTXt
#define PNG_NO_WRITE_iTXt
#define PNG_FIXED_POINT_SUPPORTED
#define PNG_FREE_ME_SUPPORTED
#define PNG_READ_TRANSFORMS_SUPPORTED
#define PNG_READ_EXPAND_SUPPORTED
#define PNG_READ_SHIFT_SUPPORTED
#define PNG_READ_PACK_SUPPORTED
#define PNG_READ_BGR_SUPPORTED
#define PNG_READ_SWAP_SUPPORTED
#define PNG_READ_PACKSWAP_SUPPORTED
#define PNG_READ_INVERT_SUPPORTED
#define PNG_READ_DITHER_SUPPORTED
#define PNG_READ_BACKGROUND_SUPPORTED
#define PNG_READ_16_TO_8_SUPPORTED
#define PNG_READ_FILLER_SUPPORTED
#define PNG_READ_GAMMA_SUPPORTED
#define PNG_READ_GRAY_TO_RGB_SUPPORTED
#define PNG_READ_SWAP_ALPHA_SUPPORTED
#define PNG_READ_INVERT_ALPHA_SUPPORTED
#define PNG_READ_STRIP_ALPHA_SUPPORTED
#define PNG_READ_USER_TRANSFORM_SUPPORTED
#define PNG_READ_RGB_TO_GRAY_SUPPORTED
#define PNG_PROGRESSIVE_READ_SUPPORTED
#define PNG_READ_INTERLACING_SUPPORTED
#define PNG_READ_COMPOSITE_NODIV_SUPPORTED
#define PNG_READ_EMPTY_PLTE_SUPPORTED
#define PNG_WRITE_TRANSFORMS_SUPPORTED
#define PNG_WRITE_SHIFT_SUPPORTED
#define PNG_WRITE_PACK_SUPPORTED
#define PNG_WRITE_BGR_SUPPORTED
#define PNG_WRITE_SWAP_SUPPORTED
#define PNG_WRITE_PACKSWAP_SUPPORTED
#define PNG_WRITE_INVERT_SUPPORTED
#define PNG_WRITE_FILLER_SUPPORTED
#define PNG_WRITE_SWAP_ALPHA_SUPPORTED
#define PNG_WRITE_INVERT_ALPHA_SUPPORTED
#define PNG_WRITE_USER_TRANSFORM_SUPPORTED
#define PNG_WRITE_INTERLACING_SUPPORTED
#define PNG_WRITE_WEIGHTED_FILTER_SUPPORTED
#define PNG_WRITE_FLUSH_SUPPORTED
#define PNG_WRITE_EMPTY_PLTE_SUPPORTED
#define PNG_ERROR_NUMBERS_SUPPORTED
#define PNG_USER_TRANSFORM_PTR_SUPPORTED
#define PNG_TIME_RFC1123_SUPPORTED
#define PNG_EASY_ACCESS_SUPPORTED
#define PNG_OPTIMIZED_CODE_SUPPORTED
#define PNG_ASSEMBLER_CODE_SUPPORTED
#define PNG_MMX_CODE_SUPPORTED
#define PNG_USER_MEM_SUPPORTED
#define PNG_SET_USER_LIMITS_SUPPORTED
#define PNG_USER_WIDTH_MAX   1000000L
#define PNG_USER_HEIGHT_MAX   1000000L
#define PNG_STRING_NEWLINE   "\n"
#define PNG_READ_ANCILLARY_CHUNKS_SUPPORTED
#define PNG_WRITE_ANCILLARY_CHUNKS_SUPPORTED
#define PNG_READ_bKGD_SUPPORTED
#define PNG_bKGD_SUPPORTED
#define PNG_READ_cHRM_SUPPORTED
#define PNG_cHRM_SUPPORTED
#define PNG_READ_gAMA_SUPPORTED
#define PNG_gAMA_SUPPORTED
#define PNG_READ_hIST_SUPPORTED
#define PNG_hIST_SUPPORTED
#define PNG_READ_iCCP_SUPPORTED
#define PNG_iCCP_SUPPORTED
#define PNG_READ_oFFs_SUPPORTED
#define PNG_oFFs_SUPPORTED
#define PNG_READ_pCAL_SUPPORTED
#define PNG_pCAL_SUPPORTED
#define PNG_READ_sCAL_SUPPORTED
#define PNG_sCAL_SUPPORTED
#define PNG_READ_pHYs_SUPPORTED
#define PNG_pHYs_SUPPORTED
#define PNG_READ_sBIT_SUPPORTED
#define PNG_sBIT_SUPPORTED
#define PNG_READ_sPLT_SUPPORTED
#define PNG_sPLT_SUPPORTED
#define PNG_READ_sRGB_SUPPORTED
#define PNG_sRGB_SUPPORTED
#define PNG_READ_tEXt_SUPPORTED
#define PNG_tEXt_SUPPORTED
#define PNG_READ_tIME_SUPPORTED
#define PNG_tIME_SUPPORTED
#define PNG_READ_tRNS_SUPPORTED
#define PNG_tRNS_SUPPORTED
#define PNG_READ_zTXt_SUPPORTED
#define PNG_zTXt_SUPPORTED
#define PNG_READ_OPT_PLTE_SUPPORTED
#define PNG_READ_TEXT_SUPPORTED
#define PNG_TEXT_SUPPORTED
#define PNG_READ_UNKNOWN_CHUNKS_SUPPORTED
#define PNG_UNKNOWN_CHUNKS_SUPPORTED
#define PNG_READ_USER_CHUNKS_SUPPORTED
#define PNG_USER_CHUNKS_SUPPORTED
#define PNG_HANDLE_AS_UNKNOWN_SUPPORTED
#define PNG_WRITE_bKGD_SUPPORTED
#define PNG_WRITE_cHRM_SUPPORTED
#define PNG_WRITE_gAMA_SUPPORTED
#define PNG_WRITE_hIST_SUPPORTED
#define PNG_WRITE_iCCP_SUPPORTED
#define PNG_WRITE_oFFs_SUPPORTED
#define PNG_WRITE_pCAL_SUPPORTED
#define PNG_WRITE_sCAL_SUPPORTED
#define PNG_WRITE_pHYs_SUPPORTED
#define PNG_WRITE_sBIT_SUPPORTED
#define PNG_WRITE_sPLT_SUPPORTED
#define PNG_WRITE_sRGB_SUPPORTED
#define PNG_WRITE_tEXt_SUPPORTED
#define PNG_WRITE_tIME_SUPPORTED
#define PNG_WRITE_tRNS_SUPPORTED
#define PNG_WRITE_zTXt_SUPPORTED
#define PNG_WRITE_TEXT_SUPPORTED
#define PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED
#define PNG_INFO_IMAGE_SUPPORTED
#define png_sizeof(x)   sizeof(x)
#define FAR
#define FARDATA
#define PNG_USE_GLOBAL_ARRAYS
#define PNGAPI
#define PNG_IMPEXP
#define PNG_EXPORT(type, symbol)   PNG_IMPEXP type PNGAPI symbol
#define PNG_EXPORT_VAR(type)   extern PNG_IMPEXP type
#define PNG_ABORT()   abort()
#define png_jmpbuf(png_ptr)   ((png_ptr)->jmpbuf)
#define CVT_PTR(ptr)   (ptr)
#define CVT_PTR_NOCHECK(ptr)   (ptr)
#define png_snprintf   snprintf
#define png_snprintf2   snprintf
#define png_snprintf6   snprintf
#define png_strlen   strlen
#define png_memcmp   memcmp
#define png_memcpy   memcpy
#define png_memset   memset

Typedefs

typedef unsigned long png_uint_32
typedef long png_int_32
typedef unsigned short png_uint_16
typedef short png_int_16
typedef unsigned char png_byte
typedef size_t png_size_t
typedef png_int_32 png_fixed_point
typedef void FAR * png_voidp
typedef png_byte FAR * png_bytep
typedef png_uint_32 FAR * png_uint_32p
typedef png_int_32 FAR * png_int_32p
typedef png_uint_16 FAR * png_uint_16p
typedef png_int_16 FAR * png_int_16p
typedef PNG_CONST char FAR * png_const_charp
typedef char FAR * png_charp
typedef png_fixed_point FAR * png_fixed_point_p
typedef FILE * png_FILE_p
typedef double FAR * png_doublep
typedef png_byte FAR *FAR png_bytepp
typedef png_uint_32 FAR *FAR png_uint_32pp
typedef png_int_32 FAR *FAR png_int_32pp
typedef png_uint_16 FAR *FAR png_uint_16pp
typedef png_int_16 FAR *FAR png_int_16pp
typedef PNG_CONST char FAR *FAR png_const_charpp
typedef char FAR *FAR png_charpp
typedef png_fixed_point FAR *FAR png_fixed_point_pp
typedef double FAR *FAR png_doublepp
typedef char FAR *FAR FAR * png_charppp
typedef charfpng_zcharp
typedef charf *FAR png_zcharpp
typedef z_stream FAR * png_zstreamp

Define Documentation

#define CVT_PTR (   ptr)    (ptr)

Definition at line 1467 of file pngconf.h.

Referenced by png_default_flush().

#define CVT_PTR_NOCHECK (   ptr)    (ptr)

Definition at line 1468 of file pngconf.h.

#define FAR

Definition at line 1210 of file pngconf.h.

#define FARDATA

Definition at line 1215 of file pngconf.h.

Referenced by png_progressive_combine_row(), and png_read_push_finish_row().

#define PNG_1_2_X

Definition at line 23 of file pngconf.h.

#define PNG_ABORT ( )    abort()

Definition at line 1445 of file pngconf.h.

Referenced by png_create_read_struct_2(), and png_create_write_struct_2().

#define PNG_ASSEMBLER_CODE_SUPPORTED

Definition at line 761 of file pngconf.h.

#define PNG_bKGD_SUPPORTED

Definition at line 877 of file pngconf.h.

#define PNG_cHRM_SUPPORTED

Definition at line 881 of file pngconf.h.

#define PNG_EASY_ACCESS_SUPPORTED

Definition at line 745 of file pngconf.h.

#define PNG_ERROR_NUMBERS_SUPPORTED

Definition at line 713 of file pngconf.h.

#define PNG_EXPORT (   type,
  symbol 
)    PNG_IMPEXP type PNGAPI symbol

Definition at line 1431 of file pngconf.h.

#define PNG_EXPORT_VAR (   type)    extern PNG_IMPEXP type

Definition at line 1436 of file pngconf.h.

#define PNG_FIXED_POINT_SUPPORTED

Definition at line 550 of file pngconf.h.

#define PNG_FLOATING_POINT_SUPPORTED

Definition at line 128 of file pngconf.h.

Referenced by png_handle_sCAL().

#define PNG_FREE_ME_SUPPORTED

Definition at line 554 of file pngconf.h.

Referenced by png_set_hIST().

#define PNG_gAMA_SUPPORTED

Definition at line 885 of file pngconf.h.

#define PNG_HANDLE_AS_UNKNOWN_SUPPORTED

Definition at line 978 of file pngconf.h.

#define PNG_hIST_SUPPORTED

Definition at line 889 of file pngconf.h.

#define PNG_iCCP_SUPPORTED

Definition at line 893 of file pngconf.h.

#define PNG_IMPEXP

Definition at line 1416 of file pngconf.h.

#define PNG_INFO_IMAGE_SUPPORTED

Definition at line 1123 of file pngconf.h.

#define png_jmpbuf (   png_ptr)    ((png_ptr)->jmpbuf)

Definition at line 1449 of file pngconf.h.

Referenced by Fl_PNG_Image::Fl_PNG_Image().

#define PNG_MMX_CODE_SUPPORTED

Definition at line 784 of file pngconf.h.

#define PNG_MNG_FEATURES_SUPPORTED

Definition at line 122 of file pngconf.h.

Referenced by png_write_bKGD(), png_write_IHDR(), and png_write_PLTE().

#define PNG_NO_iTXt_SUPPORTED

Definition at line 498 of file pngconf.h.

#define PNG_NO_READ_iTXt

Definition at line 501 of file pngconf.h.

#define PNG_NO_WRITE_iTXt

Definition at line 504 of file pngconf.h.

#define PNG_oFFs_SUPPORTED

Definition at line 905 of file pngconf.h.

#define PNG_OPTIMIZED_CODE_SUPPORTED

Definition at line 755 of file pngconf.h.

#define PNG_pCAL_SUPPORTED

Definition at line 909 of file pngconf.h.

#define PNG_pHYs_SUPPORTED

Definition at line 917 of file pngconf.h.

#define PNG_PROGRESSIVE_READ_SUPPORTED

Definition at line 623 of file pngconf.h.

#define PNG_READ_16_TO_8_SUPPORTED

Definition at line 593 of file pngconf.h.

#define PNG_READ_ANCILLARY_CHUNKS_SUPPORTED

Definition at line 859 of file pngconf.h.

#define PNG_READ_BACKGROUND_SUPPORTED

Definition at line 590 of file pngconf.h.

Referenced by png_do_read_transformations().

#define PNG_READ_BGR_SUPPORTED

Definition at line 575 of file pngconf.h.

#define PNG_READ_bKGD_SUPPORTED

Definition at line 876 of file pngconf.h.

#define PNG_READ_cHRM_SUPPORTED

Definition at line 880 of file pngconf.h.

#define PNG_READ_COMPOSITE_NODIV_SUPPORTED

Definition at line 631 of file pngconf.h.

#define PNG_READ_DITHER_SUPPORTED

Definition at line 587 of file pngconf.h.

#define PNG_READ_EMPTY_PLTE_SUPPORTED

Definition at line 639 of file pngconf.h.

#define PNG_READ_EXPAND_SUPPORTED

Definition at line 566 of file pngconf.h.

Referenced by png_read_start_row().

#define PNG_READ_FILLER_SUPPORTED

Definition at line 596 of file pngconf.h.

#define PNG_READ_gAMA_SUPPORTED

Definition at line 884 of file pngconf.h.

#define PNG_READ_GAMMA_SUPPORTED

Definition at line 599 of file pngconf.h.

Referenced by png_do_read_transformations().

#define PNG_READ_GRAY_TO_RGB_SUPPORTED

Definition at line 602 of file pngconf.h.

#define PNG_READ_hIST_SUPPORTED

Definition at line 888 of file pngconf.h.

#define PNG_READ_iCCP_SUPPORTED

Definition at line 892 of file pngconf.h.

#define PNG_READ_INTERLACING_SUPPORTED

Definition at line 627 of file pngconf.h.

Referenced by png_process_IDAT_data().

#define PNG_READ_INVERT_ALPHA_SUPPORTED

Definition at line 608 of file pngconf.h.

#define PNG_READ_INVERT_SUPPORTED

Definition at line 584 of file pngconf.h.

#define PNG_READ_oFFs_SUPPORTED

Definition at line 904 of file pngconf.h.

#define PNG_READ_OPT_PLTE_SUPPORTED

Definition at line 948 of file pngconf.h.

#define PNG_READ_PACK_SUPPORTED

Definition at line 572 of file pngconf.h.

#define PNG_READ_PACKSWAP_SUPPORTED

Definition at line 581 of file pngconf.h.

#define PNG_READ_pCAL_SUPPORTED

Definition at line 908 of file pngconf.h.

#define PNG_READ_pHYs_SUPPORTED

Definition at line 916 of file pngconf.h.

#define PNG_READ_RGB_TO_GRAY_SUPPORTED

Definition at line 617 of file pngconf.h.

#define PNG_READ_sBIT_SUPPORTED

Definition at line 920 of file pngconf.h.

#define PNG_READ_sCAL_SUPPORTED

Definition at line 912 of file pngconf.h.

#define PNG_READ_SHIFT_SUPPORTED

Definition at line 569 of file pngconf.h.

#define PNG_READ_sPLT_SUPPORTED

Definition at line 924 of file pngconf.h.

#define PNG_READ_sRGB_SUPPORTED

Definition at line 928 of file pngconf.h.

Referenced by png_handle_cHRM(), and png_handle_gAMA().

#define PNG_READ_STRIP_ALPHA_SUPPORTED

Definition at line 611 of file pngconf.h.

#define PNG_READ_SUPPORTED

Definition at line 109 of file pngconf.h.

Referenced by png_get_header_version().

#define PNG_READ_SWAP_ALPHA_SUPPORTED

Definition at line 605 of file pngconf.h.

#define PNG_READ_SWAP_SUPPORTED

Definition at line 578 of file pngconf.h.

#define PNG_READ_tEXt_SUPPORTED

Definition at line 932 of file pngconf.h.

#define PNG_READ_TEXT_SUPPORTED

Definition at line 952 of file pngconf.h.

#define PNG_READ_tIME_SUPPORTED

Definition at line 936 of file pngconf.h.

#define PNG_READ_TRANSFORMS_SUPPORTED

Definition at line 561 of file pngconf.h.

#define PNG_READ_tRNS_SUPPORTED

Definition at line 940 of file pngconf.h.

#define PNG_READ_UNKNOWN_CHUNKS_SUPPORTED

Definition at line 959 of file pngconf.h.

#define PNG_READ_USER_CHUNKS_SUPPORTED

Definition at line 966 of file pngconf.h.

Referenced by png_handle_unknown(), and png_push_handle_unknown().

#define PNG_READ_USER_TRANSFORM_SUPPORTED

Definition at line 614 of file pngconf.h.

#define PNG_READ_zTXt_SUPPORTED

Definition at line 944 of file pngconf.h.

#define PNG_sBIT_SUPPORTED

Definition at line 921 of file pngconf.h.

#define PNG_sCAL_SUPPORTED

Definition at line 913 of file pngconf.h.

#define PNG_SET_USER_LIMITS_SUPPORTED

Definition at line 800 of file pngconf.h.

#define PNG_SETJMP_SUPPORTED

Definition at line 314 of file pngconf.h.

#define png_snprintf2   snprintf

Definition at line 1476 of file pngconf.h.

Referenced by png_do_read_transformations().

#define png_snprintf6   snprintf

Definition at line 1477 of file pngconf.h.

Referenced by png_convert_to_rfc1123().

#define PNG_sPLT_SUPPORTED

Definition at line 925 of file pngconf.h.

#define PNG_sRGB_SUPPORTED

Definition at line 929 of file pngconf.h.

#define PNG_STRING_NEWLINE   "\n"

Definition at line 817 of file pngconf.h.

#define PNG_TEXT_SUPPORTED

Definition at line 953 of file pngconf.h.

#define PNG_tEXt_SUPPORTED

Definition at line 933 of file pngconf.h.

#define PNG_TIME_RFC1123_SUPPORTED

Definition at line 725 of file pngconf.h.

#define PNG_tIME_SUPPORTED

Definition at line 937 of file pngconf.h.

#define PNG_tRNS_SUPPORTED

Definition at line 941 of file pngconf.h.

#define PNG_UNKNOWN_CHUNKS_SUPPORTED

Definition at line 961 of file pngconf.h.

#define PNG_USE_GLOBAL_ARRAYS

Definition at line 1327 of file pngconf.h.

#define PNG_USER_CHUNKS_SUPPORTED

Definition at line 967 of file pngconf.h.

#define PNG_USER_HEIGHT_MAX   1000000L
#define PNG_USER_MEM_SUPPORTED

Definition at line 792 of file pngconf.h.

#define PNG_USER_TRANSFORM_PTR_SUPPORTED

Definition at line 720 of file pngconf.h.

#define PNG_USER_WIDTH_MAX   1000000L
#define PNG_WARN_UNINITIALIZED_ROW   1

Definition at line 85 of file pngconf.h.

#define PNG_WRITE_ANCILLARY_CHUNKS_SUPPORTED

Definition at line 865 of file pngconf.h.

#define PNG_WRITE_BGR_SUPPORTED

Definition at line 660 of file pngconf.h.

#define PNG_WRITE_bKGD_SUPPORTED

Definition at line 991 of file pngconf.h.

#define PNG_WRITE_cHRM_SUPPORTED

Definition at line 997 of file pngconf.h.

#define PNG_WRITE_EMPTY_PLTE_SUPPORTED

Definition at line 705 of file pngconf.h.

#define PNG_WRITE_FILLER_SUPPORTED

Definition at line 672 of file pngconf.h.

#define PNG_WRITE_FLUSH_SUPPORTED

Definition at line 699 of file pngconf.h.

#define PNG_WRITE_gAMA_SUPPORTED

Definition at line 1003 of file pngconf.h.

#define PNG_WRITE_hIST_SUPPORTED

Definition at line 1009 of file pngconf.h.

#define PNG_WRITE_iCCP_SUPPORTED

Definition at line 1015 of file pngconf.h.

#define PNG_WRITE_INTERLACING_SUPPORTED

Definition at line 687 of file pngconf.h.

Referenced by png_write_info_before_PLTE().

#define PNG_WRITE_INVERT_ALPHA_SUPPORTED

Definition at line 678 of file pngconf.h.

#define PNG_WRITE_INVERT_SUPPORTED

Definition at line 669 of file pngconf.h.

#define PNG_WRITE_oFFs_SUPPORTED

Definition at line 1029 of file pngconf.h.

#define PNG_WRITE_PACK_SUPPORTED

Definition at line 657 of file pngconf.h.

#define PNG_WRITE_PACKSWAP_SUPPORTED

Definition at line 666 of file pngconf.h.

#define PNG_WRITE_pCAL_SUPPORTED

Definition at line 1035 of file pngconf.h.

#define PNG_WRITE_pHYs_SUPPORTED

Definition at line 1047 of file pngconf.h.

#define PNG_WRITE_sBIT_SUPPORTED

Definition at line 1053 of file pngconf.h.

#define PNG_WRITE_sCAL_SUPPORTED

Definition at line 1041 of file pngconf.h.

#define PNG_WRITE_SHIFT_SUPPORTED

Definition at line 654 of file pngconf.h.

#define PNG_WRITE_sPLT_SUPPORTED

Definition at line 1059 of file pngconf.h.

#define PNG_WRITE_sRGB_SUPPORTED

Definition at line 1065 of file pngconf.h.

#define PNG_WRITE_SUPPORTED

Definition at line 115 of file pngconf.h.

#define PNG_WRITE_SWAP_ALPHA_SUPPORTED

Definition at line 675 of file pngconf.h.

#define PNG_WRITE_SWAP_SUPPORTED

Definition at line 663 of file pngconf.h.

#define PNG_WRITE_TEXT_SUPPORTED

Definition at line 1096 of file pngconf.h.

#define PNG_WRITE_tEXt_SUPPORTED

Definition at line 1071 of file pngconf.h.

#define PNG_WRITE_tIME_SUPPORTED

Definition at line 1077 of file pngconf.h.

#define PNG_WRITE_TRANSFORMS_SUPPORTED

Definition at line 649 of file pngconf.h.

#define PNG_WRITE_tRNS_SUPPORTED

Definition at line 1083 of file pngconf.h.

#define PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED

Definition at line 1105 of file pngconf.h.

#define PNG_WRITE_USER_TRANSFORM_SUPPORTED

Definition at line 681 of file pngconf.h.

#define PNG_WRITE_WEIGHTED_FILTER_SUPPORTED

Definition at line 695 of file pngconf.h.

#define PNG_WRITE_zTXt_SUPPORTED

Definition at line 1089 of file pngconf.h.

#define PNG_ZBUF_SIZE   8192
#define PNG_zTXt_SUPPORTED

Definition at line 945 of file pngconf.h.

#define PNGAPI

Definition at line 1413 of file pngconf.h.

#define PNGARG (   arglist)    arglist

Definition at line 289 of file pngconf.h.


Typedef Documentation

typedef unsigned char png_byte

Definition at line 1147 of file pngconf.h.

typedef png_bytep

Definition at line 1224 of file pngconf.h.

typedef png_byte FAR* FAR png_bytepp

Definition at line 1246 of file pngconf.h.

typedef char FAR* png_charp

Definition at line 1230 of file pngconf.h.

typedef char FAR* FAR png_charpp

Definition at line 1252 of file pngconf.h.

typedef char FAR* FAR FAR* png_charppp

Definition at line 1259 of file pngconf.h.

typedef PNG_CONST char FAR* png_const_charp

Definition at line 1229 of file pngconf.h.

typedef PNG_CONST char FAR* FAR png_const_charpp

Definition at line 1251 of file pngconf.h.

typedef double FAR* png_doublep

Definition at line 1242 of file pngconf.h.

typedef double FAR* FAR png_doublepp

Definition at line 1255 of file pngconf.h.

typedef FILE* png_FILE_p

Definition at line 1237 of file pngconf.h.

Definition at line 1220 of file pngconf.h.

Definition at line 1231 of file pngconf.h.

Definition at line 1253 of file pngconf.h.

typedef short png_int_16

Definition at line 1146 of file pngconf.h.

typedef png_int_16 FAR* png_int_16p

Definition at line 1228 of file pngconf.h.

typedef png_int_16 FAR* FAR png_int_16pp

Definition at line 1250 of file pngconf.h.

typedef long png_int_32

Definition at line 1144 of file pngconf.h.

typedef png_int_32 FAR* png_int_32p

Definition at line 1226 of file pngconf.h.

typedef png_int_32 FAR* FAR png_int_32pp

Definition at line 1248 of file pngconf.h.

typedef size_t png_size_t

Definition at line 1155 of file pngconf.h.

typedef unsigned short png_uint_16

Definition at line 1145 of file pngconf.h.

typedef png_uint_16 FAR* png_uint_16p

Definition at line 1227 of file pngconf.h.

typedef png_uint_16 FAR* FAR png_uint_16pp

Definition at line 1249 of file pngconf.h.

typedef png_uint_32

Definition at line 1143 of file pngconf.h.

typedef png_uint_32 FAR* png_uint_32p

Definition at line 1225 of file pngconf.h.

typedef png_uint_32 FAR* FAR png_uint_32pp

Definition at line 1247 of file pngconf.h.

typedef void FAR* png_voidp

Definition at line 1223 of file pngconf.h.

typedef charf* png_zcharp

Definition at line 1268 of file pngconf.h.

typedef charf* FAR png_zcharpp

Definition at line 1269 of file pngconf.h.

typedef z_stream FAR* png_zstreamp

Definition at line 1270 of file pngconf.h.