Home | History | Annotate | Download | only in libpng16

Lines Matching refs:png_ptr

614 /* Flags for the png_ptr->flags rather than declaring a byte for each one */
695 * stores numbers with very low precision. The png_ptr and s
699 #define png_float(png_ptr, fixed, s) (.00001 * (fixed))
718 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\
719 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
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,
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,
1011 /* Read bytes into buf, and update png_ptr->crc */
1012 PNG_INTERNAL_FUNCTION(void,png_crc_read,(png_structrp png_ptr, png_bytep buf,
1015 /* Read "skip" bytes, read the file crc, and (optionally) verify png_ptr->crc */
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),
1160 * array of png_ptr->width pixels. If the image is not interlaced or this
1185 png_ptr,
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,
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,
1422 (png_const_structrp png_ptr, png_uint_32 chunk_name),PNG_EMPTY);
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,
1519 (png_const_structrp png_ptr, png_colorspacerp colorspace, const png_xy *xy,
1523 (png_const_structrp png_ptr, png_colorspacerp colorspace, const png_XYZ *XYZ,
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,
1545 PNG_INTERNAL_FUNCTION(int,png_icc_check_length,(png_const_structrp png_ptr,
1549 PNG_INTERNAL_FUNCTION(int,png_icc_check_header,(png_const_structrp png_ptr,
1554 PNG_INTERNAL_FUNCTION(int,png_icc_check_tag_table,(png_const_structrp png_ptr,
1560 png_const_structrp png_ptr, png_colorspacerp colorspace,
1571 (png_structrp png_ptr), PNG_EMPTY);
1577 PNG_INTERNAL_FUNCTION(void,png_check_IHDR,(png_const_structrp png_ptr,
1586 (png_structrp png_ptr, png_row_infop row_info),PNG_EMPTY);
1590 PNG_INTERNAL_FUNCTION(void,png_fixed_error,(png_const_structrp png_ptr,
1658 PNG_INTERNAL_FUNCTION(void,png_formatted_warning,(png_const_structrp png_ptr,
1681 PNG_INTERNAL_FUNCTION(void,png_app_warning,(png_const_structrp png_ptr,
1687 PNG_INTERNAL_FUNCTION(void,png_app_error,(png_const_structrp png_ptr,
1697 PNG_INTERNAL_FUNCTION(void,png_chunk_report,(png_const_structrp png_ptr,
1724 PNG_INTERNAL_FUNCTION(void,png_ascii_from_fp,(png_const_structrp png_ptr,
1730 PNG_INTERNAL_FUNCTION(void,png_ascii_from_fixed,(png_const_structrp png_ptr,
1851 (png_const_structrp png_ptr, png_fixed_point a, png_int_32 multiplied_by,
1885 PNG_INTERNAL_FUNCTION(png_uint_16,png_gamma_correct,(png_structrp png_ptr,
1891 PNG_INTERNAL_FUNCTION(void,png_destroy_gamma_table,(png_structrp png_ptr),
1893 PNG_INTERNAL_FUNCTION(void,png_build_gamma_table,(png_structrp png_ptr,
1903 png_structp png_ptr;
1927 PNG_INTERNAL_CALLBACK(void,png_safe_error,(png_structp png_ptr,
1931 PNG_INTERNAL_CALLBACK(void,png_safe_warning,(png_structp png_ptr,
1959 PNG_INTERNAL_FUNCTION(void, PNG_FILTER_OPTIMIZATIONS, (png_structp png_ptr,
1968 (png_structp png_ptr, unsigned int bpp), PNG_EMPTY);
1970 (png_structp png_ptr, unsigned int bpp), PNG_EMPTY);
1973 PNG_INTERNAL_FUNCTION(png_uint_32, png_check_keyword, (png_structrp png_ptr,