apps/png/libpng/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_ZBUF_SIZE   8192
#define PNG_READ_SUPPORTED
#define PNG_WRITE_SUPPORTED
#define PNGARG(arglist)   arglist
#define PNG_SETJMP_SUPPORTED
#define PNG_CONST   const
#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_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_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_UNKNOWN_CHUNKS_SUPPORTED
#define PNG_HANDLE_AS_UNKNOWN_SUPPORTED
#define PNG_READ_USER_CHUNKS_SUPPORTED
#define PNG_USER_CHUNKS_SUPPORTED
#define PNG_READ_OPT_PLTE_SUPPORTED
#define PNG_READ_TEXT_SUPPORTED
#define PNG_TEXT_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_UNKNOWN_CHUNKS_SUPPORTED
#define PNG_WRITE_TEXT_SUPPORTED
#define PNG_INFO_IMAGE_SUPPORTED
#define png_sizeof(x)   sizeof (x)
#define PNG_USE_GLOBAL_ARRAYS
#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_strcpy   strcpy
#define png_strncpy   strncpy
#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 1374 of file pngconf.h.

Referenced by png_default_flush().

#define CVT_PTR_NOCHECK ( ptr   )     (ptr)

Definition at line 1375 of file pngconf.h.

#define PNG_1_2_X

Definition at line 20 of file pngconf.h.

 
#define PNG_ABORT (  )     abort()

Definition at line 1351 of file pngconf.h.

Referenced by png_create_read_struct_2(), png_create_write_struct_2(), and png_default_error().

#define PNG_bKGD_SUPPORTED

Definition at line 792 of file pngconf.h.

#define PNG_cHRM_SUPPORTED

Definition at line 796 of file pngconf.h.

#define PNG_CONST   const

Definition at line 424 of file pngconf.h.

Referenced by png_convert_to_rfc1123().

#define PNG_EASY_ACCESS_SUPPORTED

Definition at line 690 of file pngconf.h.

#define PNG_ERROR_NUMBERS_SUPPORTED

Definition at line 658 of file pngconf.h.

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

Definition at line 1337 of file pngconf.h.

#define PNG_EXPORT_VAR ( type   )     extern PNG_IMPEXP type

Definition at line 1342 of file pngconf.h.

#define PNG_FIXED_POINT_SUPPORTED

Definition at line 503 of file pngconf.h.

#define PNG_FREE_ME_SUPPORTED

Definition at line 507 of file pngconf.h.

Referenced by png_set_hIST().

#define PNG_gAMA_SUPPORTED

Definition at line 800 of file pngconf.h.

#define PNG_HANDLE_AS_UNKNOWN_SUPPORTED

Definition at line 868 of file pngconf.h.

#define PNG_hIST_SUPPORTED

Definition at line 804 of file pngconf.h.

#define PNG_iCCP_SUPPORTED

Definition at line 808 of file pngconf.h.

#define PNG_INFO_IMAGE_SUPPORTED

Definition at line 1030 of file pngconf.h.

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

Definition at line 1355 of file pngconf.h.

Referenced by test_one_file(), and write_png().

#define png_memcmp   memcmp

Definition at line 1379 of file pngconf.h.

Referenced by png_handle_as_unknown(), png_handle_unknown(), png_push_read_chunk(), png_push_read_IDAT(), png_read_end(), png_read_finish_row(), png_read_info(), png_read_row(), png_sig_cmp(), and test_one_file().

#define png_memcpy   memcpy

Definition at line 1380 of file pngconf.h.

Referenced by png_combine_row(), png_convert_to_rfc1123(), png_create_read_struct_2(), png_create_write_struct_2(), png_decompress_chunk(), png_default_error(), png_do_read_interlace(), png_do_write_interlace(), png_handle_sCAL(), png_memcpy_check(), png_push_fill_buffer(), png_push_read_zTXt(), png_push_save_buffer(), png_read_destroy(), png_read_init_3(), png_set_background(), png_set_bKGD(), png_set_iCCP(), png_set_keep_unknown_chunks(), png_set_pCAL(), png_set_PLTE(), png_set_sBIT(), png_set_sPLT(), png_set_text_2(), png_set_tIME(), png_set_tRNS(), png_set_unknown_chunks(), png_text_compress(), png_write_destroy(), png_write_init_3(), and test_one_file().

