~ubuntu-branches/ubuntu/intrepid/libpng/intrepid-security

« back to all changes in this revision

Viewing changes to scripts/pngw32.def

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-11-21 19:07:43 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061121190743-wkt0yzs5uq2xoq10
Tags: 1.2.13-4
Removed drop_pass_width patch. Closes: #399499.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
LIBRARY
6
6
 
7
7
EXPORTS
8
 
;Version 1.2.8
 
8
;Version 1.2.13
9
9
  png_build_grayscale_palette  @1
10
10
  png_check_sig        @2
11
11
  png_chunk_error      @3
114
114
  png_set_gAMA    @104
115
115
  png_set_gAMA_fixed  @105
116
116
  png_set_gamma    @106
 
117
; png_set_gray_1_2_4_to_8 is deprecated
117
118
  png_set_gray_1_2_4_to_8  @107
118
119
  png_set_gray_to_rgb  @108
119
120
  png_set_hIST    @109
178
179
  png_read_init_2    @166
179
180
  png_write_init_2    @167
180
181
  png_access_version_number  @168
181
 
;  png_sig_bytes    @169
182
 
;  png_libpng_ver    @170
 
182
; png_sig_bytes    @169
 
183
  png_libpng_ver    @170
183
184
  png_init_io    @171
184
185
  png_convert_to_rfc1123     @172
185
186
  png_set_invalid  @173
186
187
; Added at version 1.0.12
187
 
; For compatiblity with 1.0.7-1.0.11
188
 
  png_info_init @174
 
188
; For compatibility with 1.0.7-1.0.11
 
189
; png_info_init @174
189
190
  png_read_init_3    @175
190
191
  png_write_init_3    @176
191
192
  png_info_init_3 @177
201
202
  png_permit_mng_features  @184
202
203
; MMX support
203
204
  png_mmx_support  @185
204
 
  png_get_mmx_flagmask  @186
 
205
; png_get_mmx_flagmask  @186
205
206
  png_get_asm_flagmask  @187
206
207
  png_get_asm_flags  @188
207
 
  png_get_mmx_bitdepth_threshold  @189
208
 
  png_get_mmx_rowbytes_threshold  @190
 
208
; png_get_mmx_bitdepth_threshold  @189
 
209
; png_get_mmx_rowbytes_threshold  @190
209
210
  png_set_asm_flags  @191
210
 
  png_init_mmx_flags  @192
 
211
; png_init_mmx_flags  @192
211
212
; Strip error numbers
212
213
  png_set_strip_error_numbers @193
213
214
; Added at version 1.2.2
224
225
  png_set_user_limits @198
225
226
; Added at version 1.2.7
226
227
  png_set_add_alpha @199
 
228
; Added at version 1.2.9
 
229
  png_get_uint_32 @200
 
230
  png_save_uint_32 @201
 
231
  png_get_uint_16 @202
 
232
  png_save_uint_16 @203
 
233
  png_get_int_32 @204
 
234
  png_save_int_32 @205
 
235
  png_get_uint_31 @206
 
236
  png_set_expand_gray_1_2_4_to_8  @207