Lines Matching refs:PNG_INTERNAL_FUNCTION
258 #ifndef PNG_INTERNAL_FUNCTION
259 # define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ macro
281 PNG_INTERNAL_FUNCTION(type, name, args, PNG_EMPTY);
293 PNG_INTERNAL_FUNCTION(type, name, args, PNG_EMPTY);
855 PNG_INTERNAL_FUNCTION(void, png_zstream_error,(png_structrp png_ptr, int ret),
862 PNG_INTERNAL_FUNCTION(void,png_free_buffer_list,(png_structrp png_ptr,
874 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
881 PNG_INTERNAL_FUNCTION(int,png_user_version_check,(png_structrp png_ptr,
888 PNG_INTERNAL_FUNCTION(png_voidp,png_malloc_base,(png_const_structrp png_ptr,
896 PNG_INTERNAL_FUNCTION(png_voidp,png_malloc_array,(png_const_structrp png_ptr,
903 PNG_INTERNAL_FUNCTION(png_voidp,png_realloc_array,(png_const_structrp png_ptr,
914 PNG_INTERNAL_FUNCTION(png_structp,png_create_png_struct,
920 PNG_INTERNAL_FUNCTION(void,png_destroy_png_struct,(png_structrp png_ptr),
924 PNG_INTERNAL_FUNCTION(void,png_free_jmpbuf,(png_structrp png_ptr),PNG_EMPTY);
927 PNG_INTERNAL_FUNCTION(voidpf,png_zalloc,(voidpf png_ptr, uInt items, uInt size),
931 PNG_INTERNAL_FUNCTION(void,png_zfree,(voidpf png_ptr, voidpf ptr),PNG_EMPTY);
938 PNG_INTERNAL_FUNCTION(void PNGCBAPI,png_default_read_data,(png_structp png_ptr,
942 PNG_INTERNAL_FUNCTION(void PNGCBAPI,png_push_fill_buffer,(png_structp png_ptr,
946 PNG_INTERNAL_FUNCTION(void PNGCBAPI,png_default_write_data,(png_structp png_ptr,
951 PNG_INTERNAL_FUNCTION(void PNGCBAPI,png_default_flush,(png_structp png_ptr),
957 PNG_INTERNAL_FUNCTION(void,png_reset_crc,(png_structrp png_ptr),PNG_EMPTY);
960 PNG_INTERNAL_FUNCTION(void,png_write_data,(png_structrp png_ptr,
964 PNG_INTERNAL_FUNCTION(void,png_read_sig,(png_structrp png_ptr,
968 PNG_INTERNAL_FUNCTION(png_uint_32,png_read_chunk_header,(png_structrp png_ptr),
972 PNG_INTERNAL_FUNCTION(void,png_read_data,(png_structrp png_ptr, png_bytep data,
976 PNG_INTERNAL_FUNCTION(void,png_crc_read,(png_structrp png_ptr, png_bytep buf,
980 PNG_INTERNAL_FUNCTION(int,png_crc_finish,(png_structrp png_ptr,
984 PNG_INTERNAL_FUNCTION(int,png_crc_error,(png_structrp png_ptr),PNG_EMPTY);
990 PNG_INTERNAL_FUNCTION(void,png_calculate_crc,(png_structrp png_ptr,
994 PNG_INTERNAL_FUNCTION(void,png_flush,(png_structrp png_ptr),PNG_EMPTY);
1002 PNG_INTERNAL_FUNCTION(void,png_write_IHDR,(png_structrp png_ptr,
1006 PNG_INTERNAL_FUNCTION(void,png_write_PLTE,(png_structrp png_ptr,
1009 PNG_INTERNAL_FUNCTION(void,png_compress_IDAT,(png_structrp png_ptr,
1013 PNG_INTERNAL_FUNCTION(void,png_write_IEND,(png_structrp png_ptr),PNG_EMPTY);
1016 PNG_INTERNAL_FUNCTION(void,png_write_gAMA_fixed,(png_structrp png_ptr,
1021 PNG_INTERNAL_FUNCTION(void,png_write_sBIT,(png_structrp png_ptr,
1026 PNG_INTERNAL_FUNCTION(void,png_write_cHRM_fixed,(png_structrp png_ptr,
1032 PNG_INTERNAL_FUNCTION(void,png_write_sRGB,(png_structrp png_ptr,
1037 PNG_INTERNAL_FUNCTION(void,png_write_iCCP,(png_structrp png_ptr,
1046 PNG_INTERNAL_FUNCTION(void,png_write_sPLT,(png_structrp png_ptr,
1051 PNG_INTERNAL_FUNCTION(void,png_write_tRNS,(png_structrp png_ptr,
1057 PNG_INTERNAL_FUNCTION(void,png_write_bKGD,(png_structrp png_ptr,
1062 PNG_INTERNAL_FUNCTION(void,png_write_hIST,(png_structrp png_ptr,
1068 PNG_INTERNAL_FUNCTION(void,png_write_tEXt,(png_structrp png_ptr,
1073 PNG_INTERNAL_FUNCTION(void,png_write_zTXt,(png_structrp png_ptr, png_const_charp
1078 PNG_INTERNAL_FUNCTION(void,png_write_iTXt,(png_structrp png_ptr,
1084 PNG_INTERNAL_FUNCTION(int,png_set_text_2,(png_const_structrp png_ptr,
1089 PNG_INTERNAL_FUNCTION(void,png_write_oFFs,(png_structrp png_ptr,
1094 PNG_INTERNAL_FUNCTION(void,png_write_pCAL,(png_structrp png_ptr,
1100 PNG_INTERNAL_FUNCTION(void,png_write_pHYs,(png_structrp png_ptr,
1106 PNG_INTERNAL_FUNCTION(void,png_write_tIME,(png_structrp png_ptr,
1111 PNG_INTERNAL_FUNCTION(void,png_write_sCAL_s,(png_structrp png_ptr,
1116 PNG_INTERNAL_FUNCTION(void,png_write_finish_row,(png_structrp png_ptr),
1120 PNG_INTERNAL_FUNCTION(void,png_write_start_row,(png_structrp png_ptr),
1149 PNG_INTERNAL_FUNCTION(void,png_combine_row,(png_const_structrp png_ptr,
1159 PNG_INTERNAL_FUNCTION(void,png_do_read_interlace,(png_row_infop row_info,
1167 PNG_INTERNAL_FUNCTION(void,png_do_write_interlace,(png_row_infop row_info,
1174 PNG_INTERNAL_FUNCTION(void,png_read_filter_row,(png_structrp pp, png_row_infop
1177 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_up_neon,(png_row_infop row_info,
1179 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_sub3_neon,(png_row_infop
1181 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_sub4_neon,(png_row_infop
1183 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_avg3_neon,(png_row_infop
1185 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_avg4_neon,(png_row_infop
1187 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_paeth3_neon,(png_row_infop
1189 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_paeth4_neon,(png_row_infop
1193 PNG_INTERNAL_FUNCTION(void,png_write_find_filter,(png_structrp png_ptr,
1197 PNG_INTERNAL_FUNCTION(void,png_read_IDAT_data,(png_structrp png_ptr,
1204 PNG_INTERNAL_FUNCTION(void,png_read_finish_IDAT,(png_structrp png_ptr),
1210 PNG_INTERNAL_FUNCTION(void,png_read_finish_row,(png_structrp png_ptr),
1216 PNG_INTERNAL_FUNCTION(void,png_read_start_row,(png_structrp png_ptr),PNG_EMPTY);
1219 PNG_INTERNAL_FUNCTION(int,png_zlib_inflate,(png_structrp png_ptr, int flush),
1228 PNG_INTERNAL_FUNCTION(void,png_read_transform_info,(png_structrp png_ptr,
1235 PNG_INTERNAL_FUNCTION(void,png_do_strip_channel,(png_row_infop row_info,
1241 PNG_INTERNAL_FUNCTION(void,png_do_swap,(png_row_infop row_info,
1248 PNG_INTERNAL_FUNCTION(void,png_do_packswap,(png_row_infop row_info,
1253 PNG_INTERNAL_FUNCTION(void,png_do_invert,(png_row_infop row_info,
1258 PNG_INTERNAL_FUNCTION(void,png_do_bgr,(png_row_infop row_info,
1267 PNG_INTERNAL_FUNCTION(void,png_handle_IHDR,(png_structrp png_ptr,
1269 PNG_INTERNAL_FUNCTION(void,png_handle_PLTE,(png_structrp png_ptr,
1271 PNG_INTERNAL_FUNCTION(void,png_handle_IEND,(png_structrp png_ptr,
1275 PNG_INTERNAL_FUNCTION(void,png_handle_bKGD,(png_structrp png_ptr,
1280 PNG_INTERNAL_FUNCTION(void,png_handle_cHRM,(png_structrp png_ptr,
1285 PNG_INTERNAL_FUNCTION(void,png_handle_gAMA,(png_structrp png_ptr,
1290 PNG_INTERNAL_FUNCTION(void,png_handle_hIST,(png_structrp png_ptr,
1295 PNG_INTERNAL_FUNCTION(void,png_handle_iCCP,(png_structrp png_ptr,
1300 PNG_INTERNAL_FUNCTION(void,png_handle_iTXt,(png_structrp png_ptr,
1305 PNG_INTERNAL_FUNCTION(void,png_handle_oFFs,(png_structrp png_ptr,
1310 PNG_INTERNAL_FUNCTION(void,png_handle_pCAL,(png_structrp png_ptr,
1315 PNG_INTERNAL_FUNCTION(void,png_handle_pHYs,(png_structrp png_ptr,
1320 PNG_INTERNAL_FUNCTION(void,png_handle_sBIT,(png_structrp png_ptr,
1325 PNG_INTERNAL_FUNCTION(void,png_handle_sCAL,(png_structrp png_ptr,
1330 PNG_INTERNAL_FUNCTION(void,png_handle_sPLT,(png_structrp png_ptr,
1335 PNG_INTERNAL_FUNCTION(void,png_handle_sRGB,(png_structrp png_ptr,
1340 PNG_INTERNAL_FUNCTION(void,png_handle_tEXt,(png_structrp png_ptr,
1345 PNG_INTERNAL_FUNCTION(void,png_handle_tIME,(png_structrp png_ptr,
1350 PNG_INTERNAL_FUNCTION(void,png_handle_tRNS,(png_structrp png_ptr,
1355 PNG_INTERNAL_FUNCTION(void,png_handle_zTXt,(png_structrp png_ptr,
1359 PNG_INTERNAL_FUNCTION(void,png_check_chunk_name,(png_structrp png_ptr,
1362 PNG_INTERNAL_FUNCTION(void,png_handle_unknown,(png_structrp png_ptr,
1372 PNG_INTERNAL_FUNCTION(int,png_chunk_unknown_handling,
1381 PNG_INTERNAL_FUNCTION(void,png_do_read_transformations,(png_structrp png_ptr,
1385 PNG_INTERNAL_FUNCTION(void,png_do_write_transformations,(png_structrp png_ptr,
1390 PNG_INTERNAL_FUNCTION(void,png_init_read_transformations,(png_structrp png_ptr),
1395 PNG_INTERNAL_FUNCTION(void,png_push_read_chunk,(png_structrp png_ptr,
1397 PNG_INTERNAL_FUNCTION(void,png_push_read_sig,(png_structrp png_ptr,
1399 PNG_INTERNAL_FUNCTION(void,png_push_check_crc,(png_structrp png_ptr),PNG_EMPTY);
1400 PNG_INTERNAL_FUNCTION(void,png_push_save_buffer,(png_structrp png_ptr),
1402 PNG_INTERNAL_FUNCTION(void,png_push_restore_buffer,(png_structrp png_ptr,
1404 PNG_INTERNAL_FUNCTION(void,png_push_read_IDAT,(png_structrp png_ptr),PNG_EMPTY);
1405 PNG_INTERNAL_FUNCTION(void,png_process_IDAT_data,(png_structrp png_ptr,
1407 PNG_INTERNAL_FUNCTION(void,png_push_process_row,(png_structrp png_ptr),
1409 PNG_INTERNAL_FUNCTION(void,png_push_handle_unknown,(png_structrp png_ptr,
1411 PNG_INTERNAL_FUNCTION(void,png_push_have_info,(png_structrp png_ptr,
1413 PNG_INTERNAL_FUNCTION(void,png_push_have_end,(png_structrp png_ptr,
1415 PNG_INTERNAL_FUNCTION(void,png_push_have_row,(png_structrp png_ptr,
1417 PNG_INTERNAL_FUNCTION(void,png_push_read_end,(png_structrp png_ptr,
1419 PNG_INTERNAL_FUNCTION(void,png_process_some_data,(png_structrp png_ptr,
1421 PNG_INTERNAL_FUNCTION(void,png_read_push_finish_row,(png_structrp png_ptr),
1424 PNG_INTERNAL_FUNCTION(void,png_push_handle_tEXt,(png_structrp png_ptr,
1426 PNG_INTERNAL_FUNCTION(void,png_push_read_tEXt,(png_structrp png_ptr,
1430 PNG_INTERNAL_FUNCTION(void,png_push_handle_zTXt,(png_structrp png_ptr,
1432 PNG_INTERNAL_FUNCTION(void,png_push_read_zTXt,(png_structrp png_ptr,
1436 PNG_INTERNAL_FUNCTION(void,png_push_handle_iTXt,(png_structrp png_ptr,
1438 PNG_INTERNAL_FUNCTION(void,png_push_read_iTXt,(png_structrp png_ptr,
1446 PNG_INTERNAL_FUNCTION(void,png_colorspace_set_gamma,(png_const_structrp png_ptr,
1453 PNG_INTERNAL_FUNCTION(void,png_colorspace_sync_info,(png_const_structrp png_ptr,
1457 PNG_INTERNAL_FUNCTION(void,png_colorspace_sync,(png_const_structrp png_ptr,
1469 PNG_INTERNAL_FUNCTION(int,png_colorspace_set_chromaticities,
1473 PNG_INTERNAL_FUNCTION(int,png_colorspace_set_endpoints,
1478 PNG_INTERNAL_FUNCTION(int,png_colorspace_set_sRGB,(png_const_structrp png_ptr,
1488 PNG_INTERNAL_FUNCTION(int,png_colorspace_set_ICC,(png_const_structrp png_ptr,
1495 PNG_INTERNAL_FUNCTION(int,png_icc_check_length,(png_const_structrp png_ptr,
1498 PNG_INTERNAL_FUNCTION(int,png_icc_check_header,(png_const_structrp png_ptr,
1503 PNG_INTERNAL_FUNCTION(int,png_icc_check_tag_table,(png_const_structrp png_ptr,
1508 PNG_INTERNAL_FUNCTION(void,png_icc_set_sRGB,(
1519 PNG_INTERNAL_FUNCTION(void,png_colorspace_set_rgb_coefficients,
1526 PNG_INTERNAL_FUNCTION(void,png_check_IHDR,(png_const_structrp png_ptr,
1534 PNG_INTERNAL_FUNCTION(void,png_do_check_palette_indexes,
1539 PNG_INTERNAL_FUNCTION(void,png_fixed_error,(png_const_structrp png_ptr,
1547 PNG_INTERNAL_FUNCTION(size_t,png_safecat,(png_charp buffer, size_t bufsize,
1559 PNG_INTERNAL_FUNCTION(png_charp,png_format_number,(png_const_charp start,
1592 PNG_INTERNAL_FUNCTION(void,png_warning_parameter,(png_warning_parameters p,
1597 PNG_INTERNAL_FUNCTION(void,png_warning_parameter_unsigned,
1603 PNG_INTERNAL_FUNCTION(void,png_warning_parameter_signed,
1607 PNG_INTERNAL_FUNCTION(void,png_formatted_warning,(png_const_structrp png_ptr,
1630 PNG_INTERNAL_FUNCTION(void,png_app_warning,(png_const_structrp png_ptr,
1636 PNG_INTERNAL_FUNCTION(void,png_app_error,(png_const_structrp png_ptr,
1646 PNG_INTERNAL_FUNCTION(void,png_chunk_report,(png_const_structrp png_ptr,
1673 PNG_INTERNAL_FUNCTION(void,png_ascii_from_fp,(png_const_structrp png_ptr,
1679 PNG_INTERNAL_FUNCTION(void,png_ascii_from_fixed,(png_const_structrp png_ptr,
1772 PNG_INTERNAL_FUNCTION(int,png_check_fp_number,(png_const_charp string,
1781 PNG_INTERNAL_FUNCTION(int,png_check_fp_string,(png_const_charp string,
1793 PNG_INTERNAL_FUNCTION(int,png_muldiv,(png_fixed_point_p res, png_fixed_point a,
1799 PNG_INTERNAL_FUNCTION(png_fixed_point,png_muldiv_warn,
1809 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal,(png_fixed_point a),
1817 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal2,(png_fixed_point a,
1822 PNG_INTERNAL_FUNCTION(int,png_gamma_significant,(png_fixed_point gamma_value),
1834 PNG_INTERNAL_FUNCTION(png_uint_16,png_gamma_correct,(png_structrp png_ptr,
1836 PNG_INTERNAL_FUNCTION(png_uint_16,png_gamma_16bit_correct,(unsigned int value,
1838 PNG_INTERNAL_FUNCTION(png_byte,png_gamma_8bit_correct,(unsigned int value,
1840 PNG_INTERNAL_FUNCTION(void,png_destroy_gamma_table,(png_structrp png_ptr),
1842 PNG_INTERNAL_FUNCTION(void,png_build_gamma_table,(png_structrp png_ptr,
1886 PNG_INTERNAL_FUNCTION(int,png_safe_execute,(png_imagep image,
1892 PNG_INTERNAL_FUNCTION(int,png_image_error,(png_imagep image,
1897 PNG_INTERNAL_FUNCTION(void, png_image_free, (png_imagep image), PNG_EMPTY);
1908 PNG_INTERNAL_FUNCTION(void, PNG_FILTER_OPTIMIZATIONS, (png_structp png_ptr,
1916 PNG_INTERNAL_FUNCTION(void, png_init_filter_functions_neon,
1921 PNG_INTERNAL_FUNCTION(void, png_seek_data, (png_structp png_ptr,
1923 PNG_INTERNAL_FUNCTION(int, png_opt_crc_finish,(png_structrp png_ptr,