#define png_memset   memset

Definition at line 1381 of file pngconf.h.

Referenced by png_create_struct_2(), png_info_init_3(), png_memset_check(), png_read_destroy(), png_read_init_3(), png_set_PLTE(), png_write_destroy(), png_write_finish_row(), png_write_init_3(), png_write_start_row(), and png_zalloc().

#define PNG_MMX_CODE_SUPPORTED

Definition at line 700 of file pngconf.h.

#define PNG_NO_READ_iTXt

Definition at line 464 of file pngconf.h.

#define PNG_NO_WRITE_iTXt

Definition at line 467 of file pngconf.h.

#define PNG_oFFs_SUPPORTED

Definition at line 820 of file pngconf.h.

#define PNG_pCAL_SUPPORTED

Definition at line 824 of file pngconf.h.

#define PNG_pHYs_SUPPORTED

Definition at line 832 of file pngconf.h.

#define PNG_PROGRESSIVE_READ_SUPPORTED

Definition at line 576 of file pngconf.h.

#define PNG_READ_16_TO_8_SUPPORTED

Definition at line 546 of file pngconf.h.

#define PNG_READ_ANCILLARY_CHUNKS_SUPPORTED

Definition at line 774 of file pngconf.h.

#define PNG_READ_BACKGROUND_SUPPORTED

Definition at line 543 of file pngconf.h.

Referenced by png_do_read_transformations().

#define PNG_READ_BGR_SUPPORTED

Definition at line 528 of file pngconf.h.

#define PNG_READ_bKGD_SUPPORTED

Definition at line 791 of file pngconf.h.

#define PNG_READ_cHRM_SUPPORTED

Definition at line 795 of file pngconf.h.

#define PNG_READ_COMPOSITE_NODIV_SUPPORTED

Definition at line 584 of file pngconf.h.

#define PNG_READ_DITHER_SUPPORTED

Definition at line 540 of file pngconf.h.

#define PNG_READ_EMPTY_PLTE_SUPPORTED

Definition at line 591 of file pngconf.h.

#define PNG_READ_EXPAND_SUPPORTED

Definition at line 519 of file pngconf.h.

Referenced by png_read_start_row().

#define PNG_READ_FILLER_SUPPORTED

Definition at line 549 of file pngconf.h.

Referenced by png_read_start_row().

#define PNG_READ_gAMA_SUPPORTED

Definition at line 799 of file pngconf.h.

#define PNG_READ_GAMMA_SUPPORTED

Definition at line 552 of file pngconf.h.

Referenced by png_do_read_transformations().

#define PNG_READ_GRAY_TO_RGB_SUPPORTED

Definition at line 555 of file pngconf.h.

#define PNG_READ_hIST_SUPPORTED

Definition at line 803 of file pngconf.h.

#define PNG_READ_iCCP_SUPPORTED

Definition at line 807 of file pngconf.h.

#define PNG_READ_INTERLACING_SUPPORTED

Definition at line 580 of file pngconf.h.

Referenced by png_process_IDAT_data().

#define PNG_READ_INVERT_ALPHA_SUPPORTED

Definition at line 561 of file pngconf.h.

#define PNG_READ_INVERT_SUPPORTED

Definition at line 537 of file pngconf.h.

#define PNG_READ_oFFs_SUPPORTED

Definition at line 819 of file pngconf.h.

#define PNG_READ_OPT_PLTE_SUPPORTED

Definition at line 883 of file pngconf.h.

#define PNG_READ_PACK_SUPPORTED

Definition at line 525 of file pngconf.h.

#define PNG_READ_PACKSWAP_SUPPORTED

Definition at line 534 of file pngconf.h.

Referenced by png_do_read_interlace().

#define PNG_READ_pCAL_SUPPORTED

Definition at line 823 of file pngconf.h.

#define PNG_READ_pHYs_SUPPORTED

Definition at line 831 of file pngconf.h.

#define PNG_READ_RGB_TO_GRAY_SUPPORTED

Definition at line 570 of file pngconf.h.

#define PNG_READ_sBIT_SUPPORTED

Definition at line 835 of file pngconf.h.

#define PNG_READ_sCAL_SUPPORTED

Definition at line 827 of file pngconf.h.

#define PNG_READ_SHIFT_SUPPORTED

Definition at line 522 of file pngconf.h.

