pngprefix.h 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. /*
  2. * Copyright 2016 Google Inc.
  3. *
  4. * Use of this source code is governed by a BSD-style license that can be
  5. * found in the LICENSE file.
  6. */
  7. #ifndef PNGPREFIX_H
  8. #define PNGPREFIX_H
  9. /*
  10. * This is necessary to build multiple copies of libpng. We need this while pdfium has
  11. * its own copy of libpng.
  12. */
  13. #define png_access_version_number cr_png_access_version_number
  14. #define png_app_error cr_png_app_error
  15. #define png_app_warning cr_png_app_warning
  16. #define png_ascii_from_fixed cr_png_ascii_from_fixed
  17. #define png_ascii_from_fp cr_png_ascii_from_fp
  18. #define png_benign_error cr_png_benign_error
  19. #define png_build_gamma_table cr_png_build_gamma_table
  20. #define png_build_grayscale_palette cr_png_build_grayscale_palette
  21. #define png_calculate_crc cr_png_calculate_crc
  22. #define png_calloc cr_png_calloc
  23. #define png_check_IHDR cr_png_check_IHDR
  24. #define png_check_chunk_length cr_png_check_chunk_length
  25. #define png_check_chunk_name cr_png_check_chunk_name
  26. #define png_check_fp_number cr_png_check_fp_number
  27. #define png_check_fp_string cr_png_check_fp_string
  28. #define png_check_keyword cr_png_check_keyword
  29. #define png_chunk_benign_error cr_png_chunk_benign_error
  30. #define png_chunk_error cr_png_chunk_error
  31. #define png_chunk_report cr_png_chunk_report
  32. #define png_chunk_unknown_handling cr_png_chunk_unknown_handling
  33. #define png_chunk_warning cr_png_chunk_warning
  34. #define png_colorspace_set_ICC cr_png_colorspace_set_ICC
  35. #define png_colorspace_set_chromaticities cr_png_colorspace_set_chromaticities
  36. #define png_colorspace_set_endpoints cr_png_colorspace_set_endpoints
  37. #define png_colorspace_set_gamma cr_png_colorspace_set_gamma
  38. #define png_colorspace_set_rgb_coefficients cr_png_colorspace_set_rgb_coefficients
  39. #define png_colorspace_set_sRGB cr_png_colorspace_set_sRGB
  40. #define png_colorspace_sync cr_png_colorspace_sync
  41. #define png_colorspace_sync_info cr_png_colorspace_sync_info
  42. #define png_combine_row cr_png_combine_row
  43. #define png_compress_IDAT cr_png_compress_IDAT
  44. #define png_convert_from_struct_tm cr_png_convert_from_struct_tm
  45. #define png_convert_from_time_t cr_png_convert_from_time_t
  46. #define png_convert_to_rfc1123 cr_png_convert_to_rfc1123
  47. #define png_convert_to_rfc1123_buffer cr_png_convert_to_rfc1123_buffer
  48. #define png_crc_error cr_png_crc_error
  49. #define png_crc_finish cr_png_crc_finish
  50. #define png_crc_read cr_png_crc_read
  51. #define png_create_info_struct cr_png_create_info_struct
  52. #define png_create_png_struct cr_png_create_png_struct
  53. #define png_create_read_struct cr_png_create_read_struct
  54. #define png_create_read_struct_2 cr_png_create_read_struct_2
  55. #define png_create_write_struct cr_png_create_write_struct
  56. #define png_create_write_struct_2 cr_png_create_write_struct_2
  57. #define png_data_freer cr_png_data_freer
  58. #define png_default_flush cr_png_default_flush
  59. #define png_default_read_data cr_png_default_read_data
  60. #define png_default_write_data cr_png_default_write_data
  61. #define png_destroy_gamma_table cr_png_destroy_gamma_table
  62. #define png_destroy_info_struct cr_png_destroy_info_struct
  63. #define png_destroy_png_struct cr_png_destroy_png_struct
  64. #define png_destroy_read_struct cr_png_destroy_read_struct
  65. #define png_destroy_write_struct cr_png_destroy_write_struct
  66. #define png_do_bgr cr_png_do_bgr
  67. #define png_do_check_palette_indexes cr_png_do_check_palette_indexes
  68. #define png_do_chop cr_png_do_chop
  69. #define png_do_compose cr_png_do_compose
  70. #define png_do_encode_alpha cr_png_do_encode_alpha
  71. #define png_do_expand cr_png_do_expand
  72. #define png_do_expand_16 cr_png_do_expand_16
  73. #define png_do_expand_palette cr_png_do_expand_palette
  74. #define png_do_expand_palette_rgb8_neon cr_png_do_expand_palette_rgb8_neon
  75. #define png_do_expand_palette_rgba8_neon cr_png_do_expand_palette_rgba8_neon
  76. #define png_do_gamma cr_png_do_gamma
  77. #define png_do_gray_to_rgb cr_png_do_gray_to_rgb
  78. #define png_do_invert cr_png_do_invert
  79. #define png_do_pack cr_png_do_pack
  80. #define png_do_packswap cr_png_do_packswap
  81. #define png_do_quantize cr_png_do_quantize
  82. #define png_do_read_filler cr_png_do_read_filler
  83. #define png_do_read_interlace cr_png_do_read_interlace
  84. #define png_do_read_intrapixel cr_png_do_read_intrapixel
  85. #define png_do_read_invert_alpha cr_png_do_read_invert_alpha
  86. #define png_do_read_swap_alpha cr_png_do_read_swap_alpha
  87. #define png_do_read_transformations cr_png_do_read_transformations
  88. #define png_do_rgb_to_gray cr_png_do_rgb_to_gray
  89. #define png_do_scale_16_to_8 cr_png_do_scale_16_to_8
  90. #define png_do_shift cr_png_do_shift
  91. #define png_do_strip_channel cr_png_do_strip_channel
  92. #define png_do_swap cr_png_do_swap
  93. #define png_do_unpack cr_png_do_unpack
  94. #define png_do_unshift cr_png_do_unshift
  95. #define png_do_write_interlace cr_png_do_write_interlace
  96. #define png_do_write_intrapixel cr_png_do_write_intrapixel
  97. #define png_do_write_invert_alpha cr_png_do_write_invert_alpha
  98. #define png_do_write_swap_alpha cr_png_do_write_swap_alpha
  99. #define png_do_write_transformations cr_png_do_write_transformations
  100. #define png_error cr_png_error
  101. #define png_fixed cr_png_fixed
  102. #define png_fixed_error cr_png_fixed_error
  103. #define png_flush cr_png_flush
  104. #define png_format_number cr_png_format_number
  105. #define png_formatted_warning cr_png_formatted_warning
  106. #define png_free cr_png_free
  107. #define png_free_buffer_list cr_png_free_buffer_list
  108. #define png_free_data cr_png_free_data
  109. #define png_free_default cr_png_free_default
  110. #define png_free_jmpbuf cr_png_free_jmpbuf
  111. #define png_gamma_16bit_correct cr_png_gamma_16bit_correct
  112. #define png_gamma_8bit_correct cr_png_gamma_8bit_correct
  113. #define png_gamma_correct cr_png_gamma_correct
  114. #define png_gamma_significant cr_png_gamma_significant
  115. #define png_get_IHDR cr_png_get_IHDR
  116. #define png_get_PLTE cr_png_get_PLTE
  117. #define png_get_bKGD cr_png_get_bKGD
  118. #define png_get_bit_depth cr_png_get_bit_depth
  119. #define png_get_cHRM cr_png_get_cHRM
  120. #define png_get_cHRM_XYZ cr_png_get_cHRM_XYZ
  121. #define png_get_cHRM_XYZ_fixed cr_png_get_cHRM_XYZ_fixed
  122. #define png_get_cHRM_fixed cr_png_get_cHRM_fixed
  123. #define png_get_channels cr_png_get_channels
  124. #define png_get_chunk_cache_max cr_png_get_chunk_cache_max
  125. #define png_get_chunk_malloc_max cr_png_get_chunk_malloc_max
  126. #define png_get_color_type cr_png_get_color_type
  127. #define png_get_compression_buffer_size cr_png_get_compression_buffer_size
  128. #define png_get_compression_type cr_png_get_compression_type
  129. #define png_get_copyright cr_png_get_copyright
  130. #define png_get_current_pass_number cr_png_get_current_pass_number
  131. #define png_get_current_row_number cr_png_get_current_row_number
  132. #define png_get_eXIf cr_png_get_eXIf
  133. #define png_get_eXIf_1 cr_png_get_eXIf_1
  134. #define png_get_error_ptr cr_png_get_error_ptr
  135. #define png_get_filter_type cr_png_get_filter_type
  136. #define png_get_gAMA cr_png_get_gAMA
  137. #define png_get_gAMA_fixed cr_png_get_gAMA_fixed
  138. #define png_get_hIST cr_png_get_hIST
  139. #define png_get_header_ver cr_png_get_header_ver
  140. #define png_get_header_version cr_png_get_header_version
  141. #define png_get_iCCP cr_png_get_iCCP
  142. #define png_get_image_height cr_png_get_image_height
  143. #define png_get_image_width cr_png_get_image_width
  144. #define png_get_int_32 cr_png_get_int_32
  145. #define png_get_interlace_type cr_png_get_interlace_type
  146. #define png_get_io_chunk_type cr_png_get_io_chunk_type
  147. #define png_get_io_ptr cr_png_get_io_ptr
  148. #define png_get_io_state cr_png_get_io_state
  149. #define png_get_libpng_ver cr_png_get_libpng_ver
  150. #define png_get_mem_ptr cr_png_get_mem_ptr
  151. #define png_get_oFFs cr_png_get_oFFs
  152. #define png_get_pCAL cr_png_get_pCAL
  153. #define png_get_pHYs cr_png_get_pHYs
  154. #define png_get_pHYs_dpi cr_png_get_pHYs_dpi
  155. #define png_get_palette_max cr_png_get_palette_max
  156. #define png_get_pixel_aspect_ratio cr_png_get_pixel_aspect_ratio
  157. #define png_get_pixel_aspect_ratio_fixed cr_png_get_pixel_aspect_ratio_fixed
  158. #define png_get_pixels_per_inch cr_png_get_pixels_per_inch
  159. #define png_get_pixels_per_meter cr_png_get_pixels_per_meter
  160. #define png_get_progressive_ptr cr_png_get_progressive_ptr
  161. #define png_get_rgb_to_gray_status cr_png_get_rgb_to_gray_status
  162. #define png_get_rowbytes cr_png_get_rowbytes
  163. #define png_get_rows cr_png_get_rows
  164. #define png_get_sBIT cr_png_get_sBIT
  165. #define png_get_sCAL cr_png_get_sCAL
  166. #define png_get_sCAL_fixed cr_png_get_sCAL_fixed
  167. #define png_get_sCAL_s cr_png_get_sCAL_s
  168. #define png_get_sPLT cr_png_get_sPLT
  169. #define png_get_sRGB cr_png_get_sRGB
  170. #define png_get_signature cr_png_get_signature
  171. #define png_get_tIME cr_png_get_tIME
  172. #define png_get_tRNS cr_png_get_tRNS
  173. #define png_get_text cr_png_get_text
  174. #define png_get_uint_16 cr_png_get_uint_16
  175. #define png_get_uint_31 cr_png_get_uint_31
  176. #define png_get_uint_32 cr_png_get_uint_32
  177. #define png_get_unknown_chunks cr_png_get_unknown_chunks
  178. #define png_get_user_chunk_ptr cr_png_get_user_chunk_ptr
  179. #define png_get_user_height_max cr_png_get_user_height_max
  180. #define png_get_user_transform_ptr cr_png_get_user_transform_ptr
  181. #define png_get_user_width_max cr_png_get_user_width_max
  182. #define png_get_valid cr_png_get_valid
  183. #define png_get_x_offset_inches cr_png_get_x_offset_inches
  184. #define png_get_x_offset_inches_fixed cr_png_get_x_offset_inches_fixed
  185. #define png_get_x_offset_microns cr_png_get_x_offset_microns
  186. #define png_get_x_offset_pixels cr_png_get_x_offset_pixels
  187. #define png_get_x_pixels_per_inch cr_png_get_x_pixels_per_inch
  188. #define png_get_x_pixels_per_meter cr_png_get_x_pixels_per_meter
  189. #define png_get_y_offset_inches cr_png_get_y_offset_inches
  190. #define png_get_y_offset_inches_fixed cr_png_get_y_offset_inches_fixed
  191. #define png_get_y_offset_microns cr_png_get_y_offset_microns
  192. #define png_get_y_offset_pixels cr_png_get_y_offset_pixels
  193. #define png_get_y_pixels_per_inch cr_png_get_y_pixels_per_inch
  194. #define png_get_y_pixels_per_meter cr_png_get_y_pixels_per_meter
  195. #define png_handle_IEND cr_png_handle_IEND
  196. #define png_handle_IHDR cr_png_handle_IHDR
  197. #define png_handle_PLTE cr_png_handle_PLTE
  198. #define png_handle_as_unknown cr_png_handle_as_unknown
  199. #define png_handle_bKGD cr_png_handle_bKGD
  200. #define png_handle_cHRM cr_png_handle_cHRM
  201. #define png_handle_gAMA cr_png_handle_gAMA
  202. #define png_handle_hIST cr_png_handle_hIST
  203. #define png_handle_iCCP cr_png_handle_iCCP
  204. #define png_handle_iTXt cr_png_handle_iTXt
  205. #define png_handle_oFFs cr_png_handle_oFFs
  206. #define png_handle_pCAL cr_png_handle_pCAL
  207. #define png_handle_pHYs cr_png_handle_pHYs
  208. #define png_handle_sBIT cr_png_handle_sBIT
  209. #define png_handle_sCAL cr_png_handle_sCAL
  210. #define png_handle_sPLT cr_png_handle_sPLT
  211. #define png_handle_sRGB cr_png_handle_sRGB
  212. #define png_handle_tEXt cr_png_handle_tEXt
  213. #define png_handle_tIME cr_png_handle_tIME
  214. #define png_handle_tRNS cr_png_handle_tRNS
  215. #define png_handle_unknown cr_png_handle_unknown
  216. #define png_handle_zTXt cr_png_handle_zTXt
  217. #define png_icc_check_header cr_png_icc_check_header
  218. #define png_icc_check_length cr_png_icc_check_length
  219. #define png_icc_check_tag_table cr_png_icc_check_tag_table
  220. #define png_icc_set_sRGB cr_png_icc_set_sRGB
  221. #define png_image_begin_read_from_file cr_png_image_begin_read_from_file
  222. #define png_image_begin_read_from_memory cr_png_image_begin_read_from_memory
  223. #define png_image_begin_read_from_stdio cr_png_image_begin_read_from_stdio
  224. #define png_image_error cr_png_image_error
  225. #define png_image_finish_read cr_png_image_finish_read
  226. #define png_image_free cr_png_image_free
  227. #define png_image_write_to_file cr_png_image_write_to_file
  228. #define png_image_write_to_memory cr_png_image_write_to_memory
  229. #define png_image_write_to_stdio cr_png_image_write_to_stdio
  230. #define png_info_init_3 cr_png_info_init_3
  231. #define png_init_filter_functions_neon cr_png_init_filter_functions_neon
  232. #define png_init_filter_functions_sse2 cr_png_init_filter_functions_sse2
  233. #define png_init_io cr_png_init_io
  234. #define png_init_read_transformations cr_png_init_read_transformations
  235. #define png_longjmp cr_png_longjmp
  236. #define png_malloc cr_png_malloc
  237. #define png_malloc_array cr_png_malloc_array
  238. #define png_malloc_base cr_png_malloc_base
  239. #define png_malloc_default cr_png_malloc_default
  240. #define png_malloc_warn cr_png_malloc_warn
  241. #define png_muldiv cr_png_muldiv
  242. #define png_muldiv_warn cr_png_muldiv_warn
  243. #define png_permit_mng_features cr_png_permit_mng_features
  244. #define png_process_IDAT_data cr_png_process_IDAT_data
  245. #define png_process_data cr_png_process_data
  246. #define png_process_data_pause cr_png_process_data_pause
  247. #define png_process_data_skip cr_png_process_data_skip
  248. #define png_process_some_data cr_png_process_some_data
  249. #define png_progressive_combine_row cr_png_progressive_combine_row
  250. #define png_push_check_crc cr_png_push_check_crc
  251. #define png_push_crc_finish cr_png_push_crc_finish
  252. #define png_push_crc_skip cr_png_push_crc_skip
  253. #define png_push_fill_buffer cr_png_push_fill_buffer
  254. #define png_push_handle_iTXt cr_png_push_handle_iTXt
  255. #define png_push_handle_tEXt cr_png_push_handle_tEXt
  256. #define png_push_handle_unknown cr_png_push_handle_unknown
  257. #define png_push_handle_zTXt cr_png_push_handle_zTXt
  258. #define png_push_have_end cr_png_push_have_end
  259. #define png_push_have_info cr_png_push_have_info
  260. #define png_push_have_row cr_png_push_have_row
  261. #define png_push_process_row cr_png_push_process_row
  262. #define png_push_read_IDAT cr_png_push_read_IDAT
  263. #define png_push_read_chunk cr_png_push_read_chunk
  264. #define png_push_read_end cr_png_push_read_end
  265. #define png_push_read_iTXt cr_png_push_read_iTXt
  266. #define png_push_read_sig cr_png_push_read_sig
  267. #define png_push_read_tEXt cr_png_push_read_tEXt
  268. #define png_push_read_zTXt cr_png_push_read_zTXt
  269. #define png_push_restore_buffer cr_png_push_restore_buffer
  270. #define png_push_save_buffer cr_png_push_save_buffer
  271. #define png_read_IDAT_data cr_png_read_IDAT_data
  272. #define png_read_chunk_header cr_png_read_chunk_header
  273. #define png_read_data cr_png_read_data
  274. #define png_read_end cr_png_read_end
  275. #define png_read_filter_row cr_png_read_filter_row
  276. #define png_read_filter_row_avg3_neon cr_png_read_filter_row_avg3_neon
  277. #define png_read_filter_row_avg3_sse2 cr_png_read_filter_row_avg3_sse2
  278. #define png_read_filter_row_avg4_neon cr_png_read_filter_row_avg4_neon
  279. #define png_read_filter_row_avg4_sse2 cr_png_read_filter_row_avg4_sse2
  280. #define png_read_filter_row_paeth3_neon cr_png_read_filter_row_paeth3_neon
  281. #define png_read_filter_row_paeth3_sse2 cr_png_read_filter_row_paeth3_sse2
  282. #define png_read_filter_row_paeth4_neon cr_png_read_filter_row_paeth4_neon
  283. #define png_read_filter_row_paeth4_sse2 cr_png_read_filter_row_paeth4_sse2
  284. #define png_read_filter_row_sub3_neon cr_png_read_filter_row_sub3_neon
  285. #define png_read_filter_row_sub3_sse2 cr_png_read_filter_row_sub3_sse2
  286. #define png_read_filter_row_sub4_neon cr_png_read_filter_row_sub4_neon
  287. #define png_read_filter_row_sub4_sse2 cr_png_read_filter_row_sub4_sse2
  288. #define png_read_filter_row_up_neon cr_png_read_filter_row_up_neon
  289. #define png_read_finish_IDAT cr_png_read_finish_IDAT
  290. #define png_read_finish_row cr_png_read_finish_row
  291. #define png_read_image cr_png_read_image
  292. #define png_read_info cr_png_read_info
  293. #define png_read_png cr_png_read_png
  294. #define png_read_push_finish_row cr_png_read_push_finish_row
  295. #define png_read_row cr_png_read_row
  296. #define png_read_rows cr_png_read_rows
  297. #define png_read_sig cr_png_read_sig
  298. #define png_read_start_row cr_png_read_start_row
  299. #define png_read_transform_info cr_png_read_transform_info
  300. #define png_read_update_info cr_png_read_update_info
  301. #define png_realloc_array cr_png_realloc_array
  302. #define png_reciprocal cr_png_reciprocal
  303. #define png_reciprocal2 cr_png_reciprocal2
  304. #define png_reset_crc cr_png_reset_crc
  305. #define png_reset_zstream cr_png_reset_zstream
  306. #define png_riffle_palette_neon cr_png_riffle_palette_neon
  307. #define png_sRGB_base cr_png_sRGB_base
  308. #define png_sRGB_delta cr_png_sRGB_delta
  309. #define png_sRGB_table cr_png_sRGB_table
  310. #define png_safe_error cr_png_safe_error
  311. #define png_safe_execute cr_png_safe_execute
  312. #define png_safe_warning cr_png_safe_warning
  313. #define png_safecat cr_png_safecat
  314. #define png_save_int_32 cr_png_save_int_32
  315. #define png_save_uint_16 cr_png_save_uint_16
  316. #define png_save_uint_32 cr_png_save_uint_32
  317. #define png_set_IHDR cr_png_set_IHDR
  318. #define png_set_PLTE cr_png_set_PLTE
  319. #define png_set_add_alpha cr_png_set_add_alpha
  320. #define png_set_alpha_mode cr_png_set_alpha_mode
  321. #define png_set_alpha_mode_fixed cr_png_set_alpha_mode_fixed
  322. #define png_set_bKGD cr_png_set_bKGD
  323. #define png_set_background cr_png_set_background
  324. #define png_set_background_fixed cr_png_set_background_fixed
  325. #define png_set_benign_errors cr_png_set_benign_errors
  326. #define png_set_bgr cr_png_set_bgr
  327. #define png_set_cHRM cr_png_set_cHRM
  328. #define png_set_cHRM_XYZ cr_png_set_cHRM_XYZ
  329. #define png_set_cHRM_XYZ_fixed cr_png_set_cHRM_XYZ_fixed
  330. #define png_set_cHRM_fixed cr_png_set_cHRM_fixed
  331. #define png_set_check_for_invalid_index cr_png_set_check_for_invalid_index
  332. #define png_set_chunk_cache_max cr_png_set_chunk_cache_max
  333. #define png_set_chunk_malloc_max cr_png_set_chunk_malloc_max
  334. #define png_set_compression_buffer_size cr_png_set_compression_buffer_size
  335. #define png_set_compression_level cr_png_set_compression_level
  336. #define png_set_compression_mem_level cr_png_set_compression_mem_level
  337. #define png_set_compression_method cr_png_set_compression_method
  338. #define png_set_compression_strategy cr_png_set_compression_strategy
  339. #define png_set_compression_window_bits cr_png_set_compression_window_bits
  340. #define png_set_crc_action cr_png_set_crc_action
  341. #define png_set_eXIf cr_png_set_eXIf
  342. #define png_set_eXIf_1 cr_png_set_eXIf_1
  343. #define png_set_error_fn cr_png_set_error_fn
  344. #define png_set_expand cr_png_set_expand
  345. #define png_set_expand_16 cr_png_set_expand_16
  346. #define png_set_expand_gray_1_2_4_to_8 cr_png_set_expand_gray_1_2_4_to_8
  347. #define png_set_filler cr_png_set_filler
  348. #define png_set_filter cr_png_set_filter
  349. #define png_set_filter_heuristics cr_png_set_filter_heuristics
  350. #define png_set_filter_heuristics_fixed cr_png_set_filter_heuristics_fixed
  351. #define png_set_flush cr_png_set_flush
  352. #define png_set_gAMA cr_png_set_gAMA
  353. #define png_set_gAMA_fixed cr_png_set_gAMA_fixed
  354. #define png_set_gamma cr_png_set_gamma
  355. #define png_set_gamma_fixed cr_png_set_gamma_fixed
  356. #define png_set_gray_to_rgb cr_png_set_gray_to_rgb
  357. #define png_set_hIST cr_png_set_hIST
  358. #define png_set_iCCP cr_png_set_iCCP
  359. #define png_set_interlace_handling cr_png_set_interlace_handling
  360. #define png_set_invalid cr_png_set_invalid
  361. #define png_set_invert_alpha cr_png_set_invert_alpha
  362. #define png_set_invert_mono cr_png_set_invert_mono
  363. #define png_set_keep_unknown_chunks cr_png_set_keep_unknown_chunks
  364. #define png_set_longjmp_fn cr_png_set_longjmp_fn
  365. #define png_set_mem_fn cr_png_set_mem_fn
  366. #define png_set_oFFs cr_png_set_oFFs
  367. #define png_set_option cr_png_set_option
  368. #define png_set_pCAL cr_png_set_pCAL
  369. #define png_set_pHYs cr_png_set_pHYs
  370. #define png_set_packing cr_png_set_packing
  371. #define png_set_packswap cr_png_set_packswap
  372. #define png_set_palette_to_rgb cr_png_set_palette_to_rgb
  373. #define png_set_progressive_read_fn cr_png_set_progressive_read_fn
  374. #define png_set_quantize cr_png_set_quantize
  375. #define png_set_read_fn cr_png_set_read_fn
  376. #define png_set_read_status_fn cr_png_set_read_status_fn
  377. #define png_set_read_user_chunk_fn cr_png_set_read_user_chunk_fn
  378. #define png_set_read_user_transform_fn cr_png_set_read_user_transform_fn
  379. #define png_set_rgb_to_gray cr_png_set_rgb_to_gray
  380. #define png_set_rgb_to_gray_fixed cr_png_set_rgb_to_gray_fixed
  381. #define png_set_rows cr_png_set_rows
  382. #define png_set_sBIT cr_png_set_sBIT
  383. #define png_set_sCAL cr_png_set_sCAL
  384. #define png_set_sCAL_fixed cr_png_set_sCAL_fixed
  385. #define png_set_sCAL_s cr_png_set_sCAL_s
  386. #define png_set_sPLT cr_png_set_sPLT
  387. #define png_set_sRGB cr_png_set_sRGB
  388. #define png_set_sRGB_gAMA_and_cHRM cr_png_set_sRGB_gAMA_and_cHRM
  389. #define png_set_scale_16 cr_png_set_scale_16
  390. #define png_set_shift cr_png_set_shift
  391. #define png_set_sig_bytes cr_png_set_sig_bytes
  392. #define png_set_strip_16 cr_png_set_strip_16
  393. #define png_set_strip_alpha cr_png_set_strip_alpha
  394. #define png_set_swap cr_png_set_swap
  395. #define png_set_swap_alpha cr_png_set_swap_alpha
  396. #define png_set_tIME cr_png_set_tIME
  397. #define png_set_tRNS cr_png_set_tRNS
  398. #define png_set_tRNS_to_alpha cr_png_set_tRNS_to_alpha
  399. #define png_set_text cr_png_set_text
  400. #define png_set_text_2 cr_png_set_text_2
  401. #define png_set_text_compression_level cr_png_set_text_compression_level
  402. #define png_set_text_compression_mem_level cr_png_set_text_compression_mem_level
  403. #define png_set_text_compression_method cr_png_set_text_compression_method
  404. #define png_set_text_compression_strategy cr_png_set_text_compression_strategy
  405. #define png_set_text_compression_window_bits cr_png_set_text_compression_window_bits
  406. #define png_set_unknown_chunk_location cr_png_set_unknown_chunk_location
  407. #define png_set_unknown_chunks cr_png_set_unknown_chunks
  408. #define png_set_user_limits cr_png_set_user_limits
  409. #define png_set_user_transform_info cr_png_set_user_transform_info
  410. #define png_set_write_fn cr_png_set_write_fn
  411. #define png_set_write_status_fn cr_png_set_write_status_fn
  412. #define png_set_write_user_transform_fn cr_png_set_write_user_transform_fn
  413. #define png_sig_cmp cr_png_sig_cmp
  414. #define png_start_read_image cr_png_start_read_image
  415. #define png_user_version_check cr_png_user_version_check
  416. #define png_warning cr_png_warning
  417. #define png_warning_parameter cr_png_warning_parameter
  418. #define png_warning_parameter_signed cr_png_warning_parameter_signed
  419. #define png_warning_parameter_unsigned cr_png_warning_parameter_unsigned
  420. #define png_write_IEND cr_png_write_IEND
  421. #define png_write_IHDR cr_png_write_IHDR
  422. #define png_write_PLTE cr_png_write_PLTE
  423. #define png_write_bKGD cr_png_write_bKGD
  424. #define png_write_cHRM_fixed cr_png_write_cHRM_fixed
  425. #define png_write_chunk cr_png_write_chunk
  426. #define png_write_chunk_data cr_png_write_chunk_data
  427. #define png_write_chunk_end cr_png_write_chunk_end
  428. #define png_write_chunk_start cr_png_write_chunk_start
  429. #define png_write_data cr_png_write_data
  430. #define png_write_end cr_png_write_end
  431. #define png_write_find_filter cr_png_write_find_filter
  432. #define png_write_finish_row cr_png_write_finish_row
  433. #define png_write_flush cr_png_write_flush
  434. #define png_write_gAMA_fixed cr_png_write_gAMA_fixed
  435. #define png_write_hIST cr_png_write_hIST
  436. #define png_write_iCCP cr_png_write_iCCP
  437. #define png_write_iTXt cr_png_write_iTXt
  438. #define png_write_image cr_png_write_image
  439. #define png_write_info cr_png_write_info
  440. #define png_write_info_before_PLTE cr_png_write_info_before_PLTE
  441. #define png_write_oFFs cr_png_write_oFFs
  442. #define png_write_pCAL cr_png_write_pCAL
  443. #define png_write_pHYs cr_png_write_pHYs
  444. #define png_write_png cr_png_write_png
  445. #define png_write_row cr_png_write_row
  446. #define png_write_rows cr_png_write_rows
  447. #define png_write_sBIT cr_png_write_sBIT
  448. #define png_write_sCAL_s cr_png_write_sCAL_s
  449. #define png_write_sPLT cr_png_write_sPLT
  450. #define png_write_sRGB cr_png_write_sRGB
  451. #define png_write_sig cr_png_write_sig
  452. #define png_write_start_row cr_png_write_start_row
  453. #define png_write_tEXt cr_png_write_tEXt
  454. #define png_write_tIME cr_png_write_tIME
  455. #define png_write_tRNS cr_png_write_tRNS
  456. #define png_write_zTXt cr_png_write_zTXt
  457. #define png_zalloc cr_png_zalloc
  458. #define png_zfree cr_png_zfree
  459. #define png_zlib_inflate cr_png_zlib_inflate
  460. #define png_zstream_error cr_png_zstream_error
  461. #endif // PNGPREFIX_H