layout/media/symbols.def.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/media/symbols.def.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,621 @@
     1.4 +;+# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +;+# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +;+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +LIBRARY gkmedias.dll
     1.9 +EXPORTS
    1.10 +#ifdef MOZ_WEBM
    1.11 +nestegg_destroy
    1.12 +nestegg_duration
    1.13 +nestegg_free_packet
    1.14 +nestegg_init
    1.15 +nestegg_offset_seek
    1.16 +nestegg_packet_count
    1.17 +nestegg_packet_discard_padding
    1.18 +nestegg_packet_data
    1.19 +nestegg_packet_track
    1.20 +nestegg_packet_tstamp
    1.21 +nestegg_read_packet
    1.22 +nestegg_track_audio_params
    1.23 +nestegg_track_codec_data
    1.24 +nestegg_track_codec_data_count
    1.25 +nestegg_track_codec_id
    1.26 +nestegg_track_count
    1.27 +nestegg_get_cue_point
    1.28 +nestegg_track_seek
    1.29 +nestegg_track_type
    1.30 +nestegg_track_video_params
    1.31 +nestegg_tstamp_scale
    1.32 +nestegg_has_cues
    1.33 +nestegg_sniff
    1.34 +nestegg_set_halloc_func
    1.35 +#endif
    1.36 +#ifdef MOZ_WEBM_ENCODER
    1.37 +writeSimpleBlock
    1.38 +writeHeader
    1.39 +writeSegmentInformation
    1.40 +writeVideoTrack
    1.41 +writeAudioTrack
    1.42 +Ebml_Serialize
    1.43 +Ebml_SerializeUnsigned
    1.44 +Ebml_StartSubElement
    1.45 +Ebml_EndSubElement
    1.46 +#endif
    1.47 +#ifdef MOZ_VPX
    1.48 +#ifndef MOZ_NATIVE_LIBVPX
    1.49 +vpx_codec_control_
    1.50 +vpx_codec_dec_init_ver
    1.51 +vpx_codec_decode
    1.52 +vpx_codec_destroy
    1.53 +vpx_codec_get_frame
    1.54 +vpx_codec_peek_stream_info
    1.55 +vpx_codec_vp8_dx
    1.56 +vpx_codec_vp9_dx
    1.57 +vpx_img_free
    1.58 +vpx_codec_enc_config_set
    1.59 +vpx_codec_enc_init_ver
    1.60 +vpx_codec_vp8_cx
    1.61 +vpx_codec_vp9_cx
    1.62 +vpx_img_set_rect
    1.63 +vpx_img_wrap
    1.64 +vpx_codec_get_cx_data
    1.65 +vpx_codec_enc_config_default
    1.66 +vpx_img_alloc
    1.67 +vpx_codec_encode
    1.68 +vpx_mem_set_functions
    1.69 +#endif
    1.70 +#endif
    1.71 +#ifdef MOZ_VORBIS
    1.72 +ogg_page_bos
    1.73 +ogg_page_granulepos
    1.74 +ogg_page_serialno
    1.75 +ogg_set_mem_functions
    1.76 +ogg_stream_check
    1.77 +ogg_stream_clear
    1.78 +ogg_stream_eos
    1.79 +ogg_stream_flush
    1.80 +ogg_stream_init
    1.81 +ogg_stream_packetin
    1.82 +ogg_stream_packetout
    1.83 +ogg_stream_pagein
    1.84 +ogg_stream_pageout
    1.85 +ogg_stream_reset
    1.86 +ogg_sync_buffer
    1.87 +ogg_sync_clear
    1.88 +ogg_sync_init
    1.89 +ogg_sync_pageseek
    1.90 +ogg_sync_reset
    1.91 +ogg_sync_wrote
    1.92 +vorbis_analysis
    1.93 +vorbis_analysis_blockout
    1.94 +vorbis_analysis_buffer
    1.95 +vorbis_analysis_init
    1.96 +vorbis_analysis_headerout
    1.97 +vorbis_analysis_wrote
    1.98 +vorbis_block_clear
    1.99 +vorbis_block_init
   1.100 +vorbis_comment_add_tag
   1.101 +vorbis_comment_clear
   1.102 +vorbis_comment_init
   1.103 +vorbis_dsp_clear
   1.104 +vorbis_encode_init_vbr
   1.105 +vorbis_info_clear
   1.106 +vorbis_info_init
   1.107 +vorbis_packet_blocksize
   1.108 +vorbis_synthesis
   1.109 +vorbis_synthesis_blockin
   1.110 +vorbis_synthesis_headerin
   1.111 +vorbis_synthesis_init
   1.112 +vorbis_synthesis_pcmout
   1.113 +vorbis_synthesis_read
   1.114 +vorbis_synthesis_restart
   1.115 +#endif
   1.116 +speex_resampler_init
   1.117 +speex_resampler_init_frac
   1.118 +speex_resampler_destroy
   1.119 +speex_resampler_process_float
   1.120 +speex_resampler_process_int
   1.121 +speex_resampler_process_interleaved_float
   1.122 +speex_resampler_process_interleaved_int
   1.123 +speex_resampler_set_rate
   1.124 +speex_resampler_get_rate
   1.125 +speex_resampler_set_rate_frac
   1.126 +speex_resampler_get_ratio
   1.127 +speex_resampler_set_quality
   1.128 +speex_resampler_get_quality
   1.129 +speex_resampler_set_input_stride
   1.130 +speex_resampler_get_input_stride
   1.131 +speex_resampler_set_output_stride
   1.132 +speex_resampler_get_output_stride
   1.133 +speex_resampler_get_input_latency
   1.134 +speex_resampler_get_output_latency
   1.135 +speex_resampler_skip_zeros
   1.136 +speex_resampler_set_skip_frac_num
   1.137 +speex_resampler_reset_mem
   1.138 +speex_resampler_strerror
   1.139 +cubeb_destroy
   1.140 +cubeb_init
   1.141 +cubeb_get_backend_id
   1.142 +cubeb_get_max_channel_count
   1.143 +cubeb_get_min_latency
   1.144 +cubeb_get_preferred_sample_rate
   1.145 +cubeb_stream_destroy
   1.146 +cubeb_stream_get_position
   1.147 +cubeb_stream_init
   1.148 +cubeb_stream_start
   1.149 +cubeb_stream_stop
   1.150 +cubeb_stream_get_latency
   1.151 +th_comment_clear
   1.152 +th_comment_init
   1.153 +th_decode_alloc
   1.154 +th_decode_free
   1.155 +th_decode_headerin
   1.156 +th_decode_packetin
   1.157 +th_decode_ycbcr_out
   1.158 +th_granule_frame
   1.159 +th_info_clear
   1.160 +th_info_init
   1.161 +th_packet_isheader
   1.162 +th_packet_iskeyframe
   1.163 +th_setup_free
   1.164 +#ifdef MOZ_OPUS
   1.165 +opus_decoder_create
   1.166 +opus_decoder_destroy
   1.167 +opus_decoder_ctl
   1.168 +opus_decoder_get_nb_samples
   1.169 +opus_decode
   1.170 +opus_decode_float
   1.171 +opus_multistream_decoder_create
   1.172 +opus_multistream_decoder_ctl
   1.173 +opus_multistream_decoder_destroy
   1.174 +opus_multistream_decode_float
   1.175 +opus_multistream_decode
   1.176 +opus_packet_get_nb_frames
   1.177 +opus_packet_get_samples_per_frame
   1.178 +opus_encoder_create
   1.179 +opus_encoder_destroy
   1.180 +opus_encoder_ctl
   1.181 +opus_encode
   1.182 +opus_encode_float
   1.183 +#endif
   1.184 +ShInitialize
   1.185 +ShFinalize
   1.186 +ShGetObjectCode
   1.187 +ShDestruct
   1.188 +ShGetInfoLog
   1.189 +ShCompile
   1.190 +ShGetInfo
   1.191 +ShConstructCompiler
   1.192 +ShGetActiveAttrib
   1.193 +ShGetActiveUniform
   1.194 +#ifndef MOZ_NATIVE_PNG
   1.195 +MOZ_APNG_get_first_frame_is_hidden
   1.196 +MOZ_APNG_get_next_frame_blend_op
   1.197 +MOZ_APNG_get_next_frame_delay_den
   1.198 +MOZ_APNG_get_next_frame_delay_num
   1.199 +MOZ_APNG_get_next_frame_dispose_op
   1.200 +MOZ_APNG_set_prog_frame_fn
   1.201 +MOZ_APNG_get_next_frame_height
   1.202 +MOZ_APNG_get_next_frame_width
   1.203 +MOZ_APNG_get_next_frame_x_offset
   1.204 +MOZ_APNG_get_next_frame_y_offset
   1.205 +MOZ_APNG_set_acTL
   1.206 +MOZ_APNG_set_first_frame_is_hidden
   1.207 +MOZ_APNG_set_num_plays
   1.208 +MOZ_APNG_write_frame_head
   1.209 +MOZ_APNG_write_frame_tail
   1.210 +MOZ_PNG_cr_info_str
   1.211 +MOZ_PNG_cr_read_str
   1.212 +MOZ_PNG_cr_write_str
   1.213 +MOZ_PNG_dest_read_str
   1.214 +MOZ_PNG_dest_write_str
   1.215 +MOZ_PNG_free_data
   1.216 +MOZ_PNG_get_channels
   1.217 +MOZ_PNG_get_cHRM
   1.218 +MOZ_PNG_get_gAMA
   1.219 +MOZ_PNG_get_IHDR
   1.220 +MOZ_PNG_get_iCCP
   1.221 +MOZ_PNG_get_io_ptr
   1.222 +MOZ_PNG_get_progressive_ptr
   1.223 +MOZ_PNG_get_sRGB
   1.224 +MOZ_PNG_get_tRNS
   1.225 +MOZ_PNG_get_valid
   1.226 +MOZ_PNG_longjmp
   1.227 +MOZ_PNG_process_data
   1.228 +MOZ_PNG_process_data_pause
   1.229 +MOZ_PNG_progressive_combine_row
   1.230 +MOZ_PNG_read_update_info
   1.231 +MOZ_PNG_set_cHRM
   1.232 +MOZ_PNG_set_crc_action
   1.233 +MOZ_PNG_set_gAMA
   1.234 +MOZ_PNG_set_gamma
   1.235 +MOZ_PNG_set_gray_to_rgb
   1.236 +MOZ_PNG_set_expand
   1.237 +MOZ_PNG_set_IHDR
   1.238 +MOZ_PNG_set_interlace_handling
   1.239 +MOZ_PNG_set_longjmp_fn
   1.240 +MOZ_PNG_set_progressive_read_fn
   1.241 +MOZ_PNG_set_scale_16
   1.242 +MOZ_PNG_set_write_fn
   1.243 +MOZ_PNG_write_end
   1.244 +MOZ_PNG_write_info
   1.245 +MOZ_PNG_write_row
   1.246 +#endif
   1.247 +#ifndef MOZ_NATIVE_JPEG
   1.248 +jpeg_calc_output_dimensions
   1.249 +jpeg_consume_input
   1.250 +jpeg_CreateCompress
   1.251 +jpeg_CreateDecompress
   1.252 +jpeg_destroy_compress
   1.253 +jpeg_destroy_decompress
   1.254 +jpeg_finish_compress
   1.255 +jpeg_finish_decompress
   1.256 +jpeg_finish_output
   1.257 +jpeg_has_multiple_scans
   1.258 +jpeg_input_complete
   1.259 +jpeg_read_header
   1.260 +jpeg_read_scanlines
   1.261 +jpeg_resync_to_restart
   1.262 +jpeg_save_markers
   1.263 +jpeg_set_defaults
   1.264 +jpeg_set_quality
   1.265 +jpeg_start_compress
   1.266 +jpeg_start_decompress
   1.267 +jpeg_start_output
   1.268 +jpeg_std_error
   1.269 +jpeg_write_scanlines
   1.270 +jpeg_write_raw_data
   1.271 +jpeg_stdio_dest
   1.272 +jpeg_abort
   1.273 +jpeg_abort_decompress
   1.274 +jpeg_read_raw_data
   1.275 +#endif
   1.276 +qcms_enable_iccv4
   1.277 +qcms_data_from_unicode_path
   1.278 +qcms_data_from_path
   1.279 +qcms_profile_create_rgb_with_gamma
   1.280 +qcms_profile_from_memory
   1.281 +qcms_profile_from_path
   1.282 +qcms_profile_from_unicode_path
   1.283 +qcms_profile_get_color_space
   1.284 +qcms_profile_get_rendering_intent
   1.285 +qcms_profile_is_bogus
   1.286 +qcms_profile_precache_output_transform
   1.287 +qcms_profile_release
   1.288 +qcms_profile_sRGB
   1.289 +qcms_transform_create
   1.290 +qcms_transform_data
   1.291 +qcms_transform_release
   1.292 +MOZ_XMLCheckQName
   1.293 +MOZ_XMLIsLetter
   1.294 +MOZ_XMLIsNCNameChar
   1.295 +MOZ_XMLTranslateEntity
   1.296 +MOZ_XML_ExternalEntityParserCreate
   1.297 +MOZ_XML_GetBase
   1.298 +MOZ_XML_GetCurrentByteIndex
   1.299 +MOZ_XML_GetCurrentColumnNumber
   1.300 +MOZ_XML_GetCurrentLineNumber
   1.301 +MOZ_XML_GetErrorCode
   1.302 +MOZ_XML_GetIdAttributeIndex
   1.303 +MOZ_XML_GetMismatchedTag
   1.304 +MOZ_XML_GetSpecifiedAttributeCount
   1.305 +MOZ_XML_Parse
   1.306 +MOZ_XML_ParserCreate_MM
   1.307 +MOZ_XML_ParserFree
   1.308 +MOZ_XML_ResumeParser
   1.309 +MOZ_XML_SetBase
   1.310 +MOZ_XML_SetCdataSectionHandler
   1.311 +MOZ_XML_SetCharacterDataHandler
   1.312 +MOZ_XML_SetCommentHandler
   1.313 +MOZ_XML_SetDefaultHandlerExpand
   1.314 +MOZ_XML_SetDoctypeDeclHandler
   1.315 +MOZ_XML_SetElementHandler
   1.316 +MOZ_XML_SetExternalEntityRefHandler
   1.317 +MOZ_XML_SetExternalEntityRefHandlerArg
   1.318 +MOZ_XML_SetNamespaceDeclHandler
   1.319 +MOZ_XML_SetNotationDeclHandler
   1.320 +MOZ_XML_SetParamEntityParsing
   1.321 +MOZ_XML_SetProcessingInstructionHandler
   1.322 +MOZ_XML_SetReturnNSTriplet
   1.323 +MOZ_XML_SetUnparsedEntityDeclHandler
   1.324 +MOZ_XML_SetUserData
   1.325 +MOZ_XML_SetXmlDeclHandler
   1.326 +MOZ_XML_StopParser
   1.327 +#ifdef MOZ_TREE_CAIRO
   1.328 +_moz_cairo_append_path
   1.329 +_moz_cairo_arc
   1.330 +_moz_cairo_arc_negative
   1.331 +_moz_cairo_clip
   1.332 +_moz_cairo_clip_extents
   1.333 +_moz_cairo_clip_preserve
   1.334 +_moz_cairo_close_path
   1.335 +_moz_cairo_copy_clip_rectangle_list
   1.336 +_moz_cairo_copy_path
   1.337 +_moz_cairo_copy_path_flat
   1.338 +_moz_cairo_create
   1.339 +_moz_cairo_curve_to
   1.340 +_moz_cairo_debug_reset_static_data
   1.341 +_moz_cairo_destroy
   1.342 +_moz_cairo_device_to_user
   1.343 +_moz_cairo_device_to_user_distance
   1.344 +_moz_cairo_fill
   1.345 +_moz_cairo_fill_extents
   1.346 +_moz_cairo_fill_preserve
   1.347 +_moz_cairo_font_face_destroy
   1.348 +_moz_cairo_font_options_create
   1.349 +_moz_cairo_font_options_destroy
   1.350 +_moz_cairo_font_options_get_hint_metrics
   1.351 +_moz_cairo_font_options_set_antialias
   1.352 +_moz_cairo_format_stride_for_width
   1.353 +_moz_cairo_get_antialias
   1.354 +_moz_cairo_get_current_point
   1.355 +_moz_cairo_get_dash
   1.356 +_moz_cairo_get_dash_count
   1.357 +_moz_cairo_get_fill_rule
   1.358 +_moz_cairo_get_font_matrix
   1.359 +_moz_cairo_get_group_target
   1.360 +_moz_cairo_get_line_cap
   1.361 +_moz_cairo_get_line_join
   1.362 +_moz_cairo_get_line_width
   1.363 +_moz_cairo_get_matrix
   1.364 +_moz_cairo_get_miter_limit
   1.365 +_moz_cairo_get_operator
   1.366 +_moz_cairo_get_scaled_font
   1.367 +_moz_cairo_get_source
   1.368 +_moz_cairo_get_target
   1.369 +_moz_cairo_glyph_extents
   1.370 +_moz_cairo_glyph_path
   1.371 +_moz_cairo_identity_matrix
   1.372 +_moz_cairo_image_surface_create
   1.373 +_moz_cairo_image_surface_create_for_data
   1.374 +_moz_cairo_image_surface_get_data
   1.375 +_moz_cairo_image_surface_get_format
   1.376 +_moz_cairo_image_surface_get_height
   1.377 +_moz_cairo_image_surface_get_stride
   1.378 +_moz_cairo_image_surface_get_width
   1.379 +_moz_cairo_in_fill
   1.380 +_moz_cairo_in_stroke
   1.381 +_moz_cairo_line_to
   1.382 +_moz_cairo_mask
   1.383 +_moz_cairo_mask_surface
   1.384 +_moz_cairo_matrix_init
   1.385 +_moz_cairo_matrix_init_identity
   1.386 +_moz_cairo_matrix_init_scale
   1.387 +_moz_cairo_matrix_init_translate
   1.388 +_moz_cairo_matrix_invert
   1.389 +_moz_cairo_matrix_multiply
   1.390 +_moz_cairo_matrix_rotate
   1.391 +_moz_cairo_matrix_scale
   1.392 +_moz_cairo_matrix_transform_distance
   1.393 +_moz_cairo_matrix_transform_point
   1.394 +_moz_cairo_matrix_translate
   1.395 +_moz_cairo_move_to
   1.396 +_moz_cairo_new_path
   1.397 +_moz_cairo_new_sub_path
   1.398 +_moz_cairo_paint
   1.399 +_moz_cairo_paint_with_alpha
   1.400 +_moz_cairo_path_destroy
   1.401 +_moz_cairo_path_extents
   1.402 +_moz_cairo_pattern_add_color_stop_rgba
   1.403 +_moz_cairo_pattern_create_for_surface
   1.404 +_moz_cairo_pattern_create_linear
   1.405 +_moz_cairo_pattern_create_radial
   1.406 +_moz_cairo_pattern_create_rgba
   1.407 +_moz_cairo_pattern_destroy
   1.408 +_moz_cairo_pattern_get_color_stop_count
   1.409 +_moz_cairo_pattern_get_color_stop_rgba
   1.410 +_moz_cairo_pattern_get_extend
   1.411 +_moz_cairo_pattern_get_filter
   1.412 +_moz_cairo_pattern_get_linear_points
   1.413 +_moz_cairo_pattern_get_matrix
   1.414 +_moz_cairo_pattern_get_radial_circles
   1.415 +_moz_cairo_pattern_get_rgba
   1.416 +_moz_cairo_pattern_get_surface
   1.417 +_moz_cairo_pattern_get_type
   1.418 +_moz_cairo_pattern_reference
   1.419 +_moz_cairo_pattern_set_extend
   1.420 +_moz_cairo_pattern_set_filter
   1.421 +_moz_cairo_pattern_set_matrix
   1.422 +_moz_cairo_pattern_status
   1.423 +_moz_cairo_pdf_surface_create_for_stream
   1.424 +_moz_cairo_pop_group
   1.425 +_moz_cairo_pop_group_to_source
   1.426 +_moz_cairo_push_group
   1.427 +_moz_cairo_push_group_with_content
   1.428 +_moz_cairo_rectangle
   1.429 +_moz_cairo_rectangle_list_destroy
   1.430 +_moz_cairo_reference
   1.431 +_moz_cairo_reset_clip
   1.432 +_moz_cairo_restore
   1.433 +_moz_cairo_rotate
   1.434 +_moz_cairo_save
   1.435 +_moz_cairo_scale
   1.436 +_moz_cairo_scaled_font_create
   1.437 +_moz_cairo_scaled_font_destroy
   1.438 +_moz_cairo_scaled_font_get_font_matrix
   1.439 +_moz_cairo_scaled_font_get_font_options
   1.440 +_moz_cairo_scaled_font_get_type
   1.441 +_moz_cairo_scaled_font_reference
   1.442 +_moz_cairo_scaled_font_status
   1.443 +_moz_cairo_set_antialias
   1.444 +_moz_cairo_set_dash
   1.445 +_moz_cairo_set_fill_rule
   1.446 +_moz_cairo_set_font_face
   1.447 +_moz_cairo_set_font_size
   1.448 +_moz_cairo_set_line_cap
   1.449 +_moz_cairo_set_line_join
   1.450 +_moz_cairo_set_line_width
   1.451 +_moz_cairo_set_matrix
   1.452 +_moz_cairo_set_miter_limit
   1.453 +_moz_cairo_set_operator
   1.454 +_moz_cairo_set_scaled_font
   1.455 +_moz_cairo_set_source
   1.456 +_moz_cairo_set_source_rgba
   1.457 +_moz_cairo_set_source_surface
   1.458 +_moz_cairo_show_glyphs
   1.459 +_moz_cairo_status
   1.460 +_moz_cairo_stroke
   1.461 +_moz_cairo_stroke_extents
   1.462 +_moz_cairo_stroke_preserve
   1.463 +_moz_cairo_surface_create_similar
   1.464 +_moz_cairo_surface_destroy
   1.465 +_moz_cairo_surface_finish
   1.466 +_moz_cairo_surface_flush
   1.467 +_moz_cairo_surface_get_content
   1.468 +_moz_cairo_surface_get_device_offset
   1.469 +_moz_cairo_surface_get_reference_count
   1.470 +_moz_cairo_surface_get_subpixel_antialiasing
   1.471 +_moz_cairo_surface_get_type
   1.472 +_moz_cairo_surface_get_user_data
   1.473 +_moz_cairo_surface_mark_dirty
   1.474 +_moz_cairo_surface_mark_dirty_rectangle
   1.475 +_moz_cairo_surface_reference
   1.476 +_moz_cairo_surface_set_device_offset
   1.477 +_moz_cairo_surface_set_fallback_resolution
   1.478 +_moz_cairo_surface_set_subpixel_antialiasing
   1.479 +_moz_cairo_surface_set_user_data
   1.480 +_moz_cairo_surface_show_page
   1.481 +_moz_cairo_surface_status
   1.482 +_moz_cairo_tee_surface_add
   1.483 +_moz_cairo_tee_surface_create
   1.484 +_moz_cairo_tee_surface_index
   1.485 +_moz_cairo_transform
   1.486 +_moz_cairo_translate
   1.487 +_moz_cairo_user_to_device
   1.488 +_moz_cairo_user_to_device_distance
   1.489 +_moz_cairo_win32_font_face_create_for_logfontw_hfont
   1.490 +#ifdef NS_PRINTING
   1.491 +_moz_cairo_win32_printing_surface_create
   1.492 +#endif
   1.493 +_moz_cairo_win32_scaled_font_select_font
   1.494 +_moz_cairo_win32_surface_create
   1.495 +_moz_cairo_win32_surface_create_with_d3dsurface9
   1.496 +_moz_cairo_win32_surface_create_with_ddb
   1.497 +_moz_cairo_win32_surface_create_with_dib
   1.498 +_moz_cairo_win32_surface_get_dc
   1.499 +_moz_cairo_win32_surface_get_image
   1.500 +#ifdef MOZ_TREE_PIXMAN
   1.501 +_moz_pixman_image_composite32
   1.502 +_moz_pixman_image_create_bits
   1.503 +_moz_pixman_image_set_transform
   1.504 +_moz_pixman_image_unref
   1.505 +_moz_pixman_transform_from_pixman_f_transform
   1.506 +_moz_pixman_transform_invert
   1.507 +_moz_pixman_region32_reset
   1.508 +_moz_pixman_region32_init
   1.509 +_moz_pixman_region32_init_rect
   1.510 +_moz_pixman_region32_init_rects
   1.511 +_moz_pixman_region32_init_with_extents
   1.512 +_moz_pixman_region32_fini
   1.513 +_moz_pixman_region32_translate
   1.514 +_moz_pixman_region32_copy
   1.515 +_moz_pixman_region32_intersect
   1.516 +_moz_pixman_region32_intersect_rect
   1.517 +_moz_pixman_region32_union
   1.518 +_moz_pixman_region32_union_rect
   1.519 +_moz_pixman_region32_subtract
   1.520 +_moz_pixman_region32_inverse
   1.521 +_moz_pixman_region32_contains_point
   1.522 +_moz_pixman_region32_contains_rectangle
   1.523 +_moz_pixman_region32_not_empty
   1.524 +_moz_pixman_region32_extents
   1.525 +_moz_pixman_region32_n_rects
   1.526 +_moz_pixman_region32_rectangles
   1.527 +_moz_pixman_region32_equal
   1.528 +_moz_pixman_region32_selfcheck
   1.529 +_moz_pixman_region32_reset
   1.530 +_moz_pixman_region32_clear
   1.531 +#endif
   1.532 +cairo_d2d_create_device
   1.533 +cairo_d2d_create_device_from_d3d10device
   1.534 +cairo_d2d_device_get_device
   1.535 +cairo_d2d_get_dc
   1.536 +cairo_d2d_get_image_surface_cache_usage
   1.537 +cairo_d2d_get_surface_vram_usage
   1.538 +cairo_d2d_present_backbuffer
   1.539 +cairo_d2d_release_dc
   1.540 +cairo_d2d_scroll
   1.541 +cairo_d2d_surface_create
   1.542 +cairo_d2d_surface_create_for_handle
   1.543 +cairo_d2d_surface_create_for_hwnd
   1.544 +cairo_d2d_surface_create_for_texture
   1.545 +cairo_d2d_surface_get_height
   1.546 +cairo_d2d_surface_get_texture
   1.547 +cairo_d2d_surface_get_width
   1.548 +cairo_dwrite_font_face_create_for_dwrite_fontface
   1.549 +cairo_dwrite_get_cleartype_rendering_mode
   1.550 +cairo_dwrite_scaled_font_allow_manual_show_glyphs
   1.551 +cairo_dwrite_scaled_font_get_force_GDI_classic
   1.552 +cairo_dwrite_scaled_font_set_force_GDI_classic
   1.553 +cairo_dwrite_set_cleartype_params
   1.554 +cairo_null_surface_create
   1.555 +cairo_release_device
   1.556 +cairo_surface_attach_snapshot
   1.557 +cairo_win32_get_dc_with_clip
   1.558 +cairo_win32_get_system_text_quality
   1.559 +cairo_win32_surface_create_with_alpha
   1.560 +cairo_win32_surface_get_height
   1.561 +cairo_win32_surface_get_width
   1.562 +cairo_win32_surface_set_can_convert_to_dib
   1.563 +#endif
   1.564 +hb_blob_create
   1.565 +hb_blob_destroy
   1.566 +hb_blob_get_data
   1.567 +hb_blob_get_empty
   1.568 +hb_blob_get_length
   1.569 +hb_blob_reference
   1.570 +hb_buffer_add_utf16
   1.571 +hb_buffer_create
   1.572 +hb_buffer_destroy
   1.573 +hb_buffer_get_glyph_infos
   1.574 +hb_buffer_get_glyph_positions
   1.575 +hb_buffer_reverse
   1.576 +hb_buffer_set_direction
   1.577 +hb_buffer_set_language
   1.578 +hb_buffer_set_script
   1.579 +hb_buffer_set_unicode_funcs
   1.580 +hb_face_create_for_tables
   1.581 +hb_face_destroy
   1.582 +hb_face_reference
   1.583 +hb_font_create
   1.584 +hb_font_destroy
   1.585 +hb_font_funcs_create
   1.586 +hb_font_funcs_set_glyph_contour_point_func
   1.587 +hb_font_funcs_set_glyph_func
   1.588 +hb_font_funcs_set_glyph_h_advance_func
   1.589 +hb_font_funcs_set_glyph_h_kerning_func
   1.590 +hb_font_set_funcs
   1.591 +hb_font_set_ppem
   1.592 +hb_font_set_scale
   1.593 +hb_language_from_string
   1.594 +hb_ot_layout_collect_lookups
   1.595 +hb_ot_layout_feature_get_lookups
   1.596 +hb_ot_layout_has_positioning
   1.597 +hb_ot_layout_has_substitution
   1.598 +hb_ot_layout_language_get_feature_indexes
   1.599 +hb_ot_layout_language_get_feature_tags
   1.600 +hb_ot_layout_language_get_required_feature_index
   1.601 +hb_ot_layout_lookup_collect_glyphs
   1.602 +hb_ot_layout_script_get_language_tags
   1.603 +hb_ot_layout_table_choose_script
   1.604 +hb_ot_layout_table_get_script_tags
   1.605 +hb_ot_tag_to_language
   1.606 +hb_ot_tag_to_script
   1.607 +hb_ot_tags_from_script
   1.608 +hb_set_add
   1.609 +hb_set_clear
   1.610 +hb_set_create
   1.611 +hb_set_destroy
   1.612 +hb_set_has
   1.613 +hb_set_is_empty
   1.614 +hb_set_next
   1.615 +hb_shape
   1.616 +hb_unicode_funcs_create
   1.617 +hb_unicode_funcs_get_empty
   1.618 +hb_unicode_funcs_set_combining_class_func
   1.619 +hb_unicode_funcs_set_compose_func
   1.620 +hb_unicode_funcs_set_decompose_func
   1.621 +hb_unicode_funcs_set_eastasian_width_func
   1.622 +hb_unicode_funcs_set_general_category_func
   1.623 +hb_unicode_funcs_set_mirroring_func
   1.624 +hb_unicode_funcs_set_script_func

mercurial