#define PNG_READ_sPLT_SUPPORTED

Definition at line 839 of file pngconf.h.

#define PNG_READ_sRGB_SUPPORTED

Definition at line 843 of file pngconf.h.

Referenced by png_handle_cHRM(), and png_handle_gAMA().

#define PNG_READ_STRIP_ALPHA_SUPPORTED

Definition at line 564 of file pngconf.h.

#define PNG_READ_SUPPORTED

Definition at line 88 of file pngconf.h.

#define PNG_READ_SWAP_ALPHA_SUPPORTED

Definition at line 558 of file pngconf.h.

#define PNG_READ_SWAP_SUPPORTED

Definition at line 531 of file pngconf.h.

#define PNG_READ_TEXT_SUPPORTED

Definition at line 887 of file pngconf.h.

#define PNG_READ_tEXt_SUPPORTED

Definition at line 847 of file pngconf.h.

#define PNG_READ_tIME_SUPPORTED

Definition at line 851 of file pngconf.h.

#define PNG_READ_TRANSFORMS_SUPPORTED

Definition at line 514 of file pngconf.h.

#define PNG_READ_tRNS_SUPPORTED

Definition at line 855 of file pngconf.h.

#define PNG_READ_UNKNOWN_CHUNKS_SUPPORTED

Definition at line 863 of file pngconf.h.

#define PNG_READ_USER_CHUNKS_SUPPORTED

Definition at line 873 of file pngconf.h.

Referenced by png_handle_unknown(), and png_push_handle_unknown().

#define PNG_READ_USER_TRANSFORM_SUPPORTED

Definition at line 567 of file pngconf.h.

Referenced by main().

#define PNG_READ_zTXt_SUPPORTED

Definition at line 859 of file pngconf.h.

#define PNG_sBIT_SUPPORTED

Definition at line 836 of file pngconf.h.

#define PNG_sCAL_SUPPORTED

Definition at line 828 of file pngconf.h.

#define PNG_SET_USER_LIMITS_SUPPORTED

Definition at line 720 of file pngconf.h.

#define PNG_SETJMP_SUPPORTED

Definition at line 290 of file pngconf.h.

#define png_sizeof ( x   )     sizeof (x)

Definition at line 1063 of file pngconf.h.

Referenced by main(), png_convert_to_rfc1123(), png_create_info_struct(), png_create_read_struct_2(), png_create_struct_2(), png_create_write_struct_2(), png_decompress_chunk(), png_default_error(), png_handle_pCAL(), png_handle_sPLT(), png_handle_tEXt(), png_handle_zTXt(), png_info_destroy(), png_info_init_3(), png_push_read_tEXt(), png_read_destroy(), png_read_init_2(), png_read_init_3(), png_read_png(), png_set_background(), png_set_bKGD(), png_set_dither(), png_set_filter_heuristics(), png_set_hIST(), png_set_pCAL(), png_set_PLTE(), png_set_sBIT(), png_set_sPLT(), png_set_text_2(), png_set_tIME(), png_set_tRNS(), png_set_unknown_chunks(), png_text_compress(), png_write_destroy(), png_write_init_2(), png_write_init_3(), png_write_pCAL(), test_one_file(), and write_png().

#define PNG_sPLT_SUPPORTED

Definition at line 840 of file pngconf.h.

#define PNG_sRGB_SUPPORTED

Definition at line 844 of file pngconf.h.

#define png_strcpy   strcpy

Definition at line 1376 of file pngconf.h.

Referenced by png_handle_unknown(), png_push_handle_unknown(), png_set_iCCP(), png_set_sPLT(), and test_one_file().

#define png_strlen   strlen

Definition at line 1378 of file pngconf.h.

Referenced by png_check_keyword(), png_handle_sCAL(), png_handle_tEXt(), png_set_iCCP(), png_set_pCAL(), png_set_sPLT(), png_set_text_2(), png_write_pCAL(), png_write_sCAL(), png_write_tEXt(), and png_write_zTXt().

#define png_strncpy   strncpy

Definition at line 1377 of file pngconf.h.

Referenced by png_format_buffer(), and png_set_unknown_chunks().

#define PNG_TEXT_SUPPORTED

Definition at line 888 of file pngconf.h.

#define PNG_tEXt_SUPPORTED

Definition at line 848 of file pngconf.h.

