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