PNG_EXPORT       1571 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_sig_bytes) PNGARG((png_structp png_ptr,
PNG_EXPORT       1579 third_party/libpng/png.h extern PNG_EXPORT(int,png_sig_cmp) PNGARG((png_bytep sig, png_size_t start,
PNG_EXPORT       1585 third_party/libpng/png.h extern PNG_EXPORT(int,png_check_sig) PNGARG((png_bytep sig, int num)) PNG_DEPRECATED;
PNG_EXPORT       1588 third_party/libpng/png.h extern PNG_EXPORT(png_structp,png_create_read_struct)
PNG_EXPORT       1593 third_party/libpng/png.h extern PNG_EXPORT(png_structp,png_create_write_struct)
PNG_EXPORT       1598 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_compression_buffer_size)
PNG_EXPORT       1603 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_compression_buffer_size)
PNG_EXPORT       1608 third_party/libpng/png.h extern PNG_EXPORT(int,png_reset_zstream) PNGARG((png_structp png_ptr));
PNG_EXPORT       1612 third_party/libpng/png.h extern PNG_EXPORT(png_structp,png_create_read_struct_2)
PNG_EXPORT       1616 third_party/libpng/png.h extern PNG_EXPORT(png_structp,png_create_write_struct_2)
PNG_EXPORT       1623 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_chunk) PNGARG((png_structp png_ptr,
PNG_EXPORT       1627 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_chunk_start) PNGARG((png_structp png_ptr,
PNG_EXPORT       1631 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_chunk_data) PNGARG((png_structp png_ptr,
PNG_EXPORT       1635 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_chunk_end) PNGARG((png_structp png_ptr));
PNG_EXPORT       1638 third_party/libpng/png.h extern PNG_EXPORT(png_infop,png_create_info_struct)
PNG_EXPORT       1643 third_party/libpng/png.h extern PNG_EXPORT(void,png_info_init) PNGARG((png_infop info_ptr))
PNG_EXPORT       1650 third_party/libpng/png.h extern PNG_EXPORT(void,png_info_init_3) PNGARG((png_infopp info_ptr,
PNG_EXPORT       1654 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_info_before_PLTE) PNGARG((png_structp png_ptr,
PNG_EXPORT       1656 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_info) PNGARG((png_structp png_ptr,
PNG_EXPORT       1661 third_party/libpng/png.h extern PNG_EXPORT(void,png_read_info) PNGARG((png_structp png_ptr,
PNG_EXPORT       1666 third_party/libpng/png.h extern PNG_EXPORT(png_charp,png_convert_to_rfc1123)
PNG_EXPORT       1672 third_party/libpng/png.h extern PNG_EXPORT(void,png_convert_from_struct_tm) PNGARG((png_timep ptime,
PNG_EXPORT       1676 third_party/libpng/png.h extern PNG_EXPORT(void,png_convert_from_time_t) PNGARG((png_timep ptime,
PNG_EXPORT       1682 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_expand) PNGARG((png_structp png_ptr));
PNG_EXPORT       1684 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_expand_gray_1_2_4_to_8) PNGARG((png_structp
PNG_EXPORT       1687 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_palette_to_rgb) PNGARG((png_structp png_ptr));
PNG_EXPORT       1688 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_tRNS_to_alpha) PNGARG((png_structp png_ptr));
PNG_EXPORT       1691 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_gray_1_2_4_to_8) PNGARG((png_structp
PNG_EXPORT       1698 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_bgr) PNGARG((png_structp png_ptr));
PNG_EXPORT       1703 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_gray_to_rgb) PNGARG((png_structp png_ptr));
PNG_EXPORT       1709 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_rgb_to_gray) PNGARG((png_structp png_ptr,
PNG_EXPORT       1712 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_rgb_to_gray_fixed) PNGARG((png_structp png_ptr,
PNG_EXPORT       1714 third_party/libpng/png.h extern PNG_EXPORT(png_byte,png_get_rgb_to_gray_status) PNGARG((png_structp
PNG_EXPORT       1718 third_party/libpng/png.h extern PNG_EXPORT(void,png_build_grayscale_palette) PNGARG((int bit_depth,
PNG_EXPORT       1722 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_strip_alpha) PNGARG((png_structp png_ptr));
PNG_EXPORT       1727 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_swap_alpha) PNGARG((png_structp png_ptr));
PNG_EXPORT       1732 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_invert_alpha) PNGARG((png_structp png_ptr));
PNG_EXPORT       1737 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_filler) PNGARG((png_structp png_ptr,
PNG_EXPORT       1744 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_add_alpha) PNGARG((png_structp png_ptr,
PNG_EXPORT       1751 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_swap) PNGARG((png_structp png_ptr));
PNG_EXPORT       1756 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_packing) PNGARG((png_structp png_ptr));
PNG_EXPORT       1761 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_packswap) PNGARG((png_structp png_ptr));
PNG_EXPORT       1766 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_shift) PNGARG((png_structp png_ptr,
PNG_EXPORT       1773 third_party/libpng/png.h extern PNG_EXPORT(int,png_set_interlace_handling) PNGARG((png_structp png_ptr));
PNG_EXPORT       1778 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_invert_mono) PNGARG((png_structp png_ptr));
PNG_EXPORT       1784 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_background) PNGARG((png_structp png_ptr,
PNG_EXPORT       1796 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_strip_16) PNGARG((png_structp png_ptr));
PNG_EXPORT       1801 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_dither) PNGARG((png_structp png_ptr,
PNG_EXPORT       1809 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_gamma) PNGARG((png_structp png_ptr,
PNG_EXPORT       1819 third_party/libpng/png.h extern PNG_EXPORT(void,png_permit_empty_plte) PNGARG((png_structp png_ptr,
PNG_EXPORT       1826 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_flush) PNGARG((png_structp png_ptr, int nrows));
PNG_EXPORT       1828 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_flush) PNGARG((png_structp png_ptr));
PNG_EXPORT       1832 third_party/libpng/png.h extern PNG_EXPORT(void,png_start_read_image) PNGARG((png_structp png_ptr));
PNG_EXPORT       1835 third_party/libpng/png.h extern PNG_EXPORT(void,png_read_update_info) PNGARG((png_structp png_ptr,
PNG_EXPORT       1840 third_party/libpng/png.h extern PNG_EXPORT(void,png_read_rows) PNGARG((png_structp png_ptr,
PNG_EXPORT       1846 third_party/libpng/png.h extern PNG_EXPORT(void,png_read_row) PNGARG((png_structp png_ptr,
PNG_EXPORT       1853 third_party/libpng/png.h extern PNG_EXPORT(void,png_read_image) PNGARG((png_structp png_ptr,
PNG_EXPORT       1858 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_row) PNGARG((png_structp png_ptr,
PNG_EXPORT       1862 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_rows) PNGARG((png_structp png_ptr,
PNG_EXPORT       1866 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_image) PNGARG((png_structp png_ptr,
PNG_EXPORT       1870 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_end) PNGARG((png_structp png_ptr,
PNG_EXPORT       1875 third_party/libpng/png.h extern PNG_EXPORT(void,png_read_end) PNGARG((png_structp png_ptr,
PNG_EXPORT       1880 third_party/libpng/png.h extern PNG_EXPORT(void,png_destroy_info_struct) PNGARG((png_structp png_ptr,
PNG_EXPORT       1884 third_party/libpng/png.h extern PNG_EXPORT(void,png_destroy_read_struct) PNGARG((png_structpp
PNG_EXPORT       1892 third_party/libpng/png.h extern PNG_EXPORT(void,png_destroy_write_struct)
PNG_EXPORT       1899 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_crc_action) PNGARG((png_structp png_ptr,
PNG_EXPORT       1929 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_filter) PNGARG((png_structp png_ptr, int method,
PNG_EXPORT       1986 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_filter_heuristics) PNGARG((png_structp png_ptr,
PNG_EXPORT       2007 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_compression_level) PNGARG((png_structp png_ptr,
PNG_EXPORT       2010 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_compression_mem_level)
PNG_EXPORT       2013 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_compression_strategy)
PNG_EXPORT       2016 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_compression_window_bits)
PNG_EXPORT       2019 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_compression_method) PNGARG((png_structp png_ptr,
PNG_EXPORT       2033 third_party/libpng/png.h extern PNG_EXPORT(void,png_init_io) PNGARG((png_structp png_ptr, png_FILE_p fp));
PNG_EXPORT       2044 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_error_fn) PNGARG((png_structp png_ptr,
PNG_EXPORT       2048 third_party/libpng/png.h extern PNG_EXPORT(png_voidp,png_get_error_ptr) PNGARG((png_structp png_ptr));
PNG_EXPORT       2060 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_write_fn) PNGARG((png_structp png_ptr,
PNG_EXPORT       2064 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_read_fn) PNGARG((png_structp png_ptr,
PNG_EXPORT       2068 third_party/libpng/png.h extern PNG_EXPORT(png_voidp,png_get_io_ptr) PNGARG((png_structp png_ptr));
PNG_EXPORT       2070 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_read_status_fn) PNGARG((png_structp png_ptr,
PNG_EXPORT       2073 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_write_status_fn) PNGARG((png_structp png_ptr,
PNG_EXPORT       2078 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_mem_fn) PNGARG((png_structp png_ptr,
PNG_EXPORT       2081 third_party/libpng/png.h extern PNG_EXPORT(png_voidp,png_get_mem_ptr) PNGARG((png_structp png_ptr));
PNG_EXPORT       2086 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_read_user_transform_fn) PNGARG((png_structp
PNG_EXPORT       2092 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_write_user_transform_fn) PNGARG((png_structp
PNG_EXPORT       2099 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_user_transform_info) PNGARG((png_structp
PNG_EXPORT       2103 third_party/libpng/png.h extern PNG_EXPORT(png_voidp,png_get_user_transform_ptr)
PNG_EXPORT       2108 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_read_user_chunk_fn) PNGARG((png_structp png_ptr,
PNG_EXPORT       2110 third_party/libpng/png.h extern PNG_EXPORT(png_voidp,png_get_user_chunk_ptr) PNGARG((png_structp
PNG_EXPORT       2118 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_progressive_read_fn) PNGARG((png_structp png_ptr,
PNG_EXPORT       2124 third_party/libpng/png.h extern PNG_EXPORT(png_voidp,png_get_progressive_ptr)
PNG_EXPORT       2128 third_party/libpng/png.h extern PNG_EXPORT(void,png_process_data) PNGARG((png_structp png_ptr,
PNG_EXPORT       2134 third_party/libpng/png.h extern PNG_EXPORT(void,png_progressive_combine_row) PNGARG((png_structp png_ptr,
PNG_EXPORT       2138 third_party/libpng/png.h extern PNG_EXPORT(png_voidp,png_malloc) PNGARG((png_structp png_ptr,
PNG_EXPORT       2145 third_party/libpng/png.h extern PNG_EXPORT(png_voidp,png_malloc_warn) PNGARG((png_structp png_ptr,
PNG_EXPORT       2150 third_party/libpng/png.h extern PNG_EXPORT(void,png_free) PNGARG((png_structp png_ptr, png_voidp ptr));
PNG_EXPORT       2154 third_party/libpng/png.h extern PNG_EXPORT(voidpf,png_zalloc) PNGARG((voidpf png_ptr, uInt items,
PNG_EXPORT       2158 third_party/libpng/png.h extern PNG_EXPORT(void,png_zfree) PNGARG((voidpf png_ptr, voidpf ptr));
PNG_EXPORT       2162 third_party/libpng/png.h extern PNG_EXPORT(void,png_free_data) PNGARG((png_structp png_ptr,
PNG_EXPORT       2168 third_party/libpng/png.h extern PNG_EXPORT(void,png_data_freer) PNGARG((png_structp png_ptr,
PNG_EXPORT       2191 third_party/libpng/png.h extern PNG_EXPORT(png_voidp,png_malloc_default) PNGARG((png_structp png_ptr,
PNG_EXPORT       2193 third_party/libpng/png.h extern PNG_EXPORT(void,png_free_default) PNGARG((png_structp png_ptr,
PNG_EXPORT       2197 third_party/libpng/png.h extern PNG_EXPORT(png_voidp,png_memcpy_check) PNGARG((png_structp png_ptr,
PNG_EXPORT       2200 third_party/libpng/png.h extern PNG_EXPORT(png_voidp,png_memset_check) PNGARG((png_structp png_ptr,
PNG_EXPORT       2210 third_party/libpng/png.h extern PNG_EXPORT(void,png_error) PNGARG((png_structp png_ptr,
PNG_EXPORT       2214 third_party/libpng/png.h extern PNG_EXPORT(void,png_chunk_error) PNGARG((png_structp png_ptr,
PNG_EXPORT       2218 third_party/libpng/png.h extern PNG_EXPORT(void,png_err) PNGARG((png_structp png_ptr)) PNG_NORETURN;
PNG_EXPORT       2223 third_party/libpng/png.h extern PNG_EXPORT(void,png_warning) PNGARG((png_structp png_ptr,
PNG_EXPORT       2228 third_party/libpng/png.h extern PNG_EXPORT(void,png_chunk_warning) PNGARG((png_structp png_ptr,
PNG_EXPORT       2246 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_valid) PNGARG((png_structp png_ptr,
PNG_EXPORT       2250 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_rowbytes) PNGARG((png_structp png_ptr,
PNG_EXPORT       2257 third_party/libpng/png.h extern PNG_EXPORT(png_bytepp,png_get_rows) PNGARG((png_structp png_ptr,
PNG_EXPORT       2262 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_rows) PNGARG((png_structp png_ptr,
PNG_EXPORT       2267 third_party/libpng/png.h extern PNG_EXPORT(png_byte,png_get_channels) PNGARG((png_structp png_ptr,
PNG_EXPORT       2272 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32, png_get_image_width) PNGARG((png_structp
PNG_EXPORT       2276 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32, png_get_image_height) PNGARG((png_structp
PNG_EXPORT       2280 third_party/libpng/png.h extern PNG_EXPORT(png_byte, png_get_bit_depth) PNGARG((png_structp
PNG_EXPORT       2284 third_party/libpng/png.h extern PNG_EXPORT(png_byte, png_get_color_type) PNGARG((png_structp
PNG_EXPORT       2288 third_party/libpng/png.h extern PNG_EXPORT(png_byte, png_get_filter_type) PNGARG((png_structp
PNG_EXPORT       2292 third_party/libpng/png.h extern PNG_EXPORT(png_byte, png_get_interlace_type) PNGARG((png_structp
PNG_EXPORT       2296 third_party/libpng/png.h extern PNG_EXPORT(png_byte, png_get_compression_type) PNGARG((png_structp
PNG_EXPORT       2300 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32, png_get_pixels_per_meter) PNGARG((png_structp
PNG_EXPORT       2302 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32, png_get_x_pixels_per_meter) PNGARG((png_structp
PNG_EXPORT       2304 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32, png_get_y_pixels_per_meter) PNGARG((png_structp
PNG_EXPORT       2309 third_party/libpng/png.h extern PNG_EXPORT(float, png_get_pixel_aspect_ratio) PNGARG((png_structp
PNG_EXPORT       2314 third_party/libpng/png.h extern PNG_EXPORT(png_int_32, png_get_x_offset_pixels) PNGARG((png_structp
PNG_EXPORT       2316 third_party/libpng/png.h extern PNG_EXPORT(png_int_32, png_get_y_offset_pixels) PNGARG((png_structp
PNG_EXPORT       2318 third_party/libpng/png.h extern PNG_EXPORT(png_int_32, png_get_x_offset_microns) PNGARG((png_structp
PNG_EXPORT       2320 third_party/libpng/png.h extern PNG_EXPORT(png_int_32, png_get_y_offset_microns) PNGARG((png_structp
PNG_EXPORT       2326 third_party/libpng/png.h extern PNG_EXPORT(png_bytep,png_get_signature) PNGARG((png_structp png_ptr,
PNG_EXPORT       2330 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_bKGD) PNGARG((png_structp png_ptr,
PNG_EXPORT       2335 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_bKGD) PNGARG((png_structp png_ptr,
PNG_EXPORT       2341 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_cHRM) PNGARG((png_structp png_ptr,
PNG_EXPORT       2347 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_cHRM_fixed) PNGARG((png_structp png_ptr,
PNG_EXPORT       2357 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_cHRM) PNGARG((png_structp png_ptr,
PNG_EXPORT       2362 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_cHRM_fixed) PNGARG((png_structp png_ptr,
PNG_EXPORT       2372 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_gAMA) PNGARG((png_structp png_ptr,
PNG_EXPORT       2375 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_gAMA_fixed) PNGARG((png_structp png_ptr,
PNG_EXPORT       2381 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_gAMA) PNGARG((png_structp png_ptr,
PNG_EXPORT       2384 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_gAMA_fixed) PNGARG((png_structp png_ptr,
PNG_EXPORT       2389 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_hIST) PNGARG((png_structp png_ptr,
PNG_EXPORT       2394 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_hIST) PNGARG((png_structp png_ptr,
PNG_EXPORT       2398 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_IHDR) PNGARG((png_structp png_ptr,
PNG_EXPORT       2403 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_IHDR) PNGARG((png_structp png_ptr,
PNG_EXPORT       2409 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_oFFs) PNGARG((png_structp png_ptr,
PNG_EXPORT       2415 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_oFFs) PNGARG((png_structp png_ptr,
PNG_EXPORT       2421 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_pCAL) PNGARG((png_structp png_ptr,
PNG_EXPORT       2427 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_pCAL) PNGARG((png_structp png_ptr,
PNG_EXPORT       2433 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_pHYs) PNGARG((png_structp png_ptr,
PNG_EXPORT       2438 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_pHYs) PNGARG((png_structp png_ptr,
PNG_EXPORT       2442 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_PLTE) PNGARG((png_structp png_ptr,
PNG_EXPORT       2445 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_PLTE) PNGARG((png_structp png_ptr,
PNG_EXPORT       2449 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_sBIT) PNGARG((png_structp png_ptr,
PNG_EXPORT       2454 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_sBIT) PNGARG((png_structp png_ptr,
PNG_EXPORT       2459 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_sRGB) PNGARG((png_structp png_ptr,
PNG_EXPORT       2464 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_sRGB) PNGARG((png_structp png_ptr,
PNG_EXPORT       2466 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_sRGB_gAMA_and_cHRM) PNGARG((png_structp png_ptr,
PNG_EXPORT       2471 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_iCCP) PNGARG((png_structp png_ptr,
PNG_EXPORT       2478 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_iCCP) PNGARG((png_structp png_ptr,
PNG_EXPORT       2485 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_sPLT) PNGARG((png_structp png_ptr,
PNG_EXPORT       2490 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_sPLT) PNGARG((png_structp png_ptr,
PNG_EXPORT       2496 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_text) PNGARG((png_structp png_ptr,
PNG_EXPORT       2509 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_text) PNGARG((png_structp png_ptr,
PNG_EXPORT       2514 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_tIME) PNGARG((png_structp png_ptr,
PNG_EXPORT       2519 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_tIME) PNGARG((png_structp png_ptr,
PNG_EXPORT       2524 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_tRNS) PNGARG((png_structp png_ptr,
PNG_EXPORT       2530 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_tRNS) PNGARG((png_structp png_ptr,
PNG_EXPORT       2540 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_sCAL) PNGARG((png_structp png_ptr,
PNG_EXPORT       2544 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_sCAL_s) PNGARG((png_structp png_ptr,
PNG_EXPORT       2552 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_sCAL) PNGARG((png_structp png_ptr,
PNG_EXPORT       2556 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_sCAL_s) PNGARG((png_structp png_ptr,
PNG_EXPORT       2572 third_party/libpng/png.h extern PNG_EXPORT(void, png_set_keep_unknown_chunks) PNGARG((png_structp
PNG_EXPORT       2574 third_party/libpng/png.h PNG_EXPORT(int,png_handle_as_unknown) PNGARG((png_structp png_ptr, png_bytep
PNG_EXPORT       2578 third_party/libpng/png.h extern PNG_EXPORT(void, png_set_unknown_chunks) PNGARG((png_structp png_ptr,
PNG_EXPORT       2580 third_party/libpng/png.h extern PNG_EXPORT(void, png_set_unknown_chunk_location)
PNG_EXPORT       2582 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_unknown_chunks) PNGARG((png_structp
PNG_EXPORT       2590 third_party/libpng/png.h extern PNG_EXPORT(void, png_set_invalid) PNGARG((png_structp png_ptr,
PNG_EXPORT       2595 third_party/libpng/png.h extern PNG_EXPORT(void, png_read_png) PNGARG((png_structp png_ptr,
PNG_EXPORT       2599 third_party/libpng/png.h extern PNG_EXPORT(void, png_write_png) PNGARG((png_structp png_ptr,
PNG_EXPORT       2713 third_party/libpng/png.h extern PNG_EXPORT(png_charp,png_get_header_ver) PNGARG((png_structp png_ptr));
PNG_EXPORT       2714 third_party/libpng/png.h extern PNG_EXPORT(png_charp,png_get_header_version) PNGARG((png_structp png_ptr));
PNG_EXPORT       2715 third_party/libpng/png.h extern PNG_EXPORT(png_charp,png_get_libpng_ver) PNGARG((png_structp png_ptr));
PNG_EXPORT       2718 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_permit_mng_features) PNGARG((png_structp
PNG_EXPORT       2760 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_mmx_flagmask)
PNG_EXPORT       2764 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_asm_flagmask)
PNG_EXPORT       2768 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_asm_flags)
PNG_EXPORT       2772 third_party/libpng/png.h extern PNG_EXPORT(png_byte,png_get_mmx_bitdepth_threshold)
PNG_EXPORT       2776 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_mmx_rowbytes_threshold)
PNG_EXPORT       2780 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_asm_flags)
PNG_EXPORT       2784 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_mmx_thresholds)
PNG_EXPORT       2792 third_party/libpng/png.h extern PNG_EXPORT(int,png_mmx_support) PNGARG((void));
PNG_EXPORT       2800 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_strip_error_numbers) PNGARG((png_structp
PNG_EXPORT       2806 third_party/libpng/png.h extern PNG_EXPORT(void,png_set_user_limits) PNGARG((png_structp
PNG_EXPORT       2808 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_user_width_max) PNGARG((png_structp
PNG_EXPORT       2810 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_user_height_max) PNGARG((png_structp
PNG_EXPORT       2871 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_uint_32) PNGARG((png_bytep buf));
PNG_EXPORT       2872 third_party/libpng/png.h extern PNG_EXPORT(png_uint_16,png_get_uint_16) PNGARG((png_bytep buf));
PNG_EXPORT       2873 third_party/libpng/png.h extern PNG_EXPORT(png_int_32,png_get_int_32) PNGARG((png_bytep buf));
PNG_EXPORT       2875 third_party/libpng/png.h extern PNG_EXPORT(png_uint_32,png_get_uint_31)
PNG_EXPORT       2881 third_party/libpng/png.h extern PNG_EXPORT(void,png_save_uint_32)
PNG_EXPORT       2883 third_party/libpng/png.h extern PNG_EXPORT(void,png_save_int_32)
PNG_EXPORT       2890 third_party/libpng/png.h extern PNG_EXPORT(void,png_save_uint_16)
PNG_EXPORT       3097 third_party/libpng/png.h extern PNG_EXPORT(void,png_read_init) PNGARG((png_structp png_ptr))
PNG_EXPORT       3104 third_party/libpng/png.h extern PNG_EXPORT(void,png_read_init_3) PNGARG((png_structpp ptr_ptr,
PNG_EXPORT       3107 third_party/libpng/png.h extern PNG_EXPORT(void,png_read_init_2) PNGARG((png_structp png_ptr,
PNG_EXPORT       3116 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_init) PNGARG((png_structp png_ptr))
PNG_EXPORT       3123 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_init_3) PNGARG((png_structpp ptr_ptr,
PNG_EXPORT       3125 third_party/libpng/png.h extern PNG_EXPORT(void,png_write_init_2) PNGARG((png_structp png_ptr,
PNG_EXPORT       1512 third_party/libpng/pngconf.h #  ifndef PNG_EXPORT
PNG_EXPORT       1522 third_party/libpng/pngconf.h #ifndef PNG_EXPORT