#define PNG_TIME_RFC1123_SUPPORTED

Definition at line 670 of file pngconf.h.

#define PNG_tIME_SUPPORTED

Definition at line 852 of file pngconf.h.

#define PNG_tRNS_SUPPORTED

Definition at line 856 of file pngconf.h.

#define PNG_USE_GLOBAL_ARRAYS

Definition at line 1233 of file pngconf.h.

#define PNG_USER_CHUNKS_SUPPORTED

Definition at line 874 of file pngconf.h.

#define PNG_USER_HEIGHT_MAX   1000000L

Definition at line 732 of file pngconf.h.

Referenced by png_create_read_struct_2(), png_create_write_struct_2(), png_read_init_3(), png_set_IHDR(), and png_write_init_3().

#define PNG_USER_MEM_SUPPORTED

Definition at line 712 of file pngconf.h.

#define PNG_USER_TRANSFORM_PTR_SUPPORTED

Definition at line 665 of file pngconf.h.

#define PNG_USER_WIDTH_MAX   1000000L

Definition at line 729 of file pngconf.h.

Referenced by png_create_read_struct_2(), png_create_write_struct_2(), png_read_init_3(), png_set_IHDR(), and png_write_init_3().

#define PNG_WRITE_ANCILLARY_CHUNKS_SUPPORTED

Definition at line 780 of file pngconf.h.

#define PNG_WRITE_BGR_SUPPORTED

Definition at line 611 of file pngconf.h.

#define PNG_WRITE_bKGD_SUPPORTED

Definition at line 901 of file pngconf.h.

#define PNG_WRITE_cHRM_SUPPORTED

Definition at line 907 of file pngconf.h.

#define PNG_WRITE_EMPTY_PLTE_SUPPORTED

Definition at line 651 of file pngconf.h.

#define PNG_WRITE_FILLER_SUPPORTED

Definition at line 623 of file pngconf.h.

#define PNG_WRITE_FLUSH_SUPPORTED

Definition at line 646 of file pngconf.h.

Referenced by test_one_file().

#define PNG_WRITE_gAMA_SUPPORTED

Definition at line 913 of file pngconf.h.

#define PNG_WRITE_hIST_SUPPORTED

Definition at line 919 of file pngconf.h.

#define PNG_WRITE_iCCP_SUPPORTED

Definition at line 925 of file pngconf.h.

#define PNG_WRITE_INTERLACING_SUPPORTED

Definition at line 636 of file pngconf.h.

Referenced by png_write_info_before_PLTE(), and test_one_file().

#define PNG_WRITE_INVERT_ALPHA_SUPPORTED

Definition at line 629 of file pngconf.h.

#define PNG_WRITE_INVERT_SUPPORTED

Definition at line 620 of file pngconf.h.

#define PNG_WRITE_oFFs_SUPPORTED

Definition at line 939 of file pngconf.h.

#define PNG_WRITE_PACK_SUPPORTED

Definition at line 608 of file pngconf.h.

#define PNG_WRITE_PACKSWAP_SUPPORTED

Definition at line 617 of file pngconf.h.

#define PNG_WRITE_pCAL_SUPPORTED

Definition at line 945 of file pngconf.h.

#define PNG_WRITE_pHYs_SUPPORTED

Definition at line 957 of file pngconf.h.

#define PNG_WRITE_sBIT_SUPPORTED

Definition at line 963 of file pngconf.h.

#define PNG_WRITE_sCAL_SUPPORTED

Definition at line 951 of file pngconf.h.

#define PNG_WRITE_SHIFT_SUPPORTED

Definition at line 605 of file pngconf.h.

#define PNG_WRITE_sPLT_SUPPORTED

Definition at line 969 of file pngconf.h.

#define PNG_WRITE_sRGB_SUPPORTED

Definition at line 975 of file pngconf.h.

#define PNG_WRITE_SUPPORTED

Definition at line 94 of file pngconf.h.

#define PNG_WRITE_SWAP_ALPHA_SUPPORTED

Definition at line 626 of file pngconf.h.

#define PNG_WRITE_SWAP_SUPPORTED

Definition at line 614 of file pngconf.h.

#define PNG_WRITE_TEXT_SUPPORTED

Definition at line 1017 of file pngconf.h.

#define PNG_WRITE_tEXt_SUPPORTED

