Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(607)

Side by Side Diff: third_party/libpng/pngprefix.h

Issue 1032253003: Enable both static and dynamically linked libpng (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * Copyright 2015 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
8 /*
9 * This file was created in part using the configuration script provided with
10 * the libpng sources. However it was missing some symbols which caused the
11 * linker to fail so those were added manually by scanning the library looking
12 * for exported symbols missing the skia_ prefix and adding them to the end of
13 * this file.
14 */
15
16 #define png_sRGB_table skia_png_sRGB_table
17 #define png_sRGB_base skia_png_sRGB_base
18 #define png_sRGB_delta skia_png_sRGB_delta
19 #define png_zstream_error skia_png_zstream_error
20 #define png_free_buffer_list skia_png_free_buffer_list
21 #define png_fixed skia_png_fixed
22 #define png_user_version_check skia_png_user_version_check
23 #define png_malloc_base skia_png_malloc_base
24 #define png_malloc_array skia_png_malloc_array
25 #define png_realloc_array skia_png_realloc_array
26 #define png_create_png_struct skia_png_create_png_struct
27 #define png_destroy_png_struct skia_png_destroy_png_struct
28 #define png_free_jmpbuf skia_png_free_jmpbuf
29 #define png_zalloc skia_png_zalloc
30 #define png_zfree skia_png_zfree
31 #define png_default_read_data skia_png_default_read_data
32 #define png_push_fill_buffer skia_png_push_fill_buffer
33 #define png_default_write_data skia_png_default_write_data
34 #define png_default_flush skia_png_default_flush
35 #define png_reset_crc skia_png_reset_crc
36 #define png_write_data skia_png_write_data
37 #define png_read_sig skia_png_read_sig
38 #define png_read_chunk_header skia_png_read_chunk_header
39 #define png_read_data skia_png_read_data
40 #define png_crc_read skia_png_crc_read
41 #define png_crc_finish skia_png_crc_finish
42 #define png_crc_error skia_png_crc_error
43 #define png_calculate_crc skia_png_calculate_crc
44 #define png_flush skia_png_flush
45 #define png_write_IHDR skia_png_write_IHDR
46 #define png_write_PLTE skia_png_write_PLTE
47 #define png_compress_IDAT skia_png_compress_IDAT
48 #define png_write_IEND skia_png_write_IEND
49 #define png_write_gAMA_fixed skia_png_write_gAMA_fixed
50 #define png_write_sBIT skia_png_write_sBIT
51 #define png_write_cHRM_fixed skia_png_write_cHRM_fixed
52 #define png_write_sRGB skia_png_write_sRGB
53 #define png_write_iCCP skia_png_write_iCCP
54 #define png_write_sPLT skia_png_write_sPLT
55 #define png_write_tRNS skia_png_write_tRNS
56 #define png_write_bKGD skia_png_write_bKGD
57 #define png_write_hIST skia_png_write_hIST
58 #define png_write_tEXt skia_png_write_tEXt
59 #define png_write_zTXt skia_png_write_zTXt
60 #define png_write_iTXt skia_png_write_iTXt
61 #define png_set_text_2 skia_png_set_text_2
62 #define png_write_oFFs skia_png_write_oFFs
63 #define png_write_pCAL skia_png_write_pCAL
64 #define png_write_pHYs skia_png_write_pHYs
65 #define png_write_tIME skia_png_write_tIME
66 #define png_write_sCAL_s skia_png_write_sCAL_s
67 #define png_write_finish_row skia_png_write_finish_row
68 #define png_write_start_row skia_png_write_start_row
69 #define png_combine_row skia_png_combine_row
70 #define png_do_read_interlace skia_png_do_read_interlace
71 #define png_do_write_interlace skia_png_do_write_interlace
72 #define png_read_filter_row skia_png_read_filter_row
73 #define png_read_filter_row_up_neon skia_png_read_filter_row_up_neon
74 #define png_read_filter_row_sub3_neon skia_png_read_filter_row_sub3_neon
75 #define png_read_filter_row_sub4_neon skia_png_read_filter_row_sub4_neon
76 #define png_read_filter_row_avg3_neon skia_png_read_filter_row_avg3_neon
77 #define png_read_filter_row_avg4_neon skia_png_read_filter_row_avg4_neon
78 #define png_read_filter_row_paeth3_neon skia_png_read_filter_row_paeth3_neon
79 #define png_read_filter_row_paeth4_neon skia_png_read_filter_row_paeth4_neon
80 #define png_write_find_filter skia_png_write_find_filter
81 #define png_read_IDAT_data skia_png_read_IDAT_data
82 #define png_read_finish_IDAT skia_png_read_finish_IDAT
83 #define png_read_finish_row skia_png_read_finish_row
84 #define png_read_start_row skia_png_read_start_row
85 #define png_read_transform_info skia_png_read_transform_info
86 #define png_do_read_filler skia_png_do_read_filler
87 #define png_do_read_swap_alpha skia_png_do_read_swap_alpha
88 #define png_do_write_swap_alpha skia_png_do_write_swap_alpha
89 #define png_do_read_invert_alpha skia_png_do_read_invert_alpha
90 #define png_do_write_invert_alpha skia_png_do_write_invert_alpha
91 #define png_do_strip_channel skia_png_do_strip_channel
92 #define png_do_swap skia_png_do_swap
93 #define png_do_packswap skia_png_do_packswap
94 #define png_do_rgb_to_gray skia_png_do_rgb_to_gray
95 #define png_do_gray_to_rgb skia_png_do_gray_to_rgb
96 #define png_do_unpack skia_png_do_unpack
97 #define png_do_unshift skia_png_do_unshift
98 #define png_do_invert skia_png_do_invert
99 #define png_do_scale_16_to_8 skia_png_do_scale_16_to_8
100 #define png_do_chop skia_png_do_chop
101 #define png_do_quantize skia_png_do_quantize
102 #define png_do_bgr skia_png_do_bgr
103 #define png_do_pack skia_png_do_pack
104 #define png_do_shift skia_png_do_shift
105 #define png_do_compose skia_png_do_compose
106 #define png_do_gamma skia_png_do_gamma
107 #define png_do_encode_alpha skia_png_do_encode_alpha
108 #define png_do_expand_palette skia_png_do_expand_palette
109 #define png_do_expand skia_png_do_expand
110 #define png_do_expand_16 skia_png_do_expand_16
111 #define png_handle_IHDR skia_png_handle_IHDR
112 #define png_handle_PLTE skia_png_handle_PLTE
113 #define png_handle_IEND skia_png_handle_IEND
114 #define png_handle_bKGD skia_png_handle_bKGD
115 #define png_handle_cHRM skia_png_handle_cHRM
116 #define png_handle_gAMA skia_png_handle_gAMA
117 #define png_handle_hIST skia_png_handle_hIST
118 #define png_handle_iCCP skia_png_handle_iCCP
119 #define png_handle_iTXt skia_png_handle_iTXt
120 #define png_handle_oFFs skia_png_handle_oFFs
121 #define png_handle_pCAL skia_png_handle_pCAL
122 #define png_handle_pHYs skia_png_handle_pHYs
123 #define png_handle_sBIT skia_png_handle_sBIT
124 #define png_handle_sCAL skia_png_handle_sCAL
125 #define png_handle_sPLT skia_png_handle_sPLT
126 #define png_handle_sRGB skia_png_handle_sRGB
127 #define png_handle_tEXt skia_png_handle_tEXt
128 #define png_handle_tIME skia_png_handle_tIME
129 #define png_handle_tRNS skia_png_handle_tRNS
130 #define png_handle_zTXt skia_png_handle_zTXt
131 #define png_check_chunk_name skia_png_check_chunk_name
132 #define png_handle_unknown skia_png_handle_unknown
133 #define png_chunk_unknown_handling skia_png_chunk_unknown_handling
134 #define png_do_read_transformations skia_png_do_read_transformations
135 #define png_do_write_transformations skia_png_do_write_transformations
136 #define png_init_read_transformations skia_png_init_read_transformations
137 #define png_push_read_chunk skia_png_push_read_chunk
138 #define png_push_read_sig skia_png_push_read_sig
139 #define png_push_check_crc skia_png_push_check_crc
140 #define png_push_crc_skip skia_png_push_crc_skip
141 #define png_push_crc_finish skia_png_push_crc_finish
142 #define png_push_save_buffer skia_png_push_save_buffer
143 #define png_push_restore_buffer skia_png_push_restore_buffer
144 #define png_push_read_IDAT skia_png_push_read_IDAT
145 #define png_process_IDAT_data skia_png_process_IDAT_data
146 #define png_push_process_row skia_png_push_process_row
147 #define png_push_handle_unknown skia_png_push_handle_unknown
148 #define png_push_have_info skia_png_push_have_info
149 #define png_push_have_end skia_png_push_have_end
150 #define png_push_have_row skia_png_push_have_row
151 #define png_push_read_end skia_png_push_read_end
152 #define png_process_some_data skia_png_process_some_data
153 #define png_read_push_finish_row skia_png_read_push_finish_row
154 #define png_push_handle_tEXt skia_png_push_handle_tEXt
155 #define png_push_read_tEXt skia_png_push_read_tEXt
156 #define png_push_handle_zTXt skia_png_push_handle_zTXt
157 #define png_push_read_zTXt skia_png_push_read_zTXt
158 #define png_push_handle_iTXt skia_png_push_handle_iTXt
159 #define png_push_read_iTXt skia_png_push_read_iTXt
160 #define png_do_read_intrapixel skia_png_do_read_intrapixel
161 #define png_do_write_intrapixel skia_png_do_write_intrapixel
162 #define png_colorspace_set_gamma skia_png_colorspace_set_gamma
163 #define png_colorspace_sync_info skia_png_colorspace_sync_info
164 #define png_colorspace_sync skia_png_colorspace_sync
165 #define png_colorspace_set_chromaticities skia_png_colorspace_set_chromaticities
166 #define png_colorspace_set_endpoints skia_png_colorspace_set_endpoints
167 #define png_colorspace_set_sRGB skia_png_colorspace_set_sRGB
168 #define png_colorspace_set_ICC skia_png_colorspace_set_ICC
169 #define png_icc_check_length skia_png_icc_check_length
170 #define png_icc_check_header skia_png_icc_check_header
171 #define png_icc_check_tag_table skia_png_icc_check_tag_table
172 #define png_icc_set_sRGB skia_png_icc_set_sRGB
173 #define png_colorspace_set_rgb_coefficients skia_png_colorspace_set_rgb_coeffici ents
174 #define png_check_IHDR skia_png_check_IHDR
175 #define png_do_check_palette_indexes skia_png_do_check_palette_indexes
176 #define png_fixed_error skia_png_fixed_error
177 #define png_safecat skia_png_safecat
178 #define png_format_number skia_png_format_number
179 #define png_warning_parameter skia_png_warning_parameter
180 #define png_warning_parameter_unsigned skia_png_warning_parameter_unsigned
181 #define png_warning_parameter_signed skia_png_warning_parameter_signed
182 #define png_formatted_warning skia_png_formatted_warning
183 #define png_app_warning skia_png_app_warning
184 #define png_app_error skia_png_app_error
185 #define png_chunk_report skia_png_chunk_report
186 #define png_ascii_from_fp skia_png_ascii_from_fp
187 #define png_ascii_from_fixed skia_png_ascii_from_fixed
188 #define png_check_fp_number skia_png_check_fp_number
189 #define png_check_fp_string skia_png_check_fp_string
190 #define png_muldiv skia_png_muldiv
191 #define png_muldiv_warn skia_png_muldiv_warn
192 #define png_reciprocal skia_png_reciprocal
193 #define png_reciprocal2 skia_png_reciprocal2
194 #define png_gamma_significant skia_png_gamma_significant
195 #define png_gamma_correct skia_png_gamma_correct
196 #define png_gamma_16bit_correct skia_png_gamma_16bit_correct
197 #define png_gamma_8bit_correct skia_png_gamma_8bit_correct
198 #define png_destroy_gamma_table skia_png_destroy_gamma_table
199 #define png_build_gamma_table skia_png_build_gamma_table
200 #define png_safe_error skia_png_safe_error
201 #define png_safe_warning skia_png_safe_warning
202 #define png_safe_execute skia_png_safe_execute
203 #define png_image_error skia_png_image_error
204
205 #define png_access_version_number skia_png_access_version_number
206 #define png_build_grayscale_palette skia_png_build_grayscale_palette
207 #define png_convert_to_rfc1123 skia_png_convert_to_rfc1123
208 #define png_convert_to_rfc1123_buffer skia_png_convert_to_rfc1123_buffer
209 #define png_create_info_struct skia_png_create_info_struct
210 #define png_data_freer skia_png_data_freer
211 #define png_destroy_info_struct skia_png_destroy_info_struct
212 #define png_free_data skia_png_free_data
213 #define png_get_copyright skia_png_get_copyright
214 #define png_get_header_ver skia_png_get_header_ver
215 #define png_get_header_version skia_png_get_header_version
216 #define png_get_io_ptr skia_png_get_io_ptr
217 #define png_get_libpng_ver skia_png_get_libpng_ver
218 #define png_handle_as_unknown skia_png_handle_as_unknown
219 #define png_image_free skia_png_image_free
220 #define png_info_init_3 skia_png_info_init_3
221 #define png_init_io skia_png_init_io
222 #define png_reset_zstream skia_png_reset_zstream
223 #define png_save_int_32 skia_png_save_int_32
224 #define png_set_option skia_png_set_option
225 #define png_set_sig_bytes skia_png_set_sig_bytes
226 #define png_sig_cmp skia_png_sig_cmp
227 #define png_benign_error skia_png_benign_error
228 #define png_chunk_benign_error skia_png_chunk_benign_error
229 #define png_chunk_error skia_png_chunk_error
230 #define png_chunk_warning skia_png_chunk_warning
231 #define png_error skia_png_error
232 #define png_get_error_ptr skia_png_get_error_ptr
233 #define png_longjmp skia_png_longjmp
234 #define png_set_error_fn skia_png_set_error_fn
235 #define png_set_longjmp_fn skia_png_set_longjmp_fn
236 #define png_warning skia_png_warning
237 #define png_get_bit_depth skia_png_get_bit_depth
238 #define png_get_bKGD skia_png_get_bKGD
239 #define png_get_channels skia_png_get_channels
240 #define png_get_cHRM skia_png_get_cHRM
241 #define png_get_cHRM_fixed skia_png_get_cHRM_fixed
242 #define png_get_cHRM_XYZ skia_png_get_cHRM_XYZ
243 #define png_get_cHRM_XYZ_fixed skia_png_get_cHRM_XYZ_fixed
244 #define png_get_chunk_cache_max skia_png_get_chunk_cache_max
245 #define png_get_chunk_malloc_max skia_png_get_chunk_malloc_max
246 #define png_get_color_type skia_png_get_color_type
247 #define png_get_compression_buffer_size skia_png_get_compression_buffer_size
248 #define png_get_compression_type skia_png_get_compression_type
249 #define png_get_filter_type skia_png_get_filter_type
250 #define png_get_gAMA skia_png_get_gAMA
251 #define png_get_gAMA_fixed skia_png_get_gAMA_fixed
252 #define png_get_hIST skia_png_get_hIST
253 #define png_get_iCCP skia_png_get_iCCP
254 #define png_get_IHDR skia_png_get_IHDR
255 #define png_get_image_height skia_png_get_image_height
256 #define png_get_image_width skia_png_get_image_width
257 #define png_get_interlace_type skia_png_get_interlace_type
258 #define png_get_io_chunk_type skia_png_get_io_chunk_type
259 #define png_get_io_state skia_png_get_io_state
260 #define png_get_oFFs skia_png_get_oFFs
261 #define png_get_palette_max skia_png_get_palette_max
262 #define png_get_pCAL skia_png_get_pCAL
263 #define png_get_pHYs skia_png_get_pHYs
264 #define png_get_pHYs_dpi skia_png_get_pHYs_dpi
265 #define png_get_pixel_aspect_ratio skia_png_get_pixel_aspect_ratio
266 #define png_get_pixel_aspect_ratio_fixed skia_png_get_pixel_aspect_ratio_fixed
267 #define png_get_pixels_per_inch skia_png_get_pixels_per_inch
268 #define png_get_pixels_per_meter skia_png_get_pixels_per_meter
269 #define png_get_PLTE skia_png_get_PLTE
270 #define png_get_rgb_to_gray_status skia_png_get_rgb_to_gray_status
271 #define png_get_rowbytes skia_png_get_rowbytes
272 #define png_get_rows skia_png_get_rows
273 #define png_get_sBIT skia_png_get_sBIT
274 #define png_get_sCAL skia_png_get_sCAL
275 #define png_get_sCAL_fixed skia_png_get_sCAL_fixed
276 #define png_get_sCAL_s skia_png_get_sCAL_s
277 #define png_get_signature skia_png_get_signature
278 #define png_get_sPLT skia_png_get_sPLT
279 #define png_get_sRGB skia_png_get_sRGB
280 #define png_get_text skia_png_get_text
281 #define png_get_tIME skia_png_get_tIME
282 #define png_get_tRNS skia_png_get_tRNS
283 #define png_get_unknown_chunks skia_png_get_unknown_chunks
284 #define png_get_user_chunk_ptr skia_png_get_user_chunk_ptr
285 #define png_get_user_height_max skia_png_get_user_height_max
286 #define png_get_user_width_max skia_png_get_user_width_max
287 #define png_get_valid skia_png_get_valid
288 #define png_get_x_offset_inches skia_png_get_x_offset_inches
289 #define png_get_x_offset_inches_fixed skia_png_get_x_offset_inches_fixed
290 #define png_get_x_offset_microns skia_png_get_x_offset_microns
291 #define png_get_x_offset_pixels skia_png_get_x_offset_pixels
292 #define png_get_x_pixels_per_inch skia_png_get_x_pixels_per_inch
293 #define png_get_x_pixels_per_meter skia_png_get_x_pixels_per_meter
294 #define png_get_y_offset_inches skia_png_get_y_offset_inches
295 #define png_get_y_offset_inches_fixed skia_png_get_y_offset_inches_fixed
296 #define png_get_y_offset_microns skia_png_get_y_offset_microns
297 #define png_get_y_offset_pixels skia_png_get_y_offset_pixels
298 #define png_get_y_pixels_per_inch skia_png_get_y_pixels_per_inch
299 #define png_get_y_pixels_per_meter skia_png_get_y_pixels_per_meter
300 #define png_calloc skia_png_calloc
301 #define png_free skia_png_free
302 #define png_free_default skia_png_free_default
303 #define png_get_mem_ptr skia_png_get_mem_ptr
304 #define png_malloc skia_png_malloc
305 #define png_malloc_default skia_png_malloc_default
306 #define png_malloc_warn skia_png_malloc_warn
307 #define png_set_mem_fn skia_png_set_mem_fn
308 #define png_get_progressive_ptr skia_png_get_progressive_ptr
309 #define png_process_data skia_png_process_data
310 #define png_process_data_pause skia_png_process_data_pause
311 #define png_process_data_skip skia_png_process_data_skip
312 #define png_progressive_combine_row skia_png_progressive_combine_row
313 #define png_set_progressive_read_fn skia_png_set_progressive_read_fn
314 #define png_create_read_struct skia_png_create_read_struct
315 #define png_create_read_struct_2 skia_png_create_read_struct_2
316 #define png_destroy_read_struct skia_png_destroy_read_struct
317 #define png_image_begin_read_from_file skia_png_image_begin_read_from_file
318 #define png_image_begin_read_from_memory skia_png_image_begin_read_from_memory
319 #define png_image_begin_read_from_stdio skia_png_image_begin_read_from_stdio
320 #define png_image_finish_read skia_png_image_finish_read
321 #define png_read_end skia_png_read_end
322 #define png_read_image skia_png_read_image
323 #define png_read_info skia_png_read_info
324 #define png_read_png skia_png_read_png
325 #define png_read_row skia_png_read_row
326 #define png_read_rows skia_png_read_rows
327 #define png_read_update_info skia_png_read_update_info
328 #define png_set_read_status_fn skia_png_set_read_status_fn
329 #define png_start_read_image skia_png_start_read_image
330 #define png_set_read_fn skia_png_set_read_fn
331 #define png_set_alpha_mode skia_png_set_alpha_mode
332 #define png_set_alpha_mode_fixed skia_png_set_alpha_mode_fixed
333 #define png_set_background skia_png_set_background
334 #define png_set_background_fixed skia_png_set_background_fixed
335 #define png_set_crc_action skia_png_set_crc_action
336 #define png_set_expand skia_png_set_expand
337 #define png_set_expand_16 skia_png_set_expand_16
338 #define png_set_expand_gray_1_2_4_to_8 skia_png_set_expand_gray_1_2_4_to_8
339 #define png_set_gamma skia_png_set_gamma
340 #define png_set_gamma_fixed skia_png_set_gamma_fixed
341 #define png_set_gray_to_rgb skia_png_set_gray_to_rgb
342 #define png_set_palette_to_rgb skia_png_set_palette_to_rgb
343 #define png_set_quantize skia_png_set_quantize
344 #define png_set_read_user_transform_fn skia_png_set_read_user_transform_fn
345 #define png_set_rgb_to_gray skia_png_set_rgb_to_gray
346 #define png_set_rgb_to_gray_fixed skia_png_set_rgb_to_gray_fixed
347 #define png_set_scale_16 skia_png_set_scale_16
348 #define png_set_strip_16 skia_png_set_strip_16
349 #define png_set_strip_alpha skia_png_set_strip_alpha
350 #define png_set_tRNS_to_alpha skia_png_set_tRNS_to_alpha
351 #define png_get_int_32 skia_png_get_int_32
352 #define png_get_uint_16 skia_png_get_uint_16
353 #define png_get_uint_31 skia_png_get_uint_31
354 #define png_get_uint_32 skia_png_get_uint_32
355 #define png_permit_mng_features skia_png_permit_mng_features
356 #define png_set_benign_errors skia_png_set_benign_errors
357 #define png_set_bKGD skia_png_set_bKGD
358 #define png_set_check_for_invalid_index skia_png_set_check_for_invalid_index
359 #define png_set_cHRM skia_png_set_cHRM
360 #define png_set_cHRM_fixed skia_png_set_cHRM_fixed
361 #define png_set_cHRM_XYZ skia_png_set_cHRM_XYZ
362 #define png_set_cHRM_XYZ_fixed skia_png_set_cHRM_XYZ_fixed
363 #define png_set_chunk_cache_max skia_png_set_chunk_cache_max
364 #define png_set_chunk_malloc_max skia_png_set_chunk_malloc_max
365 #define png_set_compression_buffer_size skia_png_set_compression_buffer_size
366 #define png_set_gAMA skia_png_set_gAMA
367 #define png_set_gAMA_fixed skia_png_set_gAMA_fixed
368 #define png_set_hIST skia_png_set_hIST
369 #define png_set_iCCP skia_png_set_iCCP
370 #define png_set_IHDR skia_png_set_IHDR
371 #define png_set_invalid skia_png_set_invalid
372 #define png_set_keep_unknown_chunks skia_png_set_keep_unknown_chunks
373 #define png_set_oFFs skia_png_set_oFFs
374 #define png_set_pCAL skia_png_set_pCAL
375 #define png_set_pHYs skia_png_set_pHYs
376 #define png_set_PLTE skia_png_set_PLTE
377 #define png_set_read_user_chunk_fn skia_png_set_read_user_chunk_fn
378 #define png_set_rows skia_png_set_rows
379 #define png_set_sBIT skia_png_set_sBIT
380 #define png_set_sCAL skia_png_set_sCAL
381 #define png_set_sCAL_fixed skia_png_set_sCAL_fixed
382 #define png_set_sCAL_s skia_png_set_sCAL_s
383 #define png_set_sPLT skia_png_set_sPLT
384 #define png_set_sRGB skia_png_set_sRGB
385 #define png_set_sRGB_gAMA_and_cHRM skia_png_set_sRGB_gAMA_and_cHRM
386 #define png_set_text skia_png_set_text
387 #define png_set_tIME skia_png_set_tIME
388 #define png_set_tRNS skia_png_set_tRNS
389 #define png_set_unknown_chunk_location skia_png_set_unknown_chunk_location
390 #define png_set_unknown_chunks skia_png_set_unknown_chunks
391 #define png_set_user_limits skia_png_set_user_limits
392 #define png_get_current_pass_number skia_png_get_current_pass_number
393 #define png_get_current_row_number skia_png_get_current_row_number
394 #define png_get_user_transform_ptr skia_png_get_user_transform_ptr
395 #define png_set_add_alpha skia_png_set_add_alpha
396 #define png_set_bgr skia_png_set_bgr
397 #define png_set_filler skia_png_set_filler
398 #define png_set_interlace_handling skia_png_set_interlace_handling
399 #define png_set_invert_alpha skia_png_set_invert_alpha
400 #define png_set_invert_mono skia_png_set_invert_mono
401 #define png_set_packing skia_png_set_packing
402 #define png_set_packswap skia_png_set_packswap
403 #define png_set_shift skia_png_set_shift
404 #define png_set_swap skia_png_set_swap
405 #define png_set_swap_alpha skia_png_set_swap_alpha
406 #define png_set_user_transform_info skia_png_set_user_transform_info
407 #define png_set_write_fn skia_png_set_write_fn
408 #define png_convert_from_struct_tm skia_png_convert_from_struct_tm
409 #define png_convert_from_time_t skia_png_convert_from_time_t
410 #define png_create_write_struct skia_png_create_write_struct
411 #define png_create_write_struct_2 skia_png_create_write_struct_2
412 #define png_destroy_write_struct skia_png_destroy_write_struct
413 #define png_image_write_to_file skia_png_image_write_to_file
414 #define png_image_write_to_stdio skia_png_image_write_to_stdio
415 #define png_set_compression_level skia_png_set_compression_level
416 #define png_set_compression_mem_level skia_png_set_compression_mem_level
417 #define png_set_compression_method skia_png_set_compression_method
418 #define png_set_compression_strategy skia_png_set_compression_strategy
419 #define png_set_compression_window_bits skia_png_set_compression_window_bits
420 #define png_set_filter skia_png_set_filter
421 #define png_set_filter_heuristics skia_png_set_filter_heuristics
422 #define png_set_filter_heuristics_fixed skia_png_set_filter_heuristics_fixed
423 #define png_set_flush skia_png_set_flush
424 #define png_set_text_compression_level skia_png_set_text_compression_level
425 #define png_set_text_compression_mem_level skia_png_set_text_compression_mem_lev el
426 #define png_set_text_compression_method skia_png_set_text_compression_method
427 #define png_set_text_compression_strategy skia_png_set_text_compression_strategy
428 #define png_set_text_compression_window_bits skia_png_set_text_compression_windo w_bits
429 #define png_set_write_status_fn skia_png_set_write_status_fn
430 #define png_set_write_user_transform_fn skia_png_set_write_user_transform_fn
431 #define png_write_end skia_png_write_end
432 #define png_write_flush skia_png_write_flush
433 #define png_write_image skia_png_write_image
434 #define png_write_info skia_png_write_info
435 #define png_write_info_before_PLTE skia_png_write_info_before_PLTE
436 #define png_write_png skia_png_write_png
437 #define png_write_row skia_png_write_row
438 #define png_write_rows skia_png_write_rows
439 #define png_save_uint_16 skia_png_save_uint_16
440 #define png_save_uint_32 skia_png_save_uint_32
441 #define png_write_chunk skia_png_write_chunk
442 #define png_write_chunk_data skia_png_write_chunk_data
443 #define png_write_chunk_start skia_png_write_chunk_start
444 #define png_write_chunk_end skia_png_write_chunk_end
445 #define png_write_sig skia_png_write_sig
OLDNEW
« third_party/libpng/pnglibconf.h ('K') | « third_party/libpng/pnglibconf.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698