Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
michael@0 | 1 | ;+# This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | ;+# License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | ;+# file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 4 | |
michael@0 | 5 | LIBRARY gkmedias.dll |
michael@0 | 6 | EXPORTS |
michael@0 | 7 | #ifdef MOZ_WEBM |
michael@0 | 8 | nestegg_destroy |
michael@0 | 9 | nestegg_duration |
michael@0 | 10 | nestegg_free_packet |
michael@0 | 11 | nestegg_init |
michael@0 | 12 | nestegg_offset_seek |
michael@0 | 13 | nestegg_packet_count |
michael@0 | 14 | nestegg_packet_discard_padding |
michael@0 | 15 | nestegg_packet_data |
michael@0 | 16 | nestegg_packet_track |
michael@0 | 17 | nestegg_packet_tstamp |
michael@0 | 18 | nestegg_read_packet |
michael@0 | 19 | nestegg_track_audio_params |
michael@0 | 20 | nestegg_track_codec_data |
michael@0 | 21 | nestegg_track_codec_data_count |
michael@0 | 22 | nestegg_track_codec_id |
michael@0 | 23 | nestegg_track_count |
michael@0 | 24 | nestegg_get_cue_point |
michael@0 | 25 | nestegg_track_seek |
michael@0 | 26 | nestegg_track_type |
michael@0 | 27 | nestegg_track_video_params |
michael@0 | 28 | nestegg_tstamp_scale |
michael@0 | 29 | nestegg_has_cues |
michael@0 | 30 | nestegg_sniff |
michael@0 | 31 | nestegg_set_halloc_func |
michael@0 | 32 | #endif |
michael@0 | 33 | #ifdef MOZ_WEBM_ENCODER |
michael@0 | 34 | writeSimpleBlock |
michael@0 | 35 | writeHeader |
michael@0 | 36 | writeSegmentInformation |
michael@0 | 37 | writeVideoTrack |
michael@0 | 38 | writeAudioTrack |
michael@0 | 39 | Ebml_Serialize |
michael@0 | 40 | Ebml_SerializeUnsigned |
michael@0 | 41 | Ebml_StartSubElement |
michael@0 | 42 | Ebml_EndSubElement |
michael@0 | 43 | #endif |
michael@0 | 44 | #ifdef MOZ_VPX |
michael@0 | 45 | #ifndef MOZ_NATIVE_LIBVPX |
michael@0 | 46 | vpx_codec_control_ |
michael@0 | 47 | vpx_codec_dec_init_ver |
michael@0 | 48 | vpx_codec_decode |
michael@0 | 49 | vpx_codec_destroy |
michael@0 | 50 | vpx_codec_get_frame |
michael@0 | 51 | vpx_codec_peek_stream_info |
michael@0 | 52 | vpx_codec_vp8_dx |
michael@0 | 53 | vpx_codec_vp9_dx |
michael@0 | 54 | vpx_img_free |
michael@0 | 55 | vpx_codec_enc_config_set |
michael@0 | 56 | vpx_codec_enc_init_ver |
michael@0 | 57 | vpx_codec_vp8_cx |
michael@0 | 58 | vpx_codec_vp9_cx |
michael@0 | 59 | vpx_img_set_rect |
michael@0 | 60 | vpx_img_wrap |
michael@0 | 61 | vpx_codec_get_cx_data |
michael@0 | 62 | vpx_codec_enc_config_default |
michael@0 | 63 | vpx_img_alloc |
michael@0 | 64 | vpx_codec_encode |
michael@0 | 65 | vpx_mem_set_functions |
michael@0 | 66 | #endif |
michael@0 | 67 | #endif |
michael@0 | 68 | #ifdef MOZ_VORBIS |
michael@0 | 69 | ogg_page_bos |
michael@0 | 70 | ogg_page_granulepos |
michael@0 | 71 | ogg_page_serialno |
michael@0 | 72 | ogg_set_mem_functions |
michael@0 | 73 | ogg_stream_check |
michael@0 | 74 | ogg_stream_clear |
michael@0 | 75 | ogg_stream_eos |
michael@0 | 76 | ogg_stream_flush |
michael@0 | 77 | ogg_stream_init |
michael@0 | 78 | ogg_stream_packetin |
michael@0 | 79 | ogg_stream_packetout |
michael@0 | 80 | ogg_stream_pagein |
michael@0 | 81 | ogg_stream_pageout |
michael@0 | 82 | ogg_stream_reset |
michael@0 | 83 | ogg_sync_buffer |
michael@0 | 84 | ogg_sync_clear |
michael@0 | 85 | ogg_sync_init |
michael@0 | 86 | ogg_sync_pageseek |
michael@0 | 87 | ogg_sync_reset |
michael@0 | 88 | ogg_sync_wrote |
michael@0 | 89 | vorbis_analysis |
michael@0 | 90 | vorbis_analysis_blockout |
michael@0 | 91 | vorbis_analysis_buffer |
michael@0 | 92 | vorbis_analysis_init |
michael@0 | 93 | vorbis_analysis_headerout |
michael@0 | 94 | vorbis_analysis_wrote |
michael@0 | 95 | vorbis_block_clear |
michael@0 | 96 | vorbis_block_init |
michael@0 | 97 | vorbis_comment_add_tag |
michael@0 | 98 | vorbis_comment_clear |
michael@0 | 99 | vorbis_comment_init |
michael@0 | 100 | vorbis_dsp_clear |
michael@0 | 101 | vorbis_encode_init_vbr |
michael@0 | 102 | vorbis_info_clear |
michael@0 | 103 | vorbis_info_init |
michael@0 | 104 | vorbis_packet_blocksize |
michael@0 | 105 | vorbis_synthesis |
michael@0 | 106 | vorbis_synthesis_blockin |
michael@0 | 107 | vorbis_synthesis_headerin |
michael@0 | 108 | vorbis_synthesis_init |
michael@0 | 109 | vorbis_synthesis_pcmout |
michael@0 | 110 | vorbis_synthesis_read |
michael@0 | 111 | vorbis_synthesis_restart |
michael@0 | 112 | #endif |
michael@0 | 113 | speex_resampler_init |
michael@0 | 114 | speex_resampler_init_frac |
michael@0 | 115 | speex_resampler_destroy |
michael@0 | 116 | speex_resampler_process_float |
michael@0 | 117 | speex_resampler_process_int |
michael@0 | 118 | speex_resampler_process_interleaved_float |
michael@0 | 119 | speex_resampler_process_interleaved_int |
michael@0 | 120 | speex_resampler_set_rate |
michael@0 | 121 | speex_resampler_get_rate |
michael@0 | 122 | speex_resampler_set_rate_frac |
michael@0 | 123 | speex_resampler_get_ratio |
michael@0 | 124 | speex_resampler_set_quality |
michael@0 | 125 | speex_resampler_get_quality |
michael@0 | 126 | speex_resampler_set_input_stride |
michael@0 | 127 | speex_resampler_get_input_stride |
michael@0 | 128 | speex_resampler_set_output_stride |
michael@0 | 129 | speex_resampler_get_output_stride |
michael@0 | 130 | speex_resampler_get_input_latency |
michael@0 | 131 | speex_resampler_get_output_latency |
michael@0 | 132 | speex_resampler_skip_zeros |
michael@0 | 133 | speex_resampler_set_skip_frac_num |
michael@0 | 134 | speex_resampler_reset_mem |
michael@0 | 135 | speex_resampler_strerror |
michael@0 | 136 | cubeb_destroy |
michael@0 | 137 | cubeb_init |
michael@0 | 138 | cubeb_get_backend_id |
michael@0 | 139 | cubeb_get_max_channel_count |
michael@0 | 140 | cubeb_get_min_latency |
michael@0 | 141 | cubeb_get_preferred_sample_rate |
michael@0 | 142 | cubeb_stream_destroy |
michael@0 | 143 | cubeb_stream_get_position |
michael@0 | 144 | cubeb_stream_init |
michael@0 | 145 | cubeb_stream_start |
michael@0 | 146 | cubeb_stream_stop |
michael@0 | 147 | cubeb_stream_get_latency |
michael@0 | 148 | th_comment_clear |
michael@0 | 149 | th_comment_init |
michael@0 | 150 | th_decode_alloc |
michael@0 | 151 | th_decode_free |
michael@0 | 152 | th_decode_headerin |
michael@0 | 153 | th_decode_packetin |
michael@0 | 154 | th_decode_ycbcr_out |
michael@0 | 155 | th_granule_frame |
michael@0 | 156 | th_info_clear |
michael@0 | 157 | th_info_init |
michael@0 | 158 | th_packet_isheader |
michael@0 | 159 | th_packet_iskeyframe |
michael@0 | 160 | th_setup_free |
michael@0 | 161 | #ifdef MOZ_OPUS |
michael@0 | 162 | opus_decoder_create |
michael@0 | 163 | opus_decoder_destroy |
michael@0 | 164 | opus_decoder_ctl |
michael@0 | 165 | opus_decoder_get_nb_samples |
michael@0 | 166 | opus_decode |
michael@0 | 167 | opus_decode_float |
michael@0 | 168 | opus_multistream_decoder_create |
michael@0 | 169 | opus_multistream_decoder_ctl |
michael@0 | 170 | opus_multistream_decoder_destroy |
michael@0 | 171 | opus_multistream_decode_float |
michael@0 | 172 | opus_multistream_decode |
michael@0 | 173 | opus_packet_get_nb_frames |
michael@0 | 174 | opus_packet_get_samples_per_frame |
michael@0 | 175 | opus_encoder_create |
michael@0 | 176 | opus_encoder_destroy |
michael@0 | 177 | opus_encoder_ctl |
michael@0 | 178 | opus_encode |
michael@0 | 179 | opus_encode_float |
michael@0 | 180 | #endif |
michael@0 | 181 | ShInitialize |
michael@0 | 182 | ShFinalize |
michael@0 | 183 | ShGetObjectCode |
michael@0 | 184 | ShDestruct |
michael@0 | 185 | ShGetInfoLog |
michael@0 | 186 | ShCompile |
michael@0 | 187 | ShGetInfo |
michael@0 | 188 | ShConstructCompiler |
michael@0 | 189 | ShGetActiveAttrib |
michael@0 | 190 | ShGetActiveUniform |
michael@0 | 191 | #ifndef MOZ_NATIVE_PNG |
michael@0 | 192 | MOZ_APNG_get_first_frame_is_hidden |
michael@0 | 193 | MOZ_APNG_get_next_frame_blend_op |
michael@0 | 194 | MOZ_APNG_get_next_frame_delay_den |
michael@0 | 195 | MOZ_APNG_get_next_frame_delay_num |
michael@0 | 196 | MOZ_APNG_get_next_frame_dispose_op |
michael@0 | 197 | MOZ_APNG_set_prog_frame_fn |
michael@0 | 198 | MOZ_APNG_get_next_frame_height |
michael@0 | 199 | MOZ_APNG_get_next_frame_width |
michael@0 | 200 | MOZ_APNG_get_next_frame_x_offset |
michael@0 | 201 | MOZ_APNG_get_next_frame_y_offset |
michael@0 | 202 | MOZ_APNG_set_acTL |
michael@0 | 203 | MOZ_APNG_set_first_frame_is_hidden |
michael@0 | 204 | MOZ_APNG_set_num_plays |
michael@0 | 205 | MOZ_APNG_write_frame_head |
michael@0 | 206 | MOZ_APNG_write_frame_tail |
michael@0 | 207 | MOZ_PNG_cr_info_str |
michael@0 | 208 | MOZ_PNG_cr_read_str |
michael@0 | 209 | MOZ_PNG_cr_write_str |
michael@0 | 210 | MOZ_PNG_dest_read_str |
michael@0 | 211 | MOZ_PNG_dest_write_str |
michael@0 | 212 | MOZ_PNG_free_data |
michael@0 | 213 | MOZ_PNG_get_channels |
michael@0 | 214 | MOZ_PNG_get_cHRM |
michael@0 | 215 | MOZ_PNG_get_gAMA |
michael@0 | 216 | MOZ_PNG_get_IHDR |
michael@0 | 217 | MOZ_PNG_get_iCCP |
michael@0 | 218 | MOZ_PNG_get_io_ptr |
michael@0 | 219 | MOZ_PNG_get_progressive_ptr |
michael@0 | 220 | MOZ_PNG_get_sRGB |
michael@0 | 221 | MOZ_PNG_get_tRNS |
michael@0 | 222 | MOZ_PNG_get_valid |
michael@0 | 223 | MOZ_PNG_longjmp |
michael@0 | 224 | MOZ_PNG_process_data |
michael@0 | 225 | MOZ_PNG_process_data_pause |
michael@0 | 226 | MOZ_PNG_progressive_combine_row |
michael@0 | 227 | MOZ_PNG_read_update_info |
michael@0 | 228 | MOZ_PNG_set_cHRM |
michael@0 | 229 | MOZ_PNG_set_crc_action |
michael@0 | 230 | MOZ_PNG_set_gAMA |
michael@0 | 231 | MOZ_PNG_set_gamma |
michael@0 | 232 | MOZ_PNG_set_gray_to_rgb |
michael@0 | 233 | MOZ_PNG_set_expand |
michael@0 | 234 | MOZ_PNG_set_IHDR |
michael@0 | 235 | MOZ_PNG_set_interlace_handling |
michael@0 | 236 | MOZ_PNG_set_longjmp_fn |
michael@0 | 237 | MOZ_PNG_set_progressive_read_fn |
michael@0 | 238 | MOZ_PNG_set_scale_16 |
michael@0 | 239 | MOZ_PNG_set_write_fn |
michael@0 | 240 | MOZ_PNG_write_end |
michael@0 | 241 | MOZ_PNG_write_info |
michael@0 | 242 | MOZ_PNG_write_row |
michael@0 | 243 | #endif |
michael@0 | 244 | #ifndef MOZ_NATIVE_JPEG |
michael@0 | 245 | jpeg_calc_output_dimensions |
michael@0 | 246 | jpeg_consume_input |
michael@0 | 247 | jpeg_CreateCompress |
michael@0 | 248 | jpeg_CreateDecompress |
michael@0 | 249 | jpeg_destroy_compress |
michael@0 | 250 | jpeg_destroy_decompress |
michael@0 | 251 | jpeg_finish_compress |
michael@0 | 252 | jpeg_finish_decompress |
michael@0 | 253 | jpeg_finish_output |
michael@0 | 254 | jpeg_has_multiple_scans |
michael@0 | 255 | jpeg_input_complete |
michael@0 | 256 | jpeg_read_header |
michael@0 | 257 | jpeg_read_scanlines |
michael@0 | 258 | jpeg_resync_to_restart |
michael@0 | 259 | jpeg_save_markers |
michael@0 | 260 | jpeg_set_defaults |
michael@0 | 261 | jpeg_set_quality |
michael@0 | 262 | jpeg_start_compress |
michael@0 | 263 | jpeg_start_decompress |
michael@0 | 264 | jpeg_start_output |
michael@0 | 265 | jpeg_std_error |
michael@0 | 266 | jpeg_write_scanlines |
michael@0 | 267 | jpeg_write_raw_data |
michael@0 | 268 | jpeg_stdio_dest |
michael@0 | 269 | jpeg_abort |
michael@0 | 270 | jpeg_abort_decompress |
michael@0 | 271 | jpeg_read_raw_data |
michael@0 | 272 | #endif |
michael@0 | 273 | qcms_enable_iccv4 |
michael@0 | 274 | qcms_data_from_unicode_path |
michael@0 | 275 | qcms_data_from_path |
michael@0 | 276 | qcms_profile_create_rgb_with_gamma |
michael@0 | 277 | qcms_profile_from_memory |
michael@0 | 278 | qcms_profile_from_path |
michael@0 | 279 | qcms_profile_from_unicode_path |
michael@0 | 280 | qcms_profile_get_color_space |
michael@0 | 281 | qcms_profile_get_rendering_intent |
michael@0 | 282 | qcms_profile_is_bogus |
michael@0 | 283 | qcms_profile_precache_output_transform |
michael@0 | 284 | qcms_profile_release |
michael@0 | 285 | qcms_profile_sRGB |
michael@0 | 286 | qcms_transform_create |
michael@0 | 287 | qcms_transform_data |
michael@0 | 288 | qcms_transform_release |
michael@0 | 289 | MOZ_XMLCheckQName |
michael@0 | 290 | MOZ_XMLIsLetter |
michael@0 | 291 | MOZ_XMLIsNCNameChar |
michael@0 | 292 | MOZ_XMLTranslateEntity |
michael@0 | 293 | MOZ_XML_ExternalEntityParserCreate |
michael@0 | 294 | MOZ_XML_GetBase |
michael@0 | 295 | MOZ_XML_GetCurrentByteIndex |
michael@0 | 296 | MOZ_XML_GetCurrentColumnNumber |
michael@0 | 297 | MOZ_XML_GetCurrentLineNumber |
michael@0 | 298 | MOZ_XML_GetErrorCode |
michael@0 | 299 | MOZ_XML_GetIdAttributeIndex |
michael@0 | 300 | MOZ_XML_GetMismatchedTag |
michael@0 | 301 | MOZ_XML_GetSpecifiedAttributeCount |
michael@0 | 302 | MOZ_XML_Parse |
michael@0 | 303 | MOZ_XML_ParserCreate_MM |
michael@0 | 304 | MOZ_XML_ParserFree |
michael@0 | 305 | MOZ_XML_ResumeParser |
michael@0 | 306 | MOZ_XML_SetBase |
michael@0 | 307 | MOZ_XML_SetCdataSectionHandler |
michael@0 | 308 | MOZ_XML_SetCharacterDataHandler |
michael@0 | 309 | MOZ_XML_SetCommentHandler |
michael@0 | 310 | MOZ_XML_SetDefaultHandlerExpand |
michael@0 | 311 | MOZ_XML_SetDoctypeDeclHandler |
michael@0 | 312 | MOZ_XML_SetElementHandler |
michael@0 | 313 | MOZ_XML_SetExternalEntityRefHandler |
michael@0 | 314 | MOZ_XML_SetExternalEntityRefHandlerArg |
michael@0 | 315 | MOZ_XML_SetNamespaceDeclHandler |
michael@0 | 316 | MOZ_XML_SetNotationDeclHandler |
michael@0 | 317 | MOZ_XML_SetParamEntityParsing |
michael@0 | 318 | MOZ_XML_SetProcessingInstructionHandler |
michael@0 | 319 | MOZ_XML_SetReturnNSTriplet |
michael@0 | 320 | MOZ_XML_SetUnparsedEntityDeclHandler |
michael@0 | 321 | MOZ_XML_SetUserData |
michael@0 | 322 | MOZ_XML_SetXmlDeclHandler |
michael@0 | 323 | MOZ_XML_StopParser |
michael@0 | 324 | #ifdef MOZ_TREE_CAIRO |
michael@0 | 325 | _moz_cairo_append_path |
michael@0 | 326 | _moz_cairo_arc |
michael@0 | 327 | _moz_cairo_arc_negative |
michael@0 | 328 | _moz_cairo_clip |
michael@0 | 329 | _moz_cairo_clip_extents |
michael@0 | 330 | _moz_cairo_clip_preserve |
michael@0 | 331 | _moz_cairo_close_path |
michael@0 | 332 | _moz_cairo_copy_clip_rectangle_list |
michael@0 | 333 | _moz_cairo_copy_path |
michael@0 | 334 | _moz_cairo_copy_path_flat |
michael@0 | 335 | _moz_cairo_create |
michael@0 | 336 | _moz_cairo_curve_to |
michael@0 | 337 | _moz_cairo_debug_reset_static_data |
michael@0 | 338 | _moz_cairo_destroy |
michael@0 | 339 | _moz_cairo_device_to_user |
michael@0 | 340 | _moz_cairo_device_to_user_distance |
michael@0 | 341 | _moz_cairo_fill |
michael@0 | 342 | _moz_cairo_fill_extents |
michael@0 | 343 | _moz_cairo_fill_preserve |
michael@0 | 344 | _moz_cairo_font_face_destroy |
michael@0 | 345 | _moz_cairo_font_options_create |
michael@0 | 346 | _moz_cairo_font_options_destroy |
michael@0 | 347 | _moz_cairo_font_options_get_hint_metrics |
michael@0 | 348 | _moz_cairo_font_options_set_antialias |
michael@0 | 349 | _moz_cairo_format_stride_for_width |
michael@0 | 350 | _moz_cairo_get_antialias |
michael@0 | 351 | _moz_cairo_get_current_point |
michael@0 | 352 | _moz_cairo_get_dash |
michael@0 | 353 | _moz_cairo_get_dash_count |
michael@0 | 354 | _moz_cairo_get_fill_rule |
michael@0 | 355 | _moz_cairo_get_font_matrix |
michael@0 | 356 | _moz_cairo_get_group_target |
michael@0 | 357 | _moz_cairo_get_line_cap |
michael@0 | 358 | _moz_cairo_get_line_join |
michael@0 | 359 | _moz_cairo_get_line_width |
michael@0 | 360 | _moz_cairo_get_matrix |
michael@0 | 361 | _moz_cairo_get_miter_limit |
michael@0 | 362 | _moz_cairo_get_operator |
michael@0 | 363 | _moz_cairo_get_scaled_font |
michael@0 | 364 | _moz_cairo_get_source |
michael@0 | 365 | _moz_cairo_get_target |
michael@0 | 366 | _moz_cairo_glyph_extents |
michael@0 | 367 | _moz_cairo_glyph_path |
michael@0 | 368 | _moz_cairo_identity_matrix |
michael@0 | 369 | _moz_cairo_image_surface_create |
michael@0 | 370 | _moz_cairo_image_surface_create_for_data |
michael@0 | 371 | _moz_cairo_image_surface_get_data |
michael@0 | 372 | _moz_cairo_image_surface_get_format |
michael@0 | 373 | _moz_cairo_image_surface_get_height |
michael@0 | 374 | _moz_cairo_image_surface_get_stride |
michael@0 | 375 | _moz_cairo_image_surface_get_width |
michael@0 | 376 | _moz_cairo_in_fill |
michael@0 | 377 | _moz_cairo_in_stroke |
michael@0 | 378 | _moz_cairo_line_to |
michael@0 | 379 | _moz_cairo_mask |
michael@0 | 380 | _moz_cairo_mask_surface |
michael@0 | 381 | _moz_cairo_matrix_init |
michael@0 | 382 | _moz_cairo_matrix_init_identity |
michael@0 | 383 | _moz_cairo_matrix_init_scale |
michael@0 | 384 | _moz_cairo_matrix_init_translate |
michael@0 | 385 | _moz_cairo_matrix_invert |
michael@0 | 386 | _moz_cairo_matrix_multiply |
michael@0 | 387 | _moz_cairo_matrix_rotate |
michael@0 | 388 | _moz_cairo_matrix_scale |
michael@0 | 389 | _moz_cairo_matrix_transform_distance |
michael@0 | 390 | _moz_cairo_matrix_transform_point |
michael@0 | 391 | _moz_cairo_matrix_translate |
michael@0 | 392 | _moz_cairo_move_to |
michael@0 | 393 | _moz_cairo_new_path |
michael@0 | 394 | _moz_cairo_new_sub_path |
michael@0 | 395 | _moz_cairo_paint |
michael@0 | 396 | _moz_cairo_paint_with_alpha |
michael@0 | 397 | _moz_cairo_path_destroy |
michael@0 | 398 | _moz_cairo_path_extents |
michael@0 | 399 | _moz_cairo_pattern_add_color_stop_rgba |
michael@0 | 400 | _moz_cairo_pattern_create_for_surface |
michael@0 | 401 | _moz_cairo_pattern_create_linear |
michael@0 | 402 | _moz_cairo_pattern_create_radial |
michael@0 | 403 | _moz_cairo_pattern_create_rgba |
michael@0 | 404 | _moz_cairo_pattern_destroy |
michael@0 | 405 | _moz_cairo_pattern_get_color_stop_count |
michael@0 | 406 | _moz_cairo_pattern_get_color_stop_rgba |
michael@0 | 407 | _moz_cairo_pattern_get_extend |
michael@0 | 408 | _moz_cairo_pattern_get_filter |
michael@0 | 409 | _moz_cairo_pattern_get_linear_points |
michael@0 | 410 | _moz_cairo_pattern_get_matrix |
michael@0 | 411 | _moz_cairo_pattern_get_radial_circles |
michael@0 | 412 | _moz_cairo_pattern_get_rgba |
michael@0 | 413 | _moz_cairo_pattern_get_surface |
michael@0 | 414 | _moz_cairo_pattern_get_type |
michael@0 | 415 | _moz_cairo_pattern_reference |
michael@0 | 416 | _moz_cairo_pattern_set_extend |
michael@0 | 417 | _moz_cairo_pattern_set_filter |
michael@0 | 418 | _moz_cairo_pattern_set_matrix |
michael@0 | 419 | _moz_cairo_pattern_status |
michael@0 | 420 | _moz_cairo_pdf_surface_create_for_stream |
michael@0 | 421 | _moz_cairo_pop_group |
michael@0 | 422 | _moz_cairo_pop_group_to_source |
michael@0 | 423 | _moz_cairo_push_group |
michael@0 | 424 | _moz_cairo_push_group_with_content |
michael@0 | 425 | _moz_cairo_rectangle |
michael@0 | 426 | _moz_cairo_rectangle_list_destroy |
michael@0 | 427 | _moz_cairo_reference |
michael@0 | 428 | _moz_cairo_reset_clip |
michael@0 | 429 | _moz_cairo_restore |
michael@0 | 430 | _moz_cairo_rotate |
michael@0 | 431 | _moz_cairo_save |
michael@0 | 432 | _moz_cairo_scale |
michael@0 | 433 | _moz_cairo_scaled_font_create |
michael@0 | 434 | _moz_cairo_scaled_font_destroy |
michael@0 | 435 | _moz_cairo_scaled_font_get_font_matrix |
michael@0 | 436 | _moz_cairo_scaled_font_get_font_options |
michael@0 | 437 | _moz_cairo_scaled_font_get_type |
michael@0 | 438 | _moz_cairo_scaled_font_reference |
michael@0 | 439 | _moz_cairo_scaled_font_status |
michael@0 | 440 | _moz_cairo_set_antialias |
michael@0 | 441 | _moz_cairo_set_dash |
michael@0 | 442 | _moz_cairo_set_fill_rule |
michael@0 | 443 | _moz_cairo_set_font_face |
michael@0 | 444 | _moz_cairo_set_font_size |
michael@0 | 445 | _moz_cairo_set_line_cap |
michael@0 | 446 | _moz_cairo_set_line_join |
michael@0 | 447 | _moz_cairo_set_line_width |
michael@0 | 448 | _moz_cairo_set_matrix |
michael@0 | 449 | _moz_cairo_set_miter_limit |
michael@0 | 450 | _moz_cairo_set_operator |
michael@0 | 451 | _moz_cairo_set_scaled_font |
michael@0 | 452 | _moz_cairo_set_source |
michael@0 | 453 | _moz_cairo_set_source_rgba |
michael@0 | 454 | _moz_cairo_set_source_surface |
michael@0 | 455 | _moz_cairo_show_glyphs |
michael@0 | 456 | _moz_cairo_status |
michael@0 | 457 | _moz_cairo_stroke |
michael@0 | 458 | _moz_cairo_stroke_extents |
michael@0 | 459 | _moz_cairo_stroke_preserve |
michael@0 | 460 | _moz_cairo_surface_create_similar |
michael@0 | 461 | _moz_cairo_surface_destroy |
michael@0 | 462 | _moz_cairo_surface_finish |
michael@0 | 463 | _moz_cairo_surface_flush |
michael@0 | 464 | _moz_cairo_surface_get_content |
michael@0 | 465 | _moz_cairo_surface_get_device_offset |
michael@0 | 466 | _moz_cairo_surface_get_reference_count |
michael@0 | 467 | _moz_cairo_surface_get_subpixel_antialiasing |
michael@0 | 468 | _moz_cairo_surface_get_type |
michael@0 | 469 | _moz_cairo_surface_get_user_data |
michael@0 | 470 | _moz_cairo_surface_mark_dirty |
michael@0 | 471 | _moz_cairo_surface_mark_dirty_rectangle |
michael@0 | 472 | _moz_cairo_surface_reference |
michael@0 | 473 | _moz_cairo_surface_set_device_offset |
michael@0 | 474 | _moz_cairo_surface_set_fallback_resolution |
michael@0 | 475 | _moz_cairo_surface_set_subpixel_antialiasing |
michael@0 | 476 | _moz_cairo_surface_set_user_data |
michael@0 | 477 | _moz_cairo_surface_show_page |
michael@0 | 478 | _moz_cairo_surface_status |
michael@0 | 479 | _moz_cairo_tee_surface_add |
michael@0 | 480 | _moz_cairo_tee_surface_create |
michael@0 | 481 | _moz_cairo_tee_surface_index |
michael@0 | 482 | _moz_cairo_transform |
michael@0 | 483 | _moz_cairo_translate |
michael@0 | 484 | _moz_cairo_user_to_device |
michael@0 | 485 | _moz_cairo_user_to_device_distance |
michael@0 | 486 | _moz_cairo_win32_font_face_create_for_logfontw_hfont |
michael@0 | 487 | #ifdef NS_PRINTING |
michael@0 | 488 | _moz_cairo_win32_printing_surface_create |
michael@0 | 489 | #endif |
michael@0 | 490 | _moz_cairo_win32_scaled_font_select_font |
michael@0 | 491 | _moz_cairo_win32_surface_create |
michael@0 | 492 | _moz_cairo_win32_surface_create_with_d3dsurface9 |
michael@0 | 493 | _moz_cairo_win32_surface_create_with_ddb |
michael@0 | 494 | _moz_cairo_win32_surface_create_with_dib |
michael@0 | 495 | _moz_cairo_win32_surface_get_dc |
michael@0 | 496 | _moz_cairo_win32_surface_get_image |
michael@0 | 497 | #ifdef MOZ_TREE_PIXMAN |
michael@0 | 498 | _moz_pixman_image_composite32 |
michael@0 | 499 | _moz_pixman_image_create_bits |
michael@0 | 500 | _moz_pixman_image_set_transform |
michael@0 | 501 | _moz_pixman_image_unref |
michael@0 | 502 | _moz_pixman_transform_from_pixman_f_transform |
michael@0 | 503 | _moz_pixman_transform_invert |
michael@0 | 504 | _moz_pixman_region32_reset |
michael@0 | 505 | _moz_pixman_region32_init |
michael@0 | 506 | _moz_pixman_region32_init_rect |
michael@0 | 507 | _moz_pixman_region32_init_rects |
michael@0 | 508 | _moz_pixman_region32_init_with_extents |
michael@0 | 509 | _moz_pixman_region32_fini |
michael@0 | 510 | _moz_pixman_region32_translate |
michael@0 | 511 | _moz_pixman_region32_copy |
michael@0 | 512 | _moz_pixman_region32_intersect |
michael@0 | 513 | _moz_pixman_region32_intersect_rect |
michael@0 | 514 | _moz_pixman_region32_union |
michael@0 | 515 | _moz_pixman_region32_union_rect |
michael@0 | 516 | _moz_pixman_region32_subtract |
michael@0 | 517 | _moz_pixman_region32_inverse |
michael@0 | 518 | _moz_pixman_region32_contains_point |
michael@0 | 519 | _moz_pixman_region32_contains_rectangle |
michael@0 | 520 | _moz_pixman_region32_not_empty |
michael@0 | 521 | _moz_pixman_region32_extents |
michael@0 | 522 | _moz_pixman_region32_n_rects |
michael@0 | 523 | _moz_pixman_region32_rectangles |
michael@0 | 524 | _moz_pixman_region32_equal |
michael@0 | 525 | _moz_pixman_region32_selfcheck |
michael@0 | 526 | _moz_pixman_region32_reset |
michael@0 | 527 | _moz_pixman_region32_clear |
michael@0 | 528 | #endif |
michael@0 | 529 | cairo_d2d_create_device |
michael@0 | 530 | cairo_d2d_create_device_from_d3d10device |
michael@0 | 531 | cairo_d2d_device_get_device |
michael@0 | 532 | cairo_d2d_get_dc |
michael@0 | 533 | cairo_d2d_get_image_surface_cache_usage |
michael@0 | 534 | cairo_d2d_get_surface_vram_usage |
michael@0 | 535 | cairo_d2d_present_backbuffer |
michael@0 | 536 | cairo_d2d_release_dc |
michael@0 | 537 | cairo_d2d_scroll |
michael@0 | 538 | cairo_d2d_surface_create |
michael@0 | 539 | cairo_d2d_surface_create_for_handle |
michael@0 | 540 | cairo_d2d_surface_create_for_hwnd |
michael@0 | 541 | cairo_d2d_surface_create_for_texture |
michael@0 | 542 | cairo_d2d_surface_get_height |
michael@0 | 543 | cairo_d2d_surface_get_texture |
michael@0 | 544 | cairo_d2d_surface_get_width |
michael@0 | 545 | cairo_dwrite_font_face_create_for_dwrite_fontface |
michael@0 | 546 | cairo_dwrite_get_cleartype_rendering_mode |
michael@0 | 547 | cairo_dwrite_scaled_font_allow_manual_show_glyphs |
michael@0 | 548 | cairo_dwrite_scaled_font_get_force_GDI_classic |
michael@0 | 549 | cairo_dwrite_scaled_font_set_force_GDI_classic |
michael@0 | 550 | cairo_dwrite_set_cleartype_params |
michael@0 | 551 | cairo_null_surface_create |
michael@0 | 552 | cairo_release_device |
michael@0 | 553 | cairo_surface_attach_snapshot |
michael@0 | 554 | cairo_win32_get_dc_with_clip |
michael@0 | 555 | cairo_win32_get_system_text_quality |
michael@0 | 556 | cairo_win32_surface_create_with_alpha |
michael@0 | 557 | cairo_win32_surface_get_height |
michael@0 | 558 | cairo_win32_surface_get_width |
michael@0 | 559 | cairo_win32_surface_set_can_convert_to_dib |
michael@0 | 560 | #endif |
michael@0 | 561 | hb_blob_create |
michael@0 | 562 | hb_blob_destroy |
michael@0 | 563 | hb_blob_get_data |
michael@0 | 564 | hb_blob_get_empty |
michael@0 | 565 | hb_blob_get_length |
michael@0 | 566 | hb_blob_reference |
michael@0 | 567 | hb_buffer_add_utf16 |
michael@0 | 568 | hb_buffer_create |
michael@0 | 569 | hb_buffer_destroy |
michael@0 | 570 | hb_buffer_get_glyph_infos |
michael@0 | 571 | hb_buffer_get_glyph_positions |
michael@0 | 572 | hb_buffer_reverse |
michael@0 | 573 | hb_buffer_set_direction |
michael@0 | 574 | hb_buffer_set_language |
michael@0 | 575 | hb_buffer_set_script |
michael@0 | 576 | hb_buffer_set_unicode_funcs |
michael@0 | 577 | hb_face_create_for_tables |
michael@0 | 578 | hb_face_destroy |
michael@0 | 579 | hb_face_reference |
michael@0 | 580 | hb_font_create |
michael@0 | 581 | hb_font_destroy |
michael@0 | 582 | hb_font_funcs_create |
michael@0 | 583 | hb_font_funcs_set_glyph_contour_point_func |
michael@0 | 584 | hb_font_funcs_set_glyph_func |
michael@0 | 585 | hb_font_funcs_set_glyph_h_advance_func |
michael@0 | 586 | hb_font_funcs_set_glyph_h_kerning_func |
michael@0 | 587 | hb_font_set_funcs |
michael@0 | 588 | hb_font_set_ppem |
michael@0 | 589 | hb_font_set_scale |
michael@0 | 590 | hb_language_from_string |
michael@0 | 591 | hb_ot_layout_collect_lookups |
michael@0 | 592 | hb_ot_layout_feature_get_lookups |
michael@0 | 593 | hb_ot_layout_has_positioning |
michael@0 | 594 | hb_ot_layout_has_substitution |
michael@0 | 595 | hb_ot_layout_language_get_feature_indexes |
michael@0 | 596 | hb_ot_layout_language_get_feature_tags |
michael@0 | 597 | hb_ot_layout_language_get_required_feature_index |
michael@0 | 598 | hb_ot_layout_lookup_collect_glyphs |
michael@0 | 599 | hb_ot_layout_script_get_language_tags |
michael@0 | 600 | hb_ot_layout_table_choose_script |
michael@0 | 601 | hb_ot_layout_table_get_script_tags |
michael@0 | 602 | hb_ot_tag_to_language |
michael@0 | 603 | hb_ot_tag_to_script |
michael@0 | 604 | hb_ot_tags_from_script |
michael@0 | 605 | hb_set_add |
michael@0 | 606 | hb_set_clear |
michael@0 | 607 | hb_set_create |
michael@0 | 608 | hb_set_destroy |
michael@0 | 609 | hb_set_has |
michael@0 | 610 | hb_set_is_empty |
michael@0 | 611 | hb_set_next |
michael@0 | 612 | hb_shape |
michael@0 | 613 | hb_unicode_funcs_create |
michael@0 | 614 | hb_unicode_funcs_get_empty |
michael@0 | 615 | hb_unicode_funcs_set_combining_class_func |
michael@0 | 616 | hb_unicode_funcs_set_compose_func |
michael@0 | 617 | hb_unicode_funcs_set_decompose_func |
michael@0 | 618 | hb_unicode_funcs_set_eastasian_width_func |
michael@0 | 619 | hb_unicode_funcs_set_general_category_func |
michael@0 | 620 | hb_unicode_funcs_set_mirroring_func |
michael@0 | 621 | hb_unicode_funcs_set_script_func |