Definition at line 981 of file pngconf.h.

#define PNG_WRITE_tIME_SUPPORTED

Definition at line 987 of file pngconf.h.

#define PNG_WRITE_TRANSFORMS_SUPPORTED

Definition at line 600 of file pngconf.h.

#define PNG_WRITE_tRNS_SUPPORTED

Definition at line 993 of file pngconf.h.

#define PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED

Definition at line 1005 of file pngconf.h.

#define PNG_WRITE_USER_TRANSFORM_SUPPORTED

Definition at line 632 of file pngconf.h.

#define PNG_WRITE_WEIGHTED_FILTER_SUPPORTED

Definition at line 642 of file pngconf.h.

#define PNG_WRITE_zTXt_SUPPORTED

Definition at line 999 of file pngconf.h.

Referenced by png_write_end(), and png_write_info().

#define PNG_ZBUF_SIZE   8192

Definition at line 82 of file pngconf.h.

Referenced by png_create_read_struct_2(), png_create_write_struct_2(), png_read_init_3(), png_write_init_3(), and test_one_file().

#define PNG_zTXt_SUPPORTED

Definition at line 860 of file pngconf.h.

#define PNGARG ( arglist   )     arglist

Definition at line 266 of file pngconf.h.


Typedef Documentation

typedef unsigned char png_byte

Definition at line 1054 of file pngconf.h.

typedef png_byte FAR* png_bytep

Definition at line 1131 of file pngconf.h.

typedef png_byte FAR* FAR* png_bytepp

Definition at line 1153 of file pngconf.h.

typedef char FAR* png_charp

Definition at line 1137 of file pngconf.h.

typedef char FAR* FAR* png_charpp

Definition at line 1159 of file pngconf.h.

typedef char FAR* FAR* FAR* png_charppp

Definition at line 1166 of file pngconf.h.

typedef PNG_CONST char FAR* png_const_charp

Definition at line 1136 of file pngconf.h.

typedef PNG_CONST char FAR* FAR* png_const_charpp

Definition at line 1158 of file pngconf.h.

typedef double FAR* png_doublep

Definition at line 1149 of file pngconf.h.

typedef double FAR* FAR* png_doublepp

Definition at line 1162 of file pngconf.h.

typedef FILE* png_FILE_p

Definition at line 1144 of file pngconf.h.

typedef png_int_32 png_fixed_point

Definition at line 1127 of file pngconf.h.

typedef png_fixed_point FAR* png_fixed_point_p

Definition at line 1138 of file pngconf.h.

typedef png_fixed_point FAR* FAR* png_fixed_point_pp

Definition at line 1160 of file pngconf.h.

typedef short png_int_16

Definition at line 1053 of file pngconf.h.

typedef png_int_16 FAR* png_int_16p

Definition at line 1135 of file pngconf.h.

typedef png_int_16 FAR* FAR* png_int_16pp

Definition at line 1157 of file pngconf.h.

typedef long png_int_32

Definition at line 1051 of file pngconf.h.

typedef png_int_32 FAR* png_int_32p

Definition at line 1133 of file pngconf.h.

typedef png_int_32 FAR* FAR* png_int_32pp

Definition at line 1155 of file pngconf.h.

typedef size_t png_size_t

Definition at line 1062 of file pngconf.h.

typedef unsigned short png_uint_16

Definition at line 1052 of file pngconf.h.

typedef png_uint_16 FAR* png_uint_16p

Definition at line 1134 of file pngconf.h.

typedef png_uint_16 FAR* FAR* png_uint_16pp

Definition at line 1156 of file pngconf.h.

typedef unsigned long png_uint_32

Definition at line 1050 of file pngconf.h.

typedef png_uint_32 FAR* png_uint_32p

Definition at line 1132 of file pngconf.h.

typedef png_uint_32 FAR* FAR* png_uint_32pp

Definition at line 1154 of file pngconf.h.

typedef void FAR* png_voidp

Definition at line 1130 of file pngconf.h.

typedef charf* png_zcharp

Definition at line 1175 of file pngconf.h.

typedef charf* FAR* png_zcharpp

Definition at line 1176 of file pngconf.h.

typedef z_stream FAR* png_zstreamp

Definition at line 1177 of file pngconf.h.


Generated on Fri Nov 28 00:07:11 2008 for elphel by  doxygen 1.5.1