symbols.def.in 17 KB

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