zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pngdebug.h File Reference

Go to the source code of this file.

Macros

#define png_debug(l, m)   ((void)0)
 
#define png_debug1(l, m, p1)   ((void)0)
 
#define png_debug2(l, m, p1, p2)   ((void)0)
 
#define PNG_LITERAL_LEFT_SQUARE_BRACKET   0x5b
 
#define PNG_LITERAL_RIGHT_SQUARE_BRACKET   0x5d
 
#define PNG_LITERAL_SHARP   0x23
 
#define PNG_STRING_NEWLINE   "\n"
 

Macro Definition Documentation

#define png_debug (   l,
  m 
)    ((void)0)

Definition at line 149 of file pngdebug.h.

Referenced by png_build_gamma_table(), png_build_grayscale_palette(), png_check_cHRM_fixed(), png_check_chunk_name(), png_check_keyword(), png_combine_row(), png_convert_from_struct_tm(), png_convert_from_time_t(), png_data_freer(), png_destroy_info_struct(), png_destroy_read_struct(), png_destroy_write_struct(), png_do_bgr(), png_do_chop(), png_do_compose(), png_do_encode_alpha(), png_do_expand(), png_do_expand_palette(), png_do_gamma(), png_do_gray_to_rgb(), png_do_invert(), png_do_pack(), png_do_packswap(), png_do_quantize(), png_do_read_filler(), png_do_read_interlace(), png_do_read_intrapixel(), png_do_read_invert_alpha(), png_do_read_swap_alpha(), png_do_read_transformations(), png_do_rgb_to_gray(), png_do_scale_16_to_8(), png_do_shift(), png_do_swap(), png_do_unpack(), png_do_unshift(), png_do_write_interlace(), png_do_write_intrapixel(), png_do_write_invert_alpha(), png_do_write_swap_alpha(), png_do_write_transformations(), png_free_data(), PNG_FUNCTION(), png_handle_bKGD(), png_handle_cHRM(), png_handle_gAMA(), png_handle_hIST(), png_handle_IEND(), png_handle_IHDR(), png_handle_iTXt(), png_handle_oFFs(), png_handle_pCAL(), png_handle_pHYs(), png_handle_PLTE(), png_handle_sBIT(), png_handle_sCAL(), png_handle_sRGB(), png_handle_tEXt(), png_handle_tIME(), png_handle_tRNS(), png_handle_unknown(), png_handle_zTXt(), png_info_destroy(), png_info_init_3(), png_init_io(), png_init_read_transformations(), png_permit_mng_features(), png_read_destroy(), png_read_end(), png_read_finish_row(), png_read_image(), png_read_info(), png_read_rows(), png_read_start_row(), png_read_transform_info(), png_read_update_info(), png_set_add_alpha(), png_set_alpha_mode_fixed(), png_set_background_fixed(), png_set_benign_errors(), png_set_bgr(), png_set_compression_level(), png_set_compression_mem_level(), png_set_compression_method(), png_set_compression_strategy(), png_set_crc_action(), png_set_expand(), png_set_expand_16(), png_set_expand_gray_1_2_4_to_8(), png_set_filler(), png_set_filter(), png_set_filter_heuristics(), png_set_filter_heuristics_fixed(), png_set_flush(), png_set_gamma_fixed(), png_set_gray_to_rgb(), png_set_interlace_handling(), png_set_invert_alpha(), png_set_invert_mono(), png_set_packing(), png_set_packswap(), png_set_palette_to_rgb(), png_set_pCAL(), png_set_quantize(), png_set_read_user_chunk_fn(), png_set_read_user_transform_fn(), png_set_rgb_to_gray_fixed(), png_set_scale_16(), png_set_shift(), png_set_sig_bytes(), png_set_strip_16(), png_set_strip_alpha(), png_set_swap(), png_set_swap_alpha(), png_set_text_compression_level(), png_set_text_compression_mem_level(), png_set_text_compression_method(), png_set_text_compression_strategy(), png_set_tRNS_to_alpha(), png_set_user_transform_info(), png_set_write_user_transform_fn(), png_start_read_image(), png_write_bKGD(), png_write_cHRM_fixed(), png_write_destroy(), png_write_end(), png_write_filtered_row(), png_write_find_filter(), png_write_finish_row(), png_write_flush(), png_write_gAMA_fixed(), png_write_hIST(), png_write_iCCP(), png_write_IDAT(), png_write_IEND(), png_write_IHDR(), png_write_image(), png_write_info(), png_write_info_before_PLTE(), png_write_iTXt(), png_write_oFFs(), png_write_pHYs(), png_write_PLTE(), png_write_rows(), png_write_sBIT(), png_write_sCAL_s(), png_write_sPLT(), png_write_sRGB(), png_write_start_row(), png_write_tEXt(), png_write_tIME(), png_write_tRNS(), and png_write_zTXt().

#define png_debug2 (   l,
  m,
  p1,
  p2 
)    ((void)0)
#define PNG_LITERAL_LEFT_SQUARE_BRACKET   0x5b

Definition at line 43 of file pngdebug.h.

Referenced by png_format_buffer().

#define PNG_LITERAL_RIGHT_SQUARE_BRACKET   0x5d

Definition at line 46 of file pngdebug.h.

Referenced by png_format_buffer().

#define PNG_LITERAL_SHARP   0x23

Definition at line 40 of file pngdebug.h.

Referenced by png_default_warning(), PNG_FUNCTION(), and png_warning().

#define PNG_STRING_NEWLINE   "\n"