-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcario.def
109 lines (109 loc) · 2.68 KB
/
cario.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
LIBRARY zlibEAWebKit.dll
EXPORTS
cairo_create @1
cairo_image_surface_create_for_data @2
cairo_surface_get_content @3
cairo_image_surface_get_data @4
cairo_surface_get_type @5
cairo_set_fill_rule @6
cairo_append_path @7
cairo_arc @8
cairo_arc_negative @9
cairo_clip @10
cairo_clip_extents @11
cairo_close_path @12
cairo_copy_path @13
cairo_curve_to @14
cairo_destroy @15
cairo_device_to_user @16
cairo_device_to_user_distance @17
cairo_fill @18
cairo_fill_extents @19
cairo_fill_preserve @20
cairo_font_face_destroy @21
cairo_font_face_reference @22
cairo_get_antialias @23
cairo_get_current_point @24
cairo_get_dash @25
cairo_get_dash_count @26
cairo_get_line_cap @27
cairo_get_line_join @28
cairo_get_line_width @29
cairo_get_matrix @30
cairo_get_miter_limit @31
cairo_get_operator @32
cairo_get_target @33
cairo_has_current_point @34
cairo_image_surface_create @35
cairo_image_surface_get_format @36
cairo_image_surface_get_height @37
cairo_image_surface_get_stride @38
cairo_image_surface_get_width @39
cairo_in_fill @40
cairo_in_stroke @41
cairo_line_to @42
cairo_mask_surface @43
cairo_matrix_init @44
cairo_matrix_invert @45
cairo_matrix_multiply @46
cairo_move_to @47
cairo_new_path @48
cairo_new_sub_path @49
cairo_paint @50
cairo_paint_with_alpha @51
cairo_path_destroy @52
cairo_path_extents @53
cairo_pattern_add_color_stop_rgba @54
cairo_pattern_create_for_surface @55
cairo_pattern_create_linear @56
cairo_pattern_create_radial @57
cairo_pattern_destroy @58
cairo_pattern_reference @59
cairo_pattern_set_extend @60
cairo_pattern_set_filter @61
cairo_pattern_set_matrix @62
cairo_pop_group_to_source @63
cairo_push_group @64
cairo_rectangle @65
cairo_reference @66
cairo_region_destroy @67
cairo_region_get_rectangle @68
cairo_region_num_rectangles @69
cairo_region_reference @70
cairo_restore @71
cairo_rotate @72
cairo_save @73
cairo_scale @74
cairo_scaled_font_destroy @75
cairo_scaled_font_reference @76
cairo_set_antialias @77
cairo_set_dash @78
cairo_set_line_cap @79
cairo_set_line_join @80
cairo_set_line_width @81
cairo_set_matrix @82
cairo_set_miter_limit @83
cairo_set_operator @84
cairo_set_source @85
cairo_set_source_rgb @86
cairo_set_source_rgba @87
cairo_set_source_surface @88
cairo_status @89
cairo_stroke @90
cairo_stroke_extents @91
cairo_stroke_preserve @92
cairo_surface_create_for_rectangle @93
cairo_surface_create_similar @94
cairo_surface_destroy @95
cairo_surface_flush @96
cairo_surface_mark_dirty_rectangle @97
cairo_surface_reference @98
cairo_surface_set_user_data @99
cairo_surface_status @100
cairo_surface_write_to_png @101
cairo_surface_write_to_png_stream @102
cairo_transform @103
cairo_translate @104
cairo_user_to_device @105
cairo_user_to_device_distance @106
cairo_get_fill_rule @107