Lines Matching refs:PNG_INTERNAL_FUNCTION
294 #ifndef PNG_INTERNAL_FUNCTION
295 # define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ macro
317 PNG_INTERNAL_FUNCTION(type, name, args, PNG_EMPTY);
329 PNG_INTERNAL_FUNCTION(type, name, args, PNG_EMPTY);
891 PNG_INTERNAL_FUNCTION(void, png_zstream_error,(png_structrp png_ptr, int ret),
898 PNG_INTERNAL_FUNCTION(void,png_free_buffer_list,(png_structrp png_ptr,
910 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
917 PNG_INTERNAL_FUNCTION(int,png_user_version_check,(png_structrp png_ptr,
924 PNG_INTERNAL_FUNCTION(png_voidp,png_malloc_base,(png_const_structrp png_ptr,
932 PNG_INTERNAL_FUNCTION(png_voidp,png_malloc_array,(png_const_structrp png_ptr,
939 PNG_INTERNAL_FUNCTION(png_voidp,png_realloc_array,(png_const_structrp png_ptr,
950 PNG_INTERNAL_FUNCTION(png_structp,png_create_png_struct,
956 PNG_INTERNAL_FUNCTION(void,png_destroy_png_struct,(png_structrp png_ptr),
960 PNG_INTERNAL_FUNCTION(void,png_free_jmpbuf,(png_structrp png_ptr),PNG_EMPTY);
963 PNG_INTERNAL_FUNCTION(voidpf,png_zalloc,(voidpf png_ptr, uInt items, uInt size),
967 PNG_INTERNAL_FUNCTION(void,png_zfree,(voidpf png_ptr, voidpf ptr),PNG_EMPTY);
974 PNG_INTERNAL_FUNCTION(void PNGCBAPI,png_default_read_data,(png_structp png_ptr,
978 PNG_INTERNAL_FUNCTION(void PNGCBAPI,png_push_fill_buffer,(png_structp png_ptr,
982 PNG_INTERNAL_FUNCTION(void PNGCBAPI,png_default_write_data,(png_structp png_ptr,
987 PNG_INTERNAL_FUNCTION(void PNGCBAPI,png_default_flush,(png_structp png_ptr),
993 PNG_INTERNAL_FUNCTION(void,png_reset_crc,(png_structrp png_ptr),PNG_EMPTY);
996 PNG_INTERNAL_FUNCTION(void,png_write_data,(png_structrp png_ptr,
1000 PNG_INTERNAL_FUNCTION(void,png_read_sig,(png_structrp png_ptr,
1004 PNG_INTERNAL_FUNCTION(png_uint_32,png_read_chunk_header,(png_structrp png_ptr),
1008 PNG_INTERNAL_FUNCTION(void,png_read_data,(png_structrp png_ptr, png_bytep data,
1012 PNG_INTERNAL_FUNCTION(void,png_crc_read,(png_structrp png_ptr, png_bytep buf,
1016 PNG_INTERNAL_FUNCTION(int,png_crc_finish,(png_structrp png_ptr,
1020 PNG_INTERNAL_FUNCTION(int,png_crc_error,(png_structrp png_ptr),PNG_EMPTY);
1026 PNG_INTERNAL_FUNCTION(void,png_calculate_crc,(png_structrp png_ptr,
1030 PNG_INTERNAL_FUNCTION(void,png_flush,(png_structrp png_ptr),PNG_EMPTY);
1038 PNG_INTERNAL_FUNCTION(void,png_write_IHDR,(png_structrp png_ptr,
1042 PNG_INTERNAL_FUNCTION(void,png_write_PLTE,(png_structrp png_ptr,
1045 PNG_INTERNAL_FUNCTION(void,png_compress_IDAT,(png_structrp png_ptr,
1049 PNG_INTERNAL_FUNCTION(void,png_write_IEND,(png_structrp png_ptr),PNG_EMPTY);
1052 PNG_INTERNAL_FUNCTION(void,png_write_gAMA_fixed,(png_structrp png_ptr,
1057 PNG_INTERNAL_FUNCTION(void,png_write_sBIT,(png_structrp png_ptr,
1062 PNG_INTERNAL_FUNCTION(void,png_write_cHRM_fixed,(png_structrp png_ptr,
1068 PNG_INTERNAL_FUNCTION(void,png_write_sRGB,(png_structrp png_ptr,
1073 PNG_INTERNAL_FUNCTION(void,png_write_iCCP,(png_structrp png_ptr,
1082 PNG_INTERNAL_FUNCTION(void,png_write_sPLT,(png_structrp png_ptr,
1087 PNG_INTERNAL_FUNCTION(void,png_write_tRNS,(png_structrp png_ptr,
1093 PNG_INTERNAL_FUNCTION(void,png_write_bKGD,(png_structrp png_ptr,
1098 PNG_INTERNAL_FUNCTION(void,png_write_hIST,(png_structrp png_ptr,
1104 PNG_INTERNAL_FUNCTION(void,png_write_tEXt,(png_structrp png_ptr,
1109 PNG_INTERNAL_FUNCTION(void,png_write_zTXt,(png_structrp png_ptr, png_const_charp
1114 PNG_INTERNAL_FUNCTION(void,png_write_iTXt,(png_structrp png_ptr,
1120 PNG_INTERNAL_FUNCTION(int,png_set_text_2,(png_const_structrp png_ptr,
1125 PNG_INTERNAL_FUNCTION(void,png_write_oFFs,(png_structrp png_ptr,
1130 PNG_INTERNAL_FUNCTION(void,png_write_pCAL,(png_structrp png_ptr,
1136 PNG_INTERNAL_FUNCTION(void,png_write_pHYs,(png_structrp png_ptr,
1142 PNG_INTERNAL_FUNCTION(void,png_write_tIME,(png_structrp png_ptr,
1147 PNG_INTERNAL_FUNCTION(void,png_write_sCAL_s,(png_structrp png_ptr,
1152 PNG_INTERNAL_FUNCTION(void,png_write_finish_row,(png_structrp png_ptr),
1156 PNG_INTERNAL_FUNCTION(void,png_write_start_row,(png_structrp png_ptr),
1185 PNG_INTERNAL_FUNCTION(void,png_combine_row,(png_const_structrp png_ptr,
1195 PNG_INTERNAL_FUNCTION(void,png_do_read_interlace,(png_row_infop row_info,
1203 PNG_INTERNAL_FUNCTION(void,png_do_write_interlace,(png_row_infop row_info,
1210 PNG_INTERNAL_FUNCTION(void,png_read_filter_row,(png_structrp pp, png_row_infop
1213 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_up_neon,(png_row_infop row_info,
1215 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_sub3_neon,(png_row_infop
1217 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_sub4_neon,(png_row_infop
1219 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_avg3_neon,(png_row_infop
1221 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_avg4_neon,(png_row_infop
1223 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_paeth3_neon,(png_row_infop
1225 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_paeth4_neon,(png_row_infop
1228 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_sub3_sse2,(png_row_infop
1230 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_sub4_sse2,(png_row_infop
1232 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_avg3_sse2,(png_row_infop
1234 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_avg4_sse2,(png_row_infop
1236 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_paeth3_sse2,(png_row_infop
1238 PNG_INTERNAL_FUNCTION(void,png_read_filter_row_paeth4_sse2,(png_row_infop
1242 PNG_INTERNAL_FUNCTION(void,png_write_find_filter,(png_structrp png_ptr,
1246 PNG_INTERNAL_FUNCTION(void,png_read_IDAT_data,(png_structrp png_ptr,
1253 PNG_INTERNAL_FUNCTION(void,png_read_finish_IDAT,(png_structrp png_ptr),
1259 PNG_INTERNAL_FUNCTION(void,png_read_finish_row,(png_structrp png_ptr),
1265 PNG_INTERNAL_FUNCTION(void,png_read_start_row,(png_structrp png_ptr),PNG_EMPTY);
1268 PNG_INTERNAL_FUNCTION(int,png_zlib_inflate,(png_structrp png_ptr, int flush),
1277 PNG_INTERNAL_FUNCTION(void,png_read_transform_info,(png_structrp png_ptr,
1284 PNG_INTERNAL_FUNCTION(void,png_do_strip_channel,(png_row_infop row_info,
1290 PNG_INTERNAL_FUNCTION(void,png_do_swap,(png_row_infop row_info,
1297 PNG_INTERNAL_FUNCTION(void,png_do_packswap,(png_row_infop row_info,
1302 PNG_INTERNAL_FUNCTION(void,png_do_invert,(png_row_infop row_info,
1307 PNG_INTERNAL_FUNCTION(void,png_do_bgr,(png_row_infop row_info,
1316 PNG_INTERNAL_FUNCTION(void,png_handle_IHDR,(png_structrp png_ptr,
1318 PNG_INTERNAL_FUNCTION(void,png_handle_PLTE,(png_structrp png_ptr,
1320 PNG_INTERNAL_FUNCTION(void,png_handle_IEND,(png_structrp png_ptr,
1324 PNG_INTERNAL_FUNCTION(void,png_handle_bKGD,(png_structrp png_ptr,
1329 PNG_INTERNAL_FUNCTION(void,png_handle_cHRM,(png_structrp png_ptr,
1334 PNG_INTERNAL_FUNCTION(void,png_handle_gAMA,(png_structrp png_ptr,
1339 PNG_INTERNAL_FUNCTION(void,png_handle_hIST,(png_structrp png_ptr,
1344 PNG_INTERNAL_FUNCTION(void,png_handle_iCCP,(png_structrp png_ptr,
1349 PNG_INTERNAL_FUNCTION(void,png_handle_iTXt,(png_structrp png_ptr,
1354 PNG_INTERNAL_FUNCTION(void,png_handle_oFFs,(png_structrp png_ptr,
1359 PNG_INTERNAL_FUNCTION(void,png_handle_pCAL,(png_structrp png_ptr,
1364 PNG_INTERNAL_FUNCTION(void,png_handle_pHYs,(png_structrp png_ptr,
1369 PNG_INTERNAL_FUNCTION(void,png_handle_sBIT,(png_structrp png_ptr,
1374 PNG_INTERNAL_FUNCTION(void,png_handle_sCAL,(png_structrp png_ptr,
1379 PNG_INTERNAL_FUNCTION(void,png_handle_sPLT,(png_structrp png_ptr,
1384 PNG_INTERNAL_FUNCTION(void,png_handle_sRGB,(png_structrp png_ptr,
1389 PNG_INTERNAL_FUNCTION(void,png_handle_tEXt,(png_structrp png_ptr,
1394 PNG_INTERNAL_FUNCTION(void,png_handle_tIME,(png_structrp png_ptr,
1399 PNG_INTERNAL_FUNCTION(void,png_handle_tRNS,(png_structrp png_ptr,
1404 PNG_INTERNAL_FUNCTION(void,png_handle_zTXt,(png_structrp png_ptr,
1408 PNG_INTERNAL_FUNCTION(void,png_check_chunk_name,(png_structrp png_ptr,
1411 PNG_INTERNAL_FUNCTION(void,png_handle_unknown,(png_structrp png_ptr,
1421 PNG_INTERNAL_FUNCTION(int,png_chunk_unknown_handling,
1430 PNG_INTERNAL_FUNCTION(void,png_do_read_transformations,(png_structrp png_ptr,
1434 PNG_INTERNAL_FUNCTION(void,png_do_write_transformations,(png_structrp png_ptr,
1439 PNG_INTERNAL_FUNCTION(void,png_init_read_transformations,(png_structrp png_ptr),
1444 PNG_INTERNAL_FUNCTION(void,png_push_read_chunk,(png_structrp png_ptr,
1446 PNG_INTERNAL_FUNCTION(void,png_push_read_sig,(png_structrp png_ptr,
1448 PNG_INTERNAL_FUNCTION(void,png_push_check_crc,(png_structrp png_ptr),PNG_EMPTY);
1449 PNG_INTERNAL_FUNCTION(void,png_push_save_buffer,(png_structrp png_ptr),
1451 PNG_INTERNAL_FUNCTION(void,png_push_restore_buffer,(png_structrp png_ptr,
1453 PNG_INTERNAL_FUNCTION(void,png_push_read_IDAT,(png_structrp png_ptr),PNG_EMPTY);
1454 PNG_INTERNAL_FUNCTION(void,png_process_IDAT_data,(png_structrp png_ptr,
1456 PNG_INTERNAL_FUNCTION(void,png_push_process_row,(png_structrp png_ptr),
1458 PNG_INTERNAL_FUNCTION(void,png_push_handle_unknown,(png_structrp png_ptr,
1460 PNG_INTERNAL_FUNCTION(void,png_push_have_info,(png_structrp png_ptr,
1462 PNG_INTERNAL_FUNCTION(void,png_push_have_end,(png_structrp png_ptr,
1464 PNG_INTERNAL_FUNCTION(void,png_push_have_row,(png_structrp png_ptr,
1466 PNG_INTERNAL_FUNCTION(void,png_push_read_end,(png_structrp png_ptr,
1468 PNG_INTERNAL_FUNCTION(void,png_process_some_data,(png_structrp png_ptr,
1470 PNG_INTERNAL_FUNCTION(void,png_read_push_finish_row,(png_structrp png_ptr),
1473 PNG_INTERNAL_FUNCTION(void,png_push_handle_tEXt,(png_structrp png_ptr,
1475 PNG_INTERNAL_FUNCTION(void,png_push_read_tEXt,(png_structrp png_ptr,
1479 PNG_INTERNAL_FUNCTION(void,png_push_handle_zTXt,(png_structrp png_ptr,
1481 PNG_INTERNAL_FUNCTION(void,png_push_read_zTXt,(png_structrp png_ptr,
1485 PNG_INTERNAL_FUNCTION(void,png_push_handle_iTXt,(png_structrp png_ptr,
1487 PNG_INTERNAL_FUNCTION(void,png_push_read_iTXt,(png_structrp png_ptr,
1495 PNG_INTERNAL_FUNCTION(void,png_colorspace_set_gamma,(png_const_structrp png_ptr,
1502 PNG_INTERNAL_FUNCTION(void,png_colorspace_sync_info,(png_const_structrp png_ptr,
1506 PNG_INTERNAL_FUNCTION(void,png_colorspace_sync,(png_const_structrp png_ptr,
1518 PNG_INTERNAL_FUNCTION(int,png_colorspace_set_chromaticities,
1522 PNG_INTERNAL_FUNCTION(int,png_colorspace_set_endpoints,
1527 PNG_INTERNAL_FUNCTION(int,png_colorspace_set_sRGB,(png_const_structrp png_ptr,
1537 PNG_INTERNAL_FUNCTION(int,png_colorspace_set_ICC,(png_const_structrp png_ptr,
1544 PNG_INTERNAL_FUNCTION(int,png_icc_check_length,(png_const_structrp png_ptr,
1547 PNG_INTERNAL_FUNCTION(int,png_icc_check_header,(png_const_structrp png_ptr,
1552 PNG_INTERNAL_FUNCTION(int,png_icc_check_tag_table,(png_const_structrp png_ptr,
1557 PNG_INTERNAL_FUNCTION(void,png_icc_set_sRGB,(
1568 PNG_INTERNAL_FUNCTION(void,png_colorspace_set_rgb_coefficients,
1575 PNG_INTERNAL_FUNCTION(void,png_check_IHDR,(png_const_structrp png_ptr,
1583 PNG_INTERNAL_FUNCTION(void,png_do_check_palette_indexes,
1588 PNG_INTERNAL_FUNCTION(void,png_fixed_error,(png_const_structrp png_ptr,
1596 PNG_INTERNAL_FUNCTION(size_t,png_safecat,(png_charp buffer, size_t bufsize,
1608 PNG_INTERNAL_FUNCTION(png_charp,png_format_number,(png_const_charp start,
1641 PNG_INTERNAL_FUNCTION(void,png_warning_parameter,(png_warning_parameters p,
1646 PNG_INTERNAL_FUNCTION(void,png_warning_parameter_unsigned,
1652 PNG_INTERNAL_FUNCTION(void,png_warning_parameter_signed,
1656 PNG_INTERNAL_FUNCTION(void,png_formatted_warning,(png_const_structrp png_ptr,
1679 PNG_INTERNAL_FUNCTION(void,png_app_warning,(png_const_structrp png_ptr,
1685 PNG_INTERNAL_FUNCTION(void,png_app_error,(png_const_structrp png_ptr,
1695 PNG_INTERNAL_FUNCTION(void,png_chunk_report,(png_const_structrp png_ptr,
1722 PNG_INTERNAL_FUNCTION(void,png_ascii_from_fp,(png_const_structrp png_ptr,
1728 PNG_INTERNAL_FUNCTION(void,png_ascii_from_fixed,(png_const_structrp png_ptr,
1821 PNG_INTERNAL_FUNCTION(int,png_check_fp_number,(png_const_charp string,
1830 PNG_INTERNAL_FUNCTION(int,png_check_fp_string,(png_const_charp string,
1842 PNG_INTERNAL_FUNCTION(int,png_muldiv,(png_fixed_point_p res, png_fixed_point a,
1848 PNG_INTERNAL_FUNCTION(png_fixed_point,png_muldiv_warn,
1858 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal,(png_fixed_point a),
1866 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal2,(png_fixed_point a,
1871 PNG_INTERNAL_FUNCTION(int,png_gamma_significant,(png_fixed_point gamma_value),
1883 PNG_INTERNAL_FUNCTION(png_uint_16,png_gamma_correct,(png_structrp png_ptr,
1885 PNG_INTERNAL_FUNCTION(png_uint_16,png_gamma_16bit_correct,(unsigned int value,
1887 PNG_INTERNAL_FUNCTION(png_byte,png_gamma_8bit_correct,(unsigned int value,
1889 PNG_INTERNAL_FUNCTION(void,png_destroy_gamma_table,(png_structrp png_ptr),
1891 PNG_INTERNAL_FUNCTION(void,png_build_gamma_table,(png_structrp png_ptr,
1935 PNG_INTERNAL_FUNCTION(int,png_safe_execute,(png_imagep image,
1941 PNG_INTERNAL_FUNCTION(int,png_image_error,(png_imagep image,
1946 PNG_INTERNAL_FUNCTION(void, png_image_free, (png_imagep image), PNG_EMPTY);
1957 PNG_INTERNAL_FUNCTION(void, PNG_FILTER_OPTIMIZATIONS, (png_structp png_ptr,
1965 PNG_INTERNAL_FUNCTION(void, png_init_filter_functions_neon,
1967 PNG_INTERNAL_FUNCTION(void, png_init_filter_functions_sse2,
1971 PNG_INTERNAL_FUNCTION(png_uint_32, png_check_keyword, (png_structrp png_ptr,