cairo 1.7.0-x86-mswin32 → 1.8.0-x86-mswin32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/ChangeLog +32 -0
- data/NEWS +9 -1
- data/README +1 -0
- data/Rakefile +2 -2
- data/cairo/DLL_FAQ.txt +397 -0
- data/cairo/README.txt +53 -0
- data/cairo/USAGE.txt +94 -0
- data/cairo/bin/libcairo-2.dll +0 -0
- data/cairo/bin/libpng12-0.dll +0 -0
- data/cairo/bin/zlib1.dll +0 -0
- data/cairo/include/cairo/cairo-deprecated.h +0 -4
- data/cairo/include/cairo/cairo-features.h +7 -22
- data/cairo/include/cairo/cairo-pdf.h +1 -1
- data/cairo/include/cairo/cairo-ps.h +1 -1
- data/cairo/include/cairo/cairo-svg.h +1 -1
- data/cairo/include/cairo/cairo-version.h +8 -0
- data/cairo/include/cairo/cairo-win32.h +9 -1
- data/cairo/include/cairo/cairo.h +420 -32
- data/cairo/include/libpng12/png.h +3592 -0
- data/cairo/include/libpng12/pngconf.h +1481 -0
- data/cairo/include/png.h +36 -13
- data/cairo/include/pngconf.h +3 -3
- data/cairo/include/zconf.h +332 -0
- data/cairo/include/zlib.h +1357 -0
- data/cairo/lib/cairo.def +22 -0
- data/cairo/lib/cairo.lib +0 -0
- data/cairo/lib/libcairo.dll.a +0 -0
- data/cairo/lib/libpng.def +1 -0
- data/cairo/lib/libpng.lib +0 -0
- data/cairo/lib/libpng12.dll.a +0 -0
- data/cairo/lib/pkgconfig/cairo-pdf.pc +5 -5
- data/cairo/lib/pkgconfig/cairo-png.pc +5 -5
- data/cairo/lib/pkgconfig/cairo-ps.pc +5 -5
- data/cairo/lib/pkgconfig/cairo-svg.pc +4 -4
- data/cairo/lib/pkgconfig/cairo-win32-font.pc +4 -4
- data/cairo/lib/pkgconfig/cairo-win32.pc +4 -4
- data/cairo/lib/pkgconfig/cairo.pc +4 -4
- data/cairo/lib/pkgconfig/libpng.pc +3 -2
- data/cairo/lib/pkgconfig/libpng12.pc +3 -2
- data/cairo/lib/zdll.exp +0 -0
- data/cairo/lib/zdll.lib +0 -0
- data/cairo/lib/zlib.def +60 -0
- data/cairo/manifest/cairo-dev_1.8.0-1_win32.mft +76 -0
- data/cairo/manifest/cairo_1.8.0-1_win32.mft +5 -0
- data/cairo/manifest/{libpng-dev-1.2.29.mft → libpng-dev_1.2.32-1_win32.mft} +5 -2
- data/cairo/manifest/libpng_1.2.32-1_win32.mft +2 -0
- data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING +0 -0
- data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING-LGPL-2.1 +0 -0
- data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING-MPL-1.1 +0 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-errors.html +15 -11
- data/cairo/share/gtk-doc/html/cairo/bindings-fonts.html +15 -11
- data/cairo/share/gtk-doc/html/cairo/bindings-memory.html +20 -16
- data/cairo/share/gtk-doc/html/cairo/bindings-overloading.html +16 -12
- data/cairo/share/gtk-doc/html/cairo/bindings-path.html +17 -13
- data/cairo/share/gtk-doc/html/cairo/bindings-patterns.html +25 -21
- data/cairo/share/gtk-doc/html/cairo/bindings-return-values.html +17 -13
- data/cairo/share/gtk-doc/html/cairo/bindings-streams.html +14 -10
- data/cairo/share/gtk-doc/html/cairo/bindings-surfaces.html +19 -15
- data/cairo/share/gtk-doc/html/cairo/cairo-context.html +2721 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-drawing.html +57 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-error-status.html +361 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-font-face.html +418 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-font-options.html +695 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-fonts.html +63 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-ft-font.html +318 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-image-surface.html +486 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-cairo-matrix-t.html → cairo-matrix.html} +137 -156
- data/cairo/share/gtk-doc/html/cairo/{cairo-Paths.html → cairo-paths.html} +275 -306
- data/cairo/share/gtk-doc/html/cairo/cairo-pattern.html +1524 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-PDF-Surfaces.html → cairo-pdf-surface.html} +60 -70
- data/cairo/share/gtk-doc/html/cairo/cairo-png-functions.html +332 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-PostScript-Surfaces.html → cairo-ps-surface.html} +131 -150
- data/cairo/share/gtk-doc/html/cairo/cairo-quartz-font.html +153 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-Quartz-Surfaces.html → cairo-quartz-surface.html} +53 -62
- data/cairo/share/gtk-doc/html/cairo/cairo-scaled-font.html +1051 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-support.html +54 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-surface.html +1064 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-surfaces.html +69 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-svg-surface.html +324 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-text.html +1264 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-Transformations.html → cairo-transformations.html} +98 -115
- data/cairo/share/gtk-doc/html/cairo/cairo-types.html +134 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-user-font.html +769 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-version-info.html +355 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-win32-font.html +366 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-win32-surface.html +321 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-XLib-Surfaces.html → cairo-xlib-surface.html} +104 -121
- data/cairo/share/gtk-doc/html/cairo/cairo.devhelp +390 -405
- data/cairo/share/gtk-doc/html/cairo/cairo.devhelp2 +390 -405
- data/cairo/share/gtk-doc/html/cairo/index-1.2.html +63 -59
- data/cairo/share/gtk-doc/html/cairo/index-1.4.html +45 -41
- data/cairo/share/gtk-doc/html/cairo/index-1.6.html +29 -23
- data/cairo/share/gtk-doc/html/cairo/index-1.8.html +107 -0
- data/cairo/share/gtk-doc/html/cairo/index-all.html +759 -0
- data/cairo/share/gtk-doc/html/cairo/index.html +51 -41
- data/cairo/share/gtk-doc/html/cairo/index.sgml +478 -466
- data/cairo/share/gtk-doc/html/cairo/language-bindings.html +22 -18
- data/cairo/share/gtk-doc/html/cairo/style.css +14 -2
- data/cairo/share/man/man3/libpng.3 +443 -17
- data/cairo/share/man/man3/libpngpf.3 +618 -102
- data/cairo/share/man/man5/png.5 +1 -1
- data/cairo/src/tml/make/cairo_1.8.0-1_win32.log +1021 -0
- data/cairo/src/tml/make/cairo_1.8.0-1_win32.sh +68 -0
- data/cairo/src/tml/make/libpng_1.2.32-1_win32.log +269 -0
- data/cairo/src/tml/make/libpng_1.2.32-1_win32.sh +63 -0
- data/cairo/test/example_d.exe +0 -0
- data/cairo/test/minigzip_d.exe +0 -0
- data/cairo/test/testzlib_d.exe +0 -0
- data/cairo/test/untgz_d.exe +0 -0
- data/doc/en/cairo-context.html +81 -91
- data/doc/en/cairo-font-options.html +11 -26
- data/doc/en/cairo-text-cluster-flag.html +35 -0
- data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +3 -3
- data/doc/en/cairo.html +38 -42
- data/doc/en/index.html +129 -142
- data/doc/ja/cairo-font-options.html +3 -25
- data/doc/ja/cairo-text-cluster-flag.html +46 -0
- data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +16 -15
- data/doc/ja/cairo.html +3 -7
- data/doc/ja/index.html +9 -17
- data/src/cairo.def +1 -1
- data/src/cairo.so +0 -0
- data/src/lib/cairo/constants.rb +3 -1
- data/src/libruby-cairo.a +0 -0
- data/src/rb_cairo.c +2 -2
- data/src/rb_cairo.h +5 -5
- data/src/rb_cairo_constants.c +12 -19
- data/src/rb_cairo_context.c +25 -21
- data/src/rb_cairo_font_face.c +44 -29
- data/src/rb_cairo_font_options.c +1 -23
- data/src/rb_cairo_scaled_font.c +5 -5
- data/test/test_constants.rb +6 -9
- data/test/test_context.rb +0 -12
- data/test/test_font_face.rb +7 -7
- data/test/test_font_options.rb +2 -21
- data/test/test_scaled_font.rb +3 -3
- data/test/test_text_to_glyphs_data.rb +19 -15
- metadata +68 -45
- data/cairo/make/cairo-1.6.4-2.sh +0 -55
- data/cairo/make/libpng-1.2.29.sh +0 -35
- data/cairo/manifest/cairo-1.6.4-2.mft +0 -6
- data/cairo/manifest/cairo-dev-1.6.4-2.mft +0 -72
- data/cairo/manifest/libpng-1.2.29.mft +0 -2
- data/cairo/share/gtk-doc/html/cairo/Drawing.html +0 -53
- data/cairo/share/gtk-doc/html/cairo/Fonts.html +0 -56
- data/cairo/share/gtk-doc/html/cairo/Support.html +0 -50
- data/cairo/share/gtk-doc/html/cairo/Surfaces.html +0 -65
- data/cairo/share/gtk-doc/html/cairo/cairo-Error-Handling.html +0 -328
- data/cairo/share/gtk-doc/html/cairo/cairo-Font-Options.html +0 -720
- data/cairo/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +0 -297
- data/cairo/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +0 -484
- data/cairo/share/gtk-doc/html/cairo/cairo-PNG-Support.html +0 -345
- data/cairo/share/gtk-doc/html/cairo/cairo-Patterns.html +0 -1560
- data/cairo/share/gtk-doc/html/cairo/cairo-Quartz-Fonts.html +0 -161
- data/cairo/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +0 -337
- data/cairo/share/gtk-doc/html/cairo/cairo-Scaled-Fonts.html +0 -823
- data/cairo/share/gtk-doc/html/cairo/cairo-Text.html +0 -836
- data/cairo/share/gtk-doc/html/cairo/cairo-Types.html +0 -143
- data/cairo/share/gtk-doc/html/cairo/cairo-Version-Information.html +0 -325
- data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +0 -381
- data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +0 -331
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +0 -427
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +0 -995
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-t.html +0 -2795
- data/cairo/share/gtk-doc/html/cairo/ix01.html +0 -693
- data/doc/en/cairo-lcd-filter.html +0 -39
- data/doc/ja/cairo-lcd-filter.html +0 -63
@@ -2,42 +2,44 @@
|
|
2
2
|
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
|
3
3
|
<book xmlns="http://www.devhelp.net/book" title="Cairo: A Vector Graphics Library" link="index.html" author="" name="cairo">
|
4
4
|
<chapters>
|
5
|
-
<sub name="Drawing" link="
|
6
|
-
<sub name="cairo_t" link="cairo-
|
7
|
-
<sub name="Paths" link="cairo-
|
8
|
-
<sub name="cairo_pattern_t" link="cairo-
|
9
|
-
<sub name="Transformations" link="cairo-
|
10
|
-
<sub name="Text" link="cairo-
|
5
|
+
<sub name="Drawing" link="cairo-drawing.html">
|
6
|
+
<sub name="cairo_t" link="cairo-context.html"/>
|
7
|
+
<sub name="Paths" link="cairo-paths.html"/>
|
8
|
+
<sub name="cairo_pattern_t" link="cairo-pattern.html"/>
|
9
|
+
<sub name="Transformations" link="cairo-transformations.html"/>
|
10
|
+
<sub name="Text" link="cairo-text.html"/>
|
11
11
|
</sub>
|
12
|
-
<sub name="Fonts" link="
|
13
|
-
<sub name="cairo_font_face_t" link="cairo-
|
14
|
-
<sub name="cairo_scaled_font_t" link="cairo-
|
15
|
-
<sub name="cairo_font_options_t" link="cairo-
|
16
|
-
<sub name="FreeType Fonts" link="cairo-
|
17
|
-
<sub name="Win32 Fonts" link="cairo-
|
18
|
-
<sub name="Quartz (CGFont) Fonts" link="cairo-
|
12
|
+
<sub name="Fonts" link="cairo-fonts.html">
|
13
|
+
<sub name="cairo_font_face_t" link="cairo-font-face.html"/>
|
14
|
+
<sub name="cairo_scaled_font_t" link="cairo-scaled-font.html"/>
|
15
|
+
<sub name="cairo_font_options_t" link="cairo-font-options.html"/>
|
16
|
+
<sub name="FreeType Fonts" link="cairo-ft-font.html"/>
|
17
|
+
<sub name="Win32 Fonts" link="cairo-win32-font.html"/>
|
18
|
+
<sub name="Quartz (CGFont) Fonts" link="cairo-quartz-font.html"/>
|
19
|
+
<sub name="User Fonts" link="cairo-user-font.html"/>
|
19
20
|
</sub>
|
20
|
-
<sub name="Surfaces" link="
|
21
|
-
<sub name="cairo_surface_t" link="cairo-
|
22
|
-
<sub name="Image Surfaces" link="cairo-
|
23
|
-
<sub name="PDF Surfaces" link="cairo-
|
24
|
-
<sub name="PNG Support" link="cairo-
|
25
|
-
<sub name="PostScript Surfaces" link="cairo-
|
26
|
-
<sub name="Win32 Surfaces" link="cairo-
|
27
|
-
<sub name="SVG Surfaces" link="cairo-
|
28
|
-
<sub name="Quartz Surfaces" link="cairo-
|
29
|
-
<sub name="XLib Surfaces" link="cairo-
|
21
|
+
<sub name="Surfaces" link="cairo-surfaces.html">
|
22
|
+
<sub name="cairo_surface_t" link="cairo-surface.html"/>
|
23
|
+
<sub name="Image Surfaces" link="cairo-image-surface.html"/>
|
24
|
+
<sub name="PDF Surfaces" link="cairo-pdf-surface.html"/>
|
25
|
+
<sub name="PNG Support" link="cairo-png-functions.html"/>
|
26
|
+
<sub name="PostScript Surfaces" link="cairo-ps-surface.html"/>
|
27
|
+
<sub name="Win32 Surfaces" link="cairo-win32-surface.html"/>
|
28
|
+
<sub name="SVG Surfaces" link="cairo-svg-surface.html"/>
|
29
|
+
<sub name="Quartz Surfaces" link="cairo-quartz-surface.html"/>
|
30
|
+
<sub name="XLib Surfaces" link="cairo-xlib-surface.html"/>
|
30
31
|
</sub>
|
31
|
-
<sub name="Utilities" link="
|
32
|
-
<sub name="cairo_matrix_t" link="cairo-
|
33
|
-
<sub name="Error handling" link="cairo-
|
34
|
-
<sub name="Version Information" link="cairo-
|
35
|
-
<sub name="Types" link="cairo-
|
32
|
+
<sub name="Utilities" link="cairo-support.html">
|
33
|
+
<sub name="cairo_matrix_t" link="cairo-matrix.html"/>
|
34
|
+
<sub name="Error handling" link="cairo-error-status.html"/>
|
35
|
+
<sub name="Version Information" link="cairo-version-info.html"/>
|
36
|
+
<sub name="Types" link="cairo-types.html"/>
|
36
37
|
</sub>
|
37
|
-
<sub name="Index" link="
|
38
|
+
<sub name="Index" link="index-all.html"/>
|
38
39
|
<sub name="Index of new symbols in 1.2" link="index-1.2.html"/>
|
39
40
|
<sub name="Index of new symbols in 1.4" link="index-1.4.html"/>
|
40
41
|
<sub name="Index of new symbols in 1.6" link="index-1.6.html"/>
|
42
|
+
<sub name="Index of new symbols in 1.8" link="index-1.8.html"/>
|
41
43
|
<sub name="Creating a language binding for cairo" link="language-bindings.html">
|
42
44
|
<sub name="General considerations" link="language-bindings.html#bindings-general"/>
|
43
45
|
<sub name="Memory management" link="bindings-memory.html"/>
|
@@ -52,381 +54,364 @@
|
|
52
54
|
</sub>
|
53
55
|
</chapters>
|
54
56
|
<functions>
|
55
|
-
<function name="cairo_t" link="cairo-
|
56
|
-
<function name="cairo_create ()" link="cairo-
|
57
|
-
<function name="cairo_reference ()" link="cairo-
|
58
|
-
<function name="cairo_destroy ()" link="cairo-
|
59
|
-
<function name="cairo_status ()" link="cairo-
|
60
|
-
<function name="cairo_save ()" link="cairo-
|
61
|
-
<function name="cairo_restore ()" link="cairo-
|
62
|
-
<function name="cairo_get_target ()" link="cairo-
|
63
|
-
<function name="cairo_push_group ()" link="cairo-
|
64
|
-
<function name="cairo_push_group_with_content ()" link="cairo-
|
65
|
-
<function name="cairo_pop_group ()" link="cairo-
|
66
|
-
<function name="cairo_pop_group_to_source ()" link="cairo-
|
67
|
-
<function name="cairo_get_group_target ()" link="cairo-
|
68
|
-
<function name="cairo_set_source_rgb ()" link="cairo-
|
69
|
-
<function name="cairo_set_source_rgba ()" link="cairo-
|
70
|
-
<function name="cairo_set_source ()" link="cairo-
|
71
|
-
<function name="cairo_set_source_surface ()" link="cairo-
|
72
|
-
<function name="cairo_get_source ()" link="cairo-
|
73
|
-
<function name="enum cairo_antialias_t" link="cairo-
|
74
|
-
<function name="cairo_set_antialias ()" link="cairo-
|
75
|
-
<function name="cairo_get_antialias ()" link="cairo-
|
76
|
-
<function name="cairo_set_dash ()" link="cairo-
|
77
|
-
<function name="cairo_get_dash_count ()" link="cairo-
|
78
|
-
<function name="cairo_get_dash ()" link="cairo-
|
79
|
-
<function name="enum cairo_fill_rule_t" link="cairo-
|
80
|
-
<function name="cairo_set_fill_rule ()" link="cairo-
|
81
|
-
<function name="cairo_get_fill_rule ()" link="cairo-
|
82
|
-
<function name="enum cairo_line_cap_t" link="cairo-
|
83
|
-
<function name="cairo_set_line_cap ()" link="cairo-
|
84
|
-
<function name="cairo_get_line_cap ()" link="cairo-
|
85
|
-
<function name="enum cairo_line_join_t" link="cairo-
|
86
|
-
<function name="cairo_set_line_join ()" link="cairo-
|
87
|
-
<function name="cairo_get_line_join ()" link="cairo-
|
88
|
-
<function name="cairo_set_line_width ()" link="cairo-
|
89
|
-
<function name="cairo_get_line_width ()" link="cairo-
|
90
|
-
<function name="cairo_set_miter_limit ()" link="cairo-
|
91
|
-
<function name="cairo_get_miter_limit ()" link="cairo-
|
92
|
-
<function name="enum cairo_operator_t" link="cairo-
|
93
|
-
<function name="cairo_set_operator ()" link="cairo-
|
94
|
-
<function name="cairo_get_operator ()" link="cairo-
|
95
|
-
<function name="cairo_set_tolerance ()" link="cairo-
|
96
|
-
<function name="cairo_get_tolerance ()" link="cairo-
|
97
|
-
<function name="cairo_clip ()" link="cairo-
|
98
|
-
<function name="cairo_clip_preserve ()" link="cairo-
|
99
|
-
<function name="cairo_clip_extents ()" link="cairo-
|
100
|
-
<function name="cairo_reset_clip ()" link="cairo-
|
101
|
-
<function name="cairo_rectangle_t" link="cairo-
|
102
|
-
<function name="cairo_rectangle_list_t" link="cairo-
|
103
|
-
<function name="cairo_rectangle_list_destroy ()" link="cairo-
|
104
|
-
<function name="cairo_copy_clip_rectangle_list ()" link="cairo-
|
105
|
-
<function name="cairo_fill ()" link="cairo-
|
106
|
-
<function name="cairo_fill_preserve ()" link="cairo-
|
107
|
-
<function name="cairo_fill_extents ()" link="cairo-
|
108
|
-
<function name="cairo_in_fill ()" link="cairo-
|
109
|
-
<function name="cairo_mask ()" link="cairo-
|
110
|
-
<function name="cairo_mask_surface ()" link="cairo-
|
111
|
-
<function name="cairo_paint ()" link="cairo-
|
112
|
-
<function name="cairo_paint_with_alpha ()" link="cairo-
|
113
|
-
<function name="cairo_stroke ()" link="cairo-
|
114
|
-
<function name="cairo_stroke_preserve ()" link="cairo-
|
115
|
-
<function name="cairo_stroke_extents ()" link="cairo-
|
116
|
-
<function name="cairo_in_stroke ()" link="cairo-
|
117
|
-
<function name="cairo_copy_page ()" link="cairo-
|
118
|
-
<function name="cairo_show_page ()" link="cairo-
|
119
|
-
<function name="cairo_get_reference_count ()" link="cairo-
|
120
|
-
<function name="cairo_set_user_data ()" link="cairo-
|
121
|
-
<function name="cairo_get_user_data ()" link="cairo-
|
122
|
-
<function name="" link="cairo-cairo-t
|
123
|
-
<function name="" link="cairo-cairo-t
|
124
|
-
<function name="
|
125
|
-
<function name="
|
126
|
-
<function name="
|
127
|
-
<function name="
|
128
|
-
<function name="
|
129
|
-
<function name="
|
130
|
-
<function name="
|
131
|
-
<function name="
|
132
|
-
<function name="
|
133
|
-
<function name="
|
134
|
-
<function name="
|
135
|
-
<function name="
|
136
|
-
<function name="
|
137
|
-
<function name="
|
138
|
-
<function name="
|
139
|
-
<function name="
|
140
|
-
<function name="
|
141
|
-
<function name="
|
142
|
-
<function name="
|
143
|
-
<function name="
|
144
|
-
<function name="
|
145
|
-
<function name="
|
146
|
-
<function name="
|
147
|
-
<function name="
|
148
|
-
<function name="" link="cairo-
|
149
|
-
<function name="" link="cairo-
|
150
|
-
<function name="
|
151
|
-
<function name="
|
152
|
-
<function name="
|
153
|
-
<function name="
|
154
|
-
<function name="
|
155
|
-
<function name="
|
156
|
-
<function name="
|
157
|
-
<function name="
|
158
|
-
<function name="
|
159
|
-
<function name="
|
160
|
-
<function name="
|
161
|
-
<function name="
|
162
|
-
<function name="
|
163
|
-
<function name="
|
164
|
-
<function name="
|
165
|
-
<function name="
|
166
|
-
<function name="
|
167
|
-
<function name="
|
168
|
-
<function name="
|
169
|
-
<function name="
|
170
|
-
<function name="
|
171
|
-
<function name="
|
172
|
-
<function name="
|
173
|
-
<function name="
|
174
|
-
<function name="
|
175
|
-
<function name="
|
176
|
-
<function name="
|
177
|
-
<function name="
|
178
|
-
<function name="
|
179
|
-
<function name="
|
180
|
-
<function name="" link="cairo-
|
181
|
-
<function name="" link="cairo-
|
182
|
-
<function name="
|
183
|
-
<function name="
|
184
|
-
<function name="
|
185
|
-
<function name="
|
186
|
-
<function name="
|
187
|
-
<function name="
|
188
|
-
<function name="
|
189
|
-
<function name="
|
190
|
-
<function name="
|
191
|
-
<function name="
|
192
|
-
<function name="
|
193
|
-
<function name="" link="cairo-
|
194
|
-
<function name="" link="cairo-
|
195
|
-
<function name="
|
196
|
-
<function name="
|
197
|
-
<function name="
|
198
|
-
<function name="
|
199
|
-
<function name="
|
200
|
-
<function name="
|
201
|
-
<function name="
|
202
|
-
<function name="
|
203
|
-
<function name="
|
204
|
-
<function name="
|
205
|
-
<function name="
|
206
|
-
<function name="
|
207
|
-
<function name="
|
208
|
-
<function name="
|
209
|
-
<function name="
|
210
|
-
<function name="
|
211
|
-
<function name="
|
212
|
-
<function name="
|
213
|
-
<function name="" link="cairo-
|
214
|
-
<function name="" link="cairo-
|
215
|
-
<function name="
|
216
|
-
<function name="
|
217
|
-
<function name="
|
218
|
-
<function name="
|
219
|
-
<function name="
|
220
|
-
<function name="
|
221
|
-
<function name="
|
222
|
-
<function name="
|
223
|
-
<function name="
|
224
|
-
<function name="" link="cairo-cairo-font-face-
|
225
|
-
<function name="" link="cairo-cairo-font-
|
226
|
-
<function name="
|
227
|
-
<function name="
|
228
|
-
<function name="
|
229
|
-
<function name="
|
230
|
-
<function name="
|
231
|
-
<function name="
|
232
|
-
<function name="
|
233
|
-
<function name="
|
234
|
-
<function name="
|
235
|
-
<function name="
|
236
|
-
<function name="cairo_scaled_font_get_font_face ()" link="cairo-
|
237
|
-
<function name="cairo_scaled_font_get_font_options ()" link="cairo-
|
238
|
-
<function name="cairo_scaled_font_get_font_matrix ()" link="cairo-
|
239
|
-
<function name="cairo_scaled_font_get_ctm ()" link="cairo-
|
240
|
-
<function name="
|
241
|
-
<function name="
|
242
|
-
<function name="
|
243
|
-
<function name="
|
244
|
-
<function name="" link="cairo-
|
245
|
-
<function name="" link="cairo-
|
246
|
-
<function name="
|
247
|
-
<function name="
|
248
|
-
<function name="
|
249
|
-
<function name="
|
250
|
-
<function name="
|
251
|
-
<function name="
|
252
|
-
<function name="
|
253
|
-
<function name="
|
254
|
-
<function name="
|
255
|
-
<function name="
|
256
|
-
<function name="
|
257
|
-
<function name="
|
258
|
-
<function name="
|
259
|
-
<function name="
|
260
|
-
<function name="
|
261
|
-
<function name="
|
262
|
-
<function name="
|
263
|
-
<function name="
|
264
|
-
<function name="
|
265
|
-
<function name="" link="cairo-
|
266
|
-
<function name="" link="cairo-
|
267
|
-
<function name="
|
268
|
-
<function name="
|
269
|
-
<function name="
|
270
|
-
<function name="
|
271
|
-
<function name="
|
272
|
-
<function name="
|
273
|
-
<function name="" link="cairo-
|
274
|
-
<function name="" link="cairo-
|
275
|
-
<function name="
|
276
|
-
<function name="
|
277
|
-
<function name="
|
278
|
-
<function name="
|
279
|
-
<function name="
|
280
|
-
<function name="
|
281
|
-
<function name="
|
282
|
-
<function name="
|
283
|
-
<function name="
|
284
|
-
<function name="" link="cairo-
|
285
|
-
<function name="" link="cairo-
|
286
|
-
<function name="
|
287
|
-
<function name="
|
288
|
-
<function name="
|
289
|
-
<function name="" link="cairo-
|
290
|
-
<function name="" link="cairo-
|
291
|
-
<function name="
|
292
|
-
<function name="
|
293
|
-
<function name="
|
294
|
-
<function name="
|
295
|
-
<function name="
|
296
|
-
<function name="
|
297
|
-
<function name="
|
298
|
-
<function name="
|
299
|
-
<function name="
|
300
|
-
<function name="
|
301
|
-
<function name="
|
302
|
-
<function name="
|
303
|
-
<function name="
|
304
|
-
<function name="
|
305
|
-
<function name="
|
306
|
-
<function name="
|
307
|
-
<function name="
|
308
|
-
<function name="
|
309
|
-
<function name="
|
310
|
-
<function name="
|
311
|
-
<function name="
|
312
|
-
<function name="
|
313
|
-
<function name="" link="cairo-cairo-surface-
|
314
|
-
<function name="" link="cairo-cairo-surface-
|
315
|
-
<function name="
|
316
|
-
<function name="
|
317
|
-
<function name="
|
318
|
-
<function name="
|
319
|
-
<function name="
|
320
|
-
<function name="
|
321
|
-
<function name="
|
322
|
-
<function name="
|
323
|
-
<function name="
|
324
|
-
<function name="" link="cairo-
|
325
|
-
<function name="" link="cairo-
|
326
|
-
<function name="
|
327
|
-
<function name="
|
328
|
-
<function name="
|
329
|
-
<function name="
|
330
|
-
<function name="" link="cairo-
|
331
|
-
<function name="" link="cairo-
|
332
|
-
<function name="
|
333
|
-
<function name="
|
334
|
-
<function name="
|
335
|
-
<function name="
|
336
|
-
<function name="
|
337
|
-
<function name="
|
338
|
-
<function name="
|
339
|
-
<function name="" link="cairo-
|
340
|
-
<function name="" link="cairo-
|
341
|
-
<function name="CAIRO_HAS_PS_SURFACE" link="cairo-
|
342
|
-
<function name="cairo_ps_surface_create ()" link="cairo-
|
343
|
-
<function name="cairo_ps_surface_create_for_stream ()" link="cairo-
|
344
|
-
<function name="cairo_ps_surface_restrict_to_level ()" link="cairo-
|
345
|
-
<function name="enum cairo_ps_level_t" link="cairo-
|
346
|
-
<function name="cairo_ps_get_levels ()" link="cairo-
|
347
|
-
<function name="cairo_ps_level_to_string ()" link="cairo-
|
348
|
-
<function name="cairo_ps_surface_set_eps ()" link="cairo-
|
349
|
-
<function name="cairo_ps_surface_get_eps ()" link="cairo-
|
350
|
-
<function name="cairo_ps_surface_set_size ()" link="cairo-
|
351
|
-
<function name="cairo_ps_surface_dsc_begin_setup ()" link="cairo-
|
352
|
-
<function name="cairo_ps_surface_dsc_begin_page_setup ()" link="cairo-
|
353
|
-
<function name="cairo_ps_surface_dsc_comment ()" link="cairo-
|
354
|
-
<function name="" link="cairo-
|
355
|
-
<function name="" link="cairo-
|
356
|
-
<function name="
|
357
|
-
<function name="
|
358
|
-
<function name="
|
359
|
-
<function name="
|
360
|
-
<function name="
|
361
|
-
<function name="
|
362
|
-
<function name="
|
363
|
-
<function name="" link="cairo-
|
364
|
-
<function name="" link="cairo-
|
365
|
-
<function name="
|
366
|
-
<function name="
|
367
|
-
<function name="
|
368
|
-
<function name="
|
369
|
-
<function name="
|
370
|
-
<function name="
|
371
|
-
<function name="
|
372
|
-
<function name="" link="cairo-
|
373
|
-
<function name="" link="cairo-
|
374
|
-
<function name="
|
375
|
-
<function name="
|
376
|
-
<function name="
|
377
|
-
<function name="
|
378
|
-
<function name="" link="cairo-
|
379
|
-
<function name="" link="cairo-
|
380
|
-
<function name="
|
381
|
-
<function name="
|
382
|
-
<function name="
|
383
|
-
<function name="
|
384
|
-
<function name="
|
385
|
-
<function name="
|
386
|
-
<function name="
|
387
|
-
<function name="
|
388
|
-
<function name="
|
389
|
-
<function name="
|
390
|
-
<function name="
|
391
|
-
<function name="
|
392
|
-
<function name="" link="cairo-
|
393
|
-
<function name="" link="cairo-
|
394
|
-
<function name="
|
395
|
-
<function name="
|
396
|
-
<function name="
|
397
|
-
<function name="
|
398
|
-
<function name="
|
399
|
-
<function name="
|
400
|
-
<function name="
|
401
|
-
<function name="
|
402
|
-
<function name="
|
403
|
-
<function name="
|
404
|
-
<function name="
|
405
|
-
<function name="
|
406
|
-
<function name="
|
407
|
-
<function name="" link="cairo-
|
408
|
-
<function name="" link="cairo-
|
409
|
-
<function name="
|
410
|
-
<function name="
|
411
|
-
<function name="
|
412
|
-
<function name="" link="cairo-
|
413
|
-
<function name="" link="cairo-
|
414
|
-
<function name="Compatibility" link="cairo-Version-Information.html#id2671297"/>
|
415
|
-
<function name="Examining the version" link="cairo-Version-Information.html#id2671336"/>
|
416
|
-
<function name="CAIRO_VERSION" link="cairo-Version-Information.html#CAIRO-VERSION:CAPS"/>
|
417
|
-
<function name="CAIRO_VERSION_MAJOR" link="cairo-Version-Information.html#CAIRO-VERSION-MAJOR:CAPS"/>
|
418
|
-
<function name="CAIRO_VERSION_MINOR" link="cairo-Version-Information.html#CAIRO-VERSION-MINOR:CAPS"/>
|
419
|
-
<function name="CAIRO_VERSION_MICRO" link="cairo-Version-Information.html#CAIRO-VERSION-MICRO:CAPS"/>
|
420
|
-
<function name="CAIRO_VERSION_STRING" link="cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS"/>
|
421
|
-
<function name="CAIRO_VERSION_ENCODE()" link="cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS"/>
|
422
|
-
<function name="cairo_version ()" link="cairo-Version-Information.html#cairo-version"/>
|
423
|
-
<function name="cairo_version_string ()" link="cairo-Version-Information.html#cairo-version-string"/>
|
424
|
-
<function name="" link="cairo-Version-Information.html#id2674697"/>
|
425
|
-
<function name="" link="cairo-Version-Information.html#id2674698"/>
|
426
|
-
<function name="cairo_bool_t" link="cairo-Types.html#cairo-bool-t"/>
|
427
|
-
<function name="cairo_user_data_key_t" link="cairo-Types.html#cairo-user-data-key-t"/>
|
428
|
-
<function name="cairo_destroy_func_t ()" link="cairo-Types.html#cairo-destroy-func-t"/>
|
429
|
-
<function name="" link="cairo-Types.html#id2670025"/>
|
430
|
-
<function name="" link="cairo-Types.html#id2670026"/>
|
57
|
+
<function name="cairo_t" link="cairo-context.html#cairo-t"/>
|
58
|
+
<function name="cairo_create ()" link="cairo-context.html#cairo-create"/>
|
59
|
+
<function name="cairo_reference ()" link="cairo-context.html#cairo-reference"/>
|
60
|
+
<function name="cairo_destroy ()" link="cairo-context.html#cairo-destroy"/>
|
61
|
+
<function name="cairo_status ()" link="cairo-context.html#cairo-status"/>
|
62
|
+
<function name="cairo_save ()" link="cairo-context.html#cairo-save"/>
|
63
|
+
<function name="cairo_restore ()" link="cairo-context.html#cairo-restore"/>
|
64
|
+
<function name="cairo_get_target ()" link="cairo-context.html#cairo-get-target"/>
|
65
|
+
<function name="cairo_push_group ()" link="cairo-context.html#cairo-push-group"/>
|
66
|
+
<function name="cairo_push_group_with_content ()" link="cairo-context.html#cairo-push-group-with-content"/>
|
67
|
+
<function name="cairo_pop_group ()" link="cairo-context.html#cairo-pop-group"/>
|
68
|
+
<function name="cairo_pop_group_to_source ()" link="cairo-context.html#cairo-pop-group-to-source"/>
|
69
|
+
<function name="cairo_get_group_target ()" link="cairo-context.html#cairo-get-group-target"/>
|
70
|
+
<function name="cairo_set_source_rgb ()" link="cairo-context.html#cairo-set-source-rgb"/>
|
71
|
+
<function name="cairo_set_source_rgba ()" link="cairo-context.html#cairo-set-source-rgba"/>
|
72
|
+
<function name="cairo_set_source ()" link="cairo-context.html#cairo-set-source"/>
|
73
|
+
<function name="cairo_set_source_surface ()" link="cairo-context.html#cairo-set-source-surface"/>
|
74
|
+
<function name="cairo_get_source ()" link="cairo-context.html#cairo-get-source"/>
|
75
|
+
<function name="enum cairo_antialias_t" link="cairo-context.html#cairo-antialias-t"/>
|
76
|
+
<function name="cairo_set_antialias ()" link="cairo-context.html#cairo-set-antialias"/>
|
77
|
+
<function name="cairo_get_antialias ()" link="cairo-context.html#cairo-get-antialias"/>
|
78
|
+
<function name="cairo_set_dash ()" link="cairo-context.html#cairo-set-dash"/>
|
79
|
+
<function name="cairo_get_dash_count ()" link="cairo-context.html#cairo-get-dash-count"/>
|
80
|
+
<function name="cairo_get_dash ()" link="cairo-context.html#cairo-get-dash"/>
|
81
|
+
<function name="enum cairo_fill_rule_t" link="cairo-context.html#cairo-fill-rule-t"/>
|
82
|
+
<function name="cairo_set_fill_rule ()" link="cairo-context.html#cairo-set-fill-rule"/>
|
83
|
+
<function name="cairo_get_fill_rule ()" link="cairo-context.html#cairo-get-fill-rule"/>
|
84
|
+
<function name="enum cairo_line_cap_t" link="cairo-context.html#cairo-line-cap-t"/>
|
85
|
+
<function name="cairo_set_line_cap ()" link="cairo-context.html#cairo-set-line-cap"/>
|
86
|
+
<function name="cairo_get_line_cap ()" link="cairo-context.html#cairo-get-line-cap"/>
|
87
|
+
<function name="enum cairo_line_join_t" link="cairo-context.html#cairo-line-join-t"/>
|
88
|
+
<function name="cairo_set_line_join ()" link="cairo-context.html#cairo-set-line-join"/>
|
89
|
+
<function name="cairo_get_line_join ()" link="cairo-context.html#cairo-get-line-join"/>
|
90
|
+
<function name="cairo_set_line_width ()" link="cairo-context.html#cairo-set-line-width"/>
|
91
|
+
<function name="cairo_get_line_width ()" link="cairo-context.html#cairo-get-line-width"/>
|
92
|
+
<function name="cairo_set_miter_limit ()" link="cairo-context.html#cairo-set-miter-limit"/>
|
93
|
+
<function name="cairo_get_miter_limit ()" link="cairo-context.html#cairo-get-miter-limit"/>
|
94
|
+
<function name="enum cairo_operator_t" link="cairo-context.html#cairo-operator-t"/>
|
95
|
+
<function name="cairo_set_operator ()" link="cairo-context.html#cairo-set-operator"/>
|
96
|
+
<function name="cairo_get_operator ()" link="cairo-context.html#cairo-get-operator"/>
|
97
|
+
<function name="cairo_set_tolerance ()" link="cairo-context.html#cairo-set-tolerance"/>
|
98
|
+
<function name="cairo_get_tolerance ()" link="cairo-context.html#cairo-get-tolerance"/>
|
99
|
+
<function name="cairo_clip ()" link="cairo-context.html#cairo-clip"/>
|
100
|
+
<function name="cairo_clip_preserve ()" link="cairo-context.html#cairo-clip-preserve"/>
|
101
|
+
<function name="cairo_clip_extents ()" link="cairo-context.html#cairo-clip-extents"/>
|
102
|
+
<function name="cairo_reset_clip ()" link="cairo-context.html#cairo-reset-clip"/>
|
103
|
+
<function name="cairo_rectangle_t" link="cairo-context.html#cairo-rectangle-t"/>
|
104
|
+
<function name="cairo_rectangle_list_t" link="cairo-context.html#cairo-rectangle-list-t"/>
|
105
|
+
<function name="cairo_rectangle_list_destroy ()" link="cairo-context.html#cairo-rectangle-list-destroy"/>
|
106
|
+
<function name="cairo_copy_clip_rectangle_list ()" link="cairo-context.html#cairo-copy-clip-rectangle-list"/>
|
107
|
+
<function name="cairo_fill ()" link="cairo-context.html#cairo-fill"/>
|
108
|
+
<function name="cairo_fill_preserve ()" link="cairo-context.html#cairo-fill-preserve"/>
|
109
|
+
<function name="cairo_fill_extents ()" link="cairo-context.html#cairo-fill-extents"/>
|
110
|
+
<function name="cairo_in_fill ()" link="cairo-context.html#cairo-in-fill"/>
|
111
|
+
<function name="cairo_mask ()" link="cairo-context.html#cairo-mask"/>
|
112
|
+
<function name="cairo_mask_surface ()" link="cairo-context.html#cairo-mask-surface"/>
|
113
|
+
<function name="cairo_paint ()" link="cairo-context.html#cairo-paint"/>
|
114
|
+
<function name="cairo_paint_with_alpha ()" link="cairo-context.html#cairo-paint-with-alpha"/>
|
115
|
+
<function name="cairo_stroke ()" link="cairo-context.html#cairo-stroke"/>
|
116
|
+
<function name="cairo_stroke_preserve ()" link="cairo-context.html#cairo-stroke-preserve"/>
|
117
|
+
<function name="cairo_stroke_extents ()" link="cairo-context.html#cairo-stroke-extents"/>
|
118
|
+
<function name="cairo_in_stroke ()" link="cairo-context.html#cairo-in-stroke"/>
|
119
|
+
<function name="cairo_copy_page ()" link="cairo-context.html#cairo-copy-page"/>
|
120
|
+
<function name="cairo_show_page ()" link="cairo-context.html#cairo-show-page"/>
|
121
|
+
<function name="cairo_get_reference_count ()" link="cairo-context.html#cairo-get-reference-count"/>
|
122
|
+
<function name="cairo_set_user_data ()" link="cairo-context.html#cairo-set-user-data"/>
|
123
|
+
<function name="cairo_get_user_data ()" link="cairo-context.html#cairo-get-user-data"/>
|
124
|
+
<function name="cairo_path_t" link="cairo-paths.html#cairo-path-t"/>
|
125
|
+
<function name="union cairo_path_data_t" link="cairo-paths.html#cairo-path-data-t"/>
|
126
|
+
<function name="enum cairo_path_data_type_t" link="cairo-paths.html#cairo-path-data-type-t"/>
|
127
|
+
<function name="cairo_copy_path ()" link="cairo-paths.html#cairo-copy-path"/>
|
128
|
+
<function name="cairo_copy_path_flat ()" link="cairo-paths.html#cairo-copy-path-flat"/>
|
129
|
+
<function name="cairo_path_destroy ()" link="cairo-paths.html#cairo-path-destroy"/>
|
130
|
+
<function name="cairo_append_path ()" link="cairo-paths.html#cairo-append-path"/>
|
131
|
+
<function name="cairo_has_current_point ()" link="cairo-paths.html#cairo-has-current-point"/>
|
132
|
+
<function name="cairo_get_current_point ()" link="cairo-paths.html#cairo-get-current-point"/>
|
133
|
+
<function name="cairo_new_path ()" link="cairo-paths.html#cairo-new-path"/>
|
134
|
+
<function name="cairo_new_sub_path ()" link="cairo-paths.html#cairo-new-sub-path"/>
|
135
|
+
<function name="cairo_close_path ()" link="cairo-paths.html#cairo-close-path"/>
|
136
|
+
<function name="cairo_arc ()" link="cairo-paths.html#cairo-arc"/>
|
137
|
+
<function name="cairo_arc_negative ()" link="cairo-paths.html#cairo-arc-negative"/>
|
138
|
+
<function name="cairo_curve_to ()" link="cairo-paths.html#cairo-curve-to"/>
|
139
|
+
<function name="cairo_line_to ()" link="cairo-paths.html#cairo-line-to"/>
|
140
|
+
<function name="cairo_move_to ()" link="cairo-paths.html#cairo-move-to"/>
|
141
|
+
<function name="cairo_rectangle ()" link="cairo-paths.html#cairo-rectangle"/>
|
142
|
+
<function name="cairo_glyph_path ()" link="cairo-paths.html#cairo-glyph-path"/>
|
143
|
+
<function name="cairo_text_path ()" link="cairo-paths.html#cairo-text-path"/>
|
144
|
+
<function name="cairo_rel_curve_to ()" link="cairo-paths.html#cairo-rel-curve-to"/>
|
145
|
+
<function name="cairo_rel_line_to ()" link="cairo-paths.html#cairo-rel-line-to"/>
|
146
|
+
<function name="cairo_rel_move_to ()" link="cairo-paths.html#cairo-rel-move-to"/>
|
147
|
+
<function name="cairo_path_extents ()" link="cairo-paths.html#cairo-path-extents"/>
|
148
|
+
<function name="cairo_pattern_t" link="cairo-pattern.html#cairo-pattern-t"/>
|
149
|
+
<function name="cairo_pattern_add_color_stop_rgb ()" link="cairo-pattern.html#cairo-pattern-add-color-stop-rgb"/>
|
150
|
+
<function name="cairo_pattern_add_color_stop_rgba ()" link="cairo-pattern.html#cairo-pattern-add-color-stop-rgba"/>
|
151
|
+
<function name="cairo_pattern_get_color_stop_count ()" link="cairo-pattern.html#cairo-pattern-get-color-stop-count"/>
|
152
|
+
<function name="cairo_pattern_get_color_stop_rgba ()" link="cairo-pattern.html#cairo-pattern-get-color-stop-rgba"/>
|
153
|
+
<function name="cairo_pattern_create_rgb ()" link="cairo-pattern.html#cairo-pattern-create-rgb"/>
|
154
|
+
<function name="cairo_pattern_create_rgba ()" link="cairo-pattern.html#cairo-pattern-create-rgba"/>
|
155
|
+
<function name="cairo_pattern_get_rgba ()" link="cairo-pattern.html#cairo-pattern-get-rgba"/>
|
156
|
+
<function name="cairo_pattern_create_for_surface ()" link="cairo-pattern.html#cairo-pattern-create-for-surface"/>
|
157
|
+
<function name="cairo_pattern_get_surface ()" link="cairo-pattern.html#cairo-pattern-get-surface"/>
|
158
|
+
<function name="cairo_pattern_create_linear ()" link="cairo-pattern.html#cairo-pattern-create-linear"/>
|
159
|
+
<function name="cairo_pattern_get_linear_points ()" link="cairo-pattern.html#cairo-pattern-get-linear-points"/>
|
160
|
+
<function name="cairo_pattern_create_radial ()" link="cairo-pattern.html#cairo-pattern-create-radial"/>
|
161
|
+
<function name="cairo_pattern_get_radial_circles ()" link="cairo-pattern.html#cairo-pattern-get-radial-circles"/>
|
162
|
+
<function name="cairo_pattern_reference ()" link="cairo-pattern.html#cairo-pattern-reference"/>
|
163
|
+
<function name="cairo_pattern_destroy ()" link="cairo-pattern.html#cairo-pattern-destroy"/>
|
164
|
+
<function name="cairo_pattern_status ()" link="cairo-pattern.html#cairo-pattern-status"/>
|
165
|
+
<function name="enum cairo_extend_t" link="cairo-pattern.html#cairo-extend-t"/>
|
166
|
+
<function name="cairo_pattern_set_extend ()" link="cairo-pattern.html#cairo-pattern-set-extend"/>
|
167
|
+
<function name="cairo_pattern_get_extend ()" link="cairo-pattern.html#cairo-pattern-get-extend"/>
|
168
|
+
<function name="enum cairo_filter_t" link="cairo-pattern.html#cairo-filter-t"/>
|
169
|
+
<function name="cairo_pattern_set_filter ()" link="cairo-pattern.html#cairo-pattern-set-filter"/>
|
170
|
+
<function name="cairo_pattern_get_filter ()" link="cairo-pattern.html#cairo-pattern-get-filter"/>
|
171
|
+
<function name="cairo_pattern_set_matrix ()" link="cairo-pattern.html#cairo-pattern-set-matrix"/>
|
172
|
+
<function name="cairo_pattern_get_matrix ()" link="cairo-pattern.html#cairo-pattern-get-matrix"/>
|
173
|
+
<function name="enum cairo_pattern_type_t" link="cairo-pattern.html#cairo-pattern-type-t"/>
|
174
|
+
<function name="cairo_pattern_get_type ()" link="cairo-pattern.html#cairo-pattern-get-type"/>
|
175
|
+
<function name="cairo_pattern_get_reference_count ()" link="cairo-pattern.html#cairo-pattern-get-reference-count"/>
|
176
|
+
<function name="cairo_pattern_set_user_data ()" link="cairo-pattern.html#cairo-pattern-set-user-data"/>
|
177
|
+
<function name="cairo_pattern_get_user_data ()" link="cairo-pattern.html#cairo-pattern-get-user-data"/>
|
178
|
+
<function name="cairo_translate ()" link="cairo-transformations.html#cairo-translate"/>
|
179
|
+
<function name="cairo_scale ()" link="cairo-transformations.html#cairo-scale"/>
|
180
|
+
<function name="cairo_rotate ()" link="cairo-transformations.html#cairo-rotate"/>
|
181
|
+
<function name="cairo_transform ()" link="cairo-transformations.html#cairo-transform"/>
|
182
|
+
<function name="cairo_set_matrix ()" link="cairo-transformations.html#cairo-set-matrix"/>
|
183
|
+
<function name="cairo_get_matrix ()" link="cairo-transformations.html#cairo-get-matrix"/>
|
184
|
+
<function name="cairo_identity_matrix ()" link="cairo-transformations.html#cairo-identity-matrix"/>
|
185
|
+
<function name="cairo_user_to_device ()" link="cairo-transformations.html#cairo-user-to-device"/>
|
186
|
+
<function name="cairo_user_to_device_distance ()" link="cairo-transformations.html#cairo-user-to-device-distance"/>
|
187
|
+
<function name="cairo_device_to_user ()" link="cairo-transformations.html#cairo-device-to-user"/>
|
188
|
+
<function name="cairo_device_to_user_distance ()" link="cairo-transformations.html#cairo-device-to-user-distance"/>
|
189
|
+
<function name="cairo_glyph_t" link="cairo-text.html#cairo-glyph-t"/>
|
190
|
+
<function name="enum cairo_font_slant_t" link="cairo-text.html#cairo-font-slant-t"/>
|
191
|
+
<function name="enum cairo_font_weight_t" link="cairo-text.html#cairo-font-weight-t"/>
|
192
|
+
<function name="cairo_text_cluster_t" link="cairo-text.html#cairo-text-cluster-t"/>
|
193
|
+
<function name="enum cairo_text_cluster_flags_t" link="cairo-text.html#cairo-text-cluster-flags-t"/>
|
194
|
+
<function name="cairo_select_font_face ()" link="cairo-text.html#cairo-select-font-face"/>
|
195
|
+
<function name="cairo_set_font_size ()" link="cairo-text.html#cairo-set-font-size"/>
|
196
|
+
<function name="cairo_set_font_matrix ()" link="cairo-text.html#cairo-set-font-matrix"/>
|
197
|
+
<function name="cairo_get_font_matrix ()" link="cairo-text.html#cairo-get-font-matrix"/>
|
198
|
+
<function name="cairo_set_font_options ()" link="cairo-text.html#cairo-set-font-options"/>
|
199
|
+
<function name="cairo_get_font_options ()" link="cairo-text.html#cairo-get-font-options"/>
|
200
|
+
<function name="cairo_set_font_face ()" link="cairo-text.html#cairo-set-font-face"/>
|
201
|
+
<function name="cairo_get_font_face ()" link="cairo-text.html#cairo-get-font-face"/>
|
202
|
+
<function name="cairo_set_scaled_font ()" link="cairo-text.html#cairo-set-scaled-font"/>
|
203
|
+
<function name="cairo_get_scaled_font ()" link="cairo-text.html#cairo-get-scaled-font"/>
|
204
|
+
<function name="cairo_show_text ()" link="cairo-text.html#cairo-show-text"/>
|
205
|
+
<function name="cairo_show_glyphs ()" link="cairo-text.html#cairo-show-glyphs"/>
|
206
|
+
<function name="cairo_show_text_glyphs ()" link="cairo-text.html#cairo-show-text-glyphs"/>
|
207
|
+
<function name="cairo_font_extents ()" link="cairo-text.html#cairo-font-extents"/>
|
208
|
+
<function name="cairo_text_extents ()" link="cairo-text.html#cairo-text-extents"/>
|
209
|
+
<function name="cairo_glyph_extents ()" link="cairo-text.html#cairo-glyph-extents"/>
|
210
|
+
<function name="cairo_toy_font_face_create ()" link="cairo-text.html#cairo-toy-font-face-create"/>
|
211
|
+
<function name="cairo_toy_font_face_get_family ()" link="cairo-text.html#cairo-toy-font-face-get-family"/>
|
212
|
+
<function name="cairo_toy_font_face_get_slant ()" link="cairo-text.html#cairo-toy-font-face-get-slant"/>
|
213
|
+
<function name="cairo_toy_font_face_get_weight ()" link="cairo-text.html#cairo-toy-font-face-get-weight"/>
|
214
|
+
<function name="cairo_glyph_allocate ()" link="cairo-text.html#cairo-glyph-allocate"/>
|
215
|
+
<function name="cairo_glyph_free ()" link="cairo-text.html#cairo-glyph-free"/>
|
216
|
+
<function name="cairo_text_cluster_allocate ()" link="cairo-text.html#cairo-text-cluster-allocate"/>
|
217
|
+
<function name="cairo_text_cluster_free ()" link="cairo-text.html#cairo-text-cluster-free"/>
|
218
|
+
<function name="cairo_font_face_t" link="cairo-font-face.html#cairo-font-face-t"/>
|
219
|
+
<function name="cairo_font_face_reference ()" link="cairo-font-face.html#cairo-font-face-reference"/>
|
220
|
+
<function name="cairo_font_face_destroy ()" link="cairo-font-face.html#cairo-font-face-destroy"/>
|
221
|
+
<function name="cairo_font_face_status ()" link="cairo-font-face.html#cairo-font-face-status"/>
|
222
|
+
<function name="enum cairo_font_type_t" link="cairo-font-face.html#cairo-font-type-t"/>
|
223
|
+
<function name="cairo_font_face_get_type ()" link="cairo-font-face.html#cairo-font-face-get-type"/>
|
224
|
+
<function name="cairo_font_face_get_reference_count ()" link="cairo-font-face.html#cairo-font-face-get-reference-count"/>
|
225
|
+
<function name="cairo_font_face_set_user_data ()" link="cairo-font-face.html#cairo-font-face-set-user-data"/>
|
226
|
+
<function name="cairo_font_face_get_user_data ()" link="cairo-font-face.html#cairo-font-face-get-user-data"/>
|
227
|
+
<function name="cairo_scaled_font_t" link="cairo-scaled-font.html#cairo-scaled-font-t"/>
|
228
|
+
<function name="cairo_scaled_font_create ()" link="cairo-scaled-font.html#cairo-scaled-font-create"/>
|
229
|
+
<function name="cairo_scaled_font_reference ()" link="cairo-scaled-font.html#cairo-scaled-font-reference"/>
|
230
|
+
<function name="cairo_scaled_font_destroy ()" link="cairo-scaled-font.html#cairo-scaled-font-destroy"/>
|
231
|
+
<function name="cairo_scaled_font_status ()" link="cairo-scaled-font.html#cairo-scaled-font-status"/>
|
232
|
+
<function name="cairo_font_extents_t" link="cairo-scaled-font.html#cairo-font-extents-t"/>
|
233
|
+
<function name="cairo_scaled_font_extents ()" link="cairo-scaled-font.html#cairo-scaled-font-extents"/>
|
234
|
+
<function name="cairo_text_extents_t" link="cairo-scaled-font.html#cairo-text-extents-t"/>
|
235
|
+
<function name="cairo_scaled_font_text_extents ()" link="cairo-scaled-font.html#cairo-scaled-font-text-extents"/>
|
236
|
+
<function name="cairo_scaled_font_glyph_extents ()" link="cairo-scaled-font.html#cairo-scaled-font-glyph-extents"/>
|
237
|
+
<function name="cairo_scaled_font_text_to_glyphs ()" link="cairo-scaled-font.html#cairo-scaled-font-text-to-glyphs"/>
|
238
|
+
<function name="cairo_scaled_font_get_font_face ()" link="cairo-scaled-font.html#cairo-scaled-font-get-font-face"/>
|
239
|
+
<function name="cairo_scaled_font_get_font_options ()" link="cairo-scaled-font.html#cairo-scaled-font-get-font-options"/>
|
240
|
+
<function name="cairo_scaled_font_get_font_matrix ()" link="cairo-scaled-font.html#cairo-scaled-font-get-font-matrix"/>
|
241
|
+
<function name="cairo_scaled_font_get_ctm ()" link="cairo-scaled-font.html#cairo-scaled-font-get-ctm"/>
|
242
|
+
<function name="cairo_scaled_font_get_scale_matrix ()" link="cairo-scaled-font.html#cairo-scaled-font-get-scale-matrix"/>
|
243
|
+
<function name="cairo_scaled_font_get_type ()" link="cairo-scaled-font.html#cairo-scaled-font-get-type"/>
|
244
|
+
<function name="cairo_scaled_font_get_reference_count ()" link="cairo-scaled-font.html#cairo-scaled-font-get-reference-count"/>
|
245
|
+
<function name="cairo_scaled_font_set_user_data ()" link="cairo-scaled-font.html#cairo-scaled-font-set-user-data"/>
|
246
|
+
<function name="cairo_scaled_font_get_user_data ()" link="cairo-scaled-font.html#cairo-scaled-font-get-user-data"/>
|
247
|
+
<function name="cairo_font_options_t" link="cairo-font-options.html#cairo-font-options-t"/>
|
248
|
+
<function name="cairo_font_options_create ()" link="cairo-font-options.html#cairo-font-options-create"/>
|
249
|
+
<function name="cairo_font_options_copy ()" link="cairo-font-options.html#cairo-font-options-copy"/>
|
250
|
+
<function name="cairo_font_options_destroy ()" link="cairo-font-options.html#cairo-font-options-destroy"/>
|
251
|
+
<function name="cairo_font_options_status ()" link="cairo-font-options.html#cairo-font-options-status"/>
|
252
|
+
<function name="cairo_font_options_merge ()" link="cairo-font-options.html#cairo-font-options-merge"/>
|
253
|
+
<function name="cairo_font_options_hash ()" link="cairo-font-options.html#cairo-font-options-hash"/>
|
254
|
+
<function name="cairo_font_options_equal ()" link="cairo-font-options.html#cairo-font-options-equal"/>
|
255
|
+
<function name="cairo_font_options_set_antialias ()" link="cairo-font-options.html#cairo-font-options-set-antialias"/>
|
256
|
+
<function name="cairo_font_options_get_antialias ()" link="cairo-font-options.html#cairo-font-options-get-antialias"/>
|
257
|
+
<function name="enum cairo_subpixel_order_t" link="cairo-font-options.html#cairo-subpixel-order-t"/>
|
258
|
+
<function name="cairo_font_options_set_subpixel_order ()" link="cairo-font-options.html#cairo-font-options-set-subpixel-order"/>
|
259
|
+
<function name="cairo_font_options_get_subpixel_order ()" link="cairo-font-options.html#cairo-font-options-get-subpixel-order"/>
|
260
|
+
<function name="enum cairo_hint_style_t" link="cairo-font-options.html#cairo-hint-style-t"/>
|
261
|
+
<function name="cairo_font_options_set_hint_style ()" link="cairo-font-options.html#cairo-font-options-set-hint-style"/>
|
262
|
+
<function name="cairo_font_options_get_hint_style ()" link="cairo-font-options.html#cairo-font-options-get-hint-style"/>
|
263
|
+
<function name="enum cairo_hint_metrics_t" link="cairo-font-options.html#cairo-hint-metrics-t"/>
|
264
|
+
<function name="cairo_font_options_set_hint_metrics ()" link="cairo-font-options.html#cairo-font-options-set-hint-metrics"/>
|
265
|
+
<function name="cairo_font_options_get_hint_metrics ()" link="cairo-font-options.html#cairo-font-options-get-hint-metrics"/>
|
266
|
+
<function name="CAIRO_HAS_FT_FONT" link="cairo-ft-font.html#CAIRO-HAS-FT-FONT:CAPS"/>
|
267
|
+
<function name="cairo_ft_font_face_create_for_ft_face ()" link="cairo-ft-font.html#cairo-ft-font-face-create-for-ft-face"/>
|
268
|
+
<function name="cairo_ft_font_face_create_for_pattern ()" link="cairo-ft-font.html#cairo-ft-font-face-create-for-pattern"/>
|
269
|
+
<function name="cairo_ft_font_options_substitute ()" link="cairo-ft-font.html#cairo-ft-font-options-substitute"/>
|
270
|
+
<function name="cairo_ft_scaled_font_lock_face ()" link="cairo-ft-font.html#cairo-ft-scaled-font-lock-face"/>
|
271
|
+
<function name="cairo_ft_scaled_font_unlock_face ()" link="cairo-ft-font.html#cairo-ft-scaled-font-unlock-face"/>
|
272
|
+
<function name="CAIRO_HAS_WIN32_FONT" link="cairo-win32-font.html#CAIRO-HAS-WIN32-FONT:CAPS"/>
|
273
|
+
<function name="cairo_win32_font_face_create_for_logfontw ()" link="cairo-win32-font.html#cairo-win32-font-face-create-for-logfontw"/>
|
274
|
+
<function name="cairo_win32_font_face_create_for_hfont ()" link="cairo-win32-font.html#cairo-win32-font-face-create-for-hfont"/>
|
275
|
+
<function name="cairo_win32_font_face_create_for_logfontw_hfont ()" link="cairo-win32-font.html#cairo-win32-font-face-create-for-logfontw-hfont"/>
|
276
|
+
<function name="cairo_win32_scaled_font_select_font ()" link="cairo-win32-font.html#cairo-win32-scaled-font-select-font"/>
|
277
|
+
<function name="cairo_win32_scaled_font_done_font ()" link="cairo-win32-font.html#cairo-win32-scaled-font-done-font"/>
|
278
|
+
<function name="cairo_win32_scaled_font_get_metrics_factor ()" link="cairo-win32-font.html#cairo-win32-scaled-font-get-metrics-factor"/>
|
279
|
+
<function name="cairo_win32_scaled_font_get_logical_to_device ()" link="cairo-win32-font.html#cairo-win32-scaled-font-get-logical-to-device"/>
|
280
|
+
<function name="cairo_win32_scaled_font_get_device_to_logical ()" link="cairo-win32-font.html#cairo-win32-scaled-font-get-device-to-logical"/>
|
281
|
+
<function name="CAIRO_HAS_QUARTZ_FONT" link="cairo-quartz-font.html#CAIRO-HAS-QUARTZ-FONT:CAPS"/>
|
282
|
+
<function name="cairo_quartz_font_face_create_for_cgfont ()" link="cairo-quartz-font.html#cairo-quartz-font-face-create-for-cgfont"/>
|
283
|
+
<function name="cairo_quartz_font_face_create_for_atsu_font_id ()" link="cairo-quartz-font.html#cairo-quartz-font-face-create-for-atsu-font-id"/>
|
284
|
+
<function name="CAIRO_HAS_USER_FONT" link="cairo-user-font.html#CAIRO-HAS-USER-FONT:CAPS"/>
|
285
|
+
<function name="cairo_user_scaled_font_init_func_t ()" link="cairo-user-font.html#cairo-user-scaled-font-init-func-t"/>
|
286
|
+
<function name="cairo_user_scaled_font_render_glyph_func_t ()" link="cairo-user-font.html#cairo-user-scaled-font-render-glyph-func-t"/>
|
287
|
+
<function name="cairo_user_scaled_font_text_to_glyphs_func_t ()" link="cairo-user-font.html#cairo-user-scaled-font-text-to-glyphs-func-t"/>
|
288
|
+
<function name="cairo_user_scaled_font_unicode_to_glyph_func_t ()" link="cairo-user-font.html#cairo-user-scaled-font-unicode-to-glyph-func-t"/>
|
289
|
+
<function name="cairo_user_font_face_create ()" link="cairo-user-font.html#cairo-user-font-face-create"/>
|
290
|
+
<function name="cairo_user_font_face_set_init_func ()" link="cairo-user-font.html#cairo-user-font-face-set-init-func"/>
|
291
|
+
<function name="cairo_user_font_face_get_init_func ()" link="cairo-user-font.html#cairo-user-font-face-get-init-func"/>
|
292
|
+
<function name="cairo_user_font_face_set_render_glyph_func ()" link="cairo-user-font.html#cairo-user-font-face-set-render-glyph-func"/>
|
293
|
+
<function name="cairo_user_font_face_get_render_glyph_func ()" link="cairo-user-font.html#cairo-user-font-face-get-render-glyph-func"/>
|
294
|
+
<function name="cairo_user_font_face_set_unicode_to_glyph_func ()" link="cairo-user-font.html#cairo-user-font-face-set-unicode-to-glyph-func"/>
|
295
|
+
<function name="cairo_user_font_face_get_unicode_to_glyph_func ()" link="cairo-user-font.html#cairo-user-font-face-get-unicode-to-glyph-func"/>
|
296
|
+
<function name="cairo_user_font_face_set_text_to_glyphs_func ()" link="cairo-user-font.html#cairo-user-font-face-set-text-to-glyphs-func"/>
|
297
|
+
<function name="cairo_user_font_face_get_text_to_glyphs_func ()" link="cairo-user-font.html#cairo-user-font-face-get-text-to-glyphs-func"/>
|
298
|
+
<function name="cairo_surface_t" link="cairo-surface.html#cairo-surface-t"/>
|
299
|
+
<function name="enum cairo_content_t" link="cairo-surface.html#cairo-content-t"/>
|
300
|
+
<function name="cairo_surface_create_similar ()" link="cairo-surface.html#cairo-surface-create-similar"/>
|
301
|
+
<function name="cairo_surface_reference ()" link="cairo-surface.html#cairo-surface-reference"/>
|
302
|
+
<function name="cairo_surface_destroy ()" link="cairo-surface.html#cairo-surface-destroy"/>
|
303
|
+
<function name="cairo_surface_status ()" link="cairo-surface.html#cairo-surface-status"/>
|
304
|
+
<function name="cairo_surface_finish ()" link="cairo-surface.html#cairo-surface-finish"/>
|
305
|
+
<function name="cairo_surface_flush ()" link="cairo-surface.html#cairo-surface-flush"/>
|
306
|
+
<function name="cairo_surface_get_font_options ()" link="cairo-surface.html#cairo-surface-get-font-options"/>
|
307
|
+
<function name="cairo_surface_get_content ()" link="cairo-surface.html#cairo-surface-get-content"/>
|
308
|
+
<function name="cairo_surface_mark_dirty ()" link="cairo-surface.html#cairo-surface-mark-dirty"/>
|
309
|
+
<function name="cairo_surface_mark_dirty_rectangle ()" link="cairo-surface.html#cairo-surface-mark-dirty-rectangle"/>
|
310
|
+
<function name="cairo_surface_set_device_offset ()" link="cairo-surface.html#cairo-surface-set-device-offset"/>
|
311
|
+
<function name="cairo_surface_get_device_offset ()" link="cairo-surface.html#cairo-surface-get-device-offset"/>
|
312
|
+
<function name="cairo_surface_set_fallback_resolution ()" link="cairo-surface.html#cairo-surface-set-fallback-resolution"/>
|
313
|
+
<function name="cairo_surface_get_fallback_resolution ()" link="cairo-surface.html#cairo-surface-get-fallback-resolution"/>
|
314
|
+
<function name="enum cairo_surface_type_t" link="cairo-surface.html#cairo-surface-type-t"/>
|
315
|
+
<function name="cairo_surface_get_type ()" link="cairo-surface.html#cairo-surface-get-type"/>
|
316
|
+
<function name="cairo_surface_get_reference_count ()" link="cairo-surface.html#cairo-surface-get-reference-count"/>
|
317
|
+
<function name="cairo_surface_set_user_data ()" link="cairo-surface.html#cairo-surface-set-user-data"/>
|
318
|
+
<function name="cairo_surface_get_user_data ()" link="cairo-surface.html#cairo-surface-get-user-data"/>
|
319
|
+
<function name="cairo_surface_copy_page ()" link="cairo-surface.html#cairo-surface-copy-page"/>
|
320
|
+
<function name="cairo_surface_show_page ()" link="cairo-surface.html#cairo-surface-show-page"/>
|
321
|
+
<function name="cairo_surface_has_show_text_glyphs ()" link="cairo-surface.html#cairo-surface-has-show-text-glyphs"/>
|
322
|
+
<function name="CAIRO_HAS_IMAGE_SURFACE" link="cairo-image-surface.html#CAIRO-HAS-IMAGE-SURFACE:CAPS"/>
|
323
|
+
<function name="enum cairo_format_t" link="cairo-image-surface.html#cairo-format-t"/>
|
324
|
+
<function name="cairo_format_stride_for_width ()" link="cairo-image-surface.html#cairo-format-stride-for-width"/>
|
325
|
+
<function name="cairo_image_surface_create ()" link="cairo-image-surface.html#cairo-image-surface-create"/>
|
326
|
+
<function name="cairo_image_surface_create_for_data ()" link="cairo-image-surface.html#cairo-image-surface-create-for-data"/>
|
327
|
+
<function name="cairo_image_surface_get_data ()" link="cairo-image-surface.html#cairo-image-surface-get-data"/>
|
328
|
+
<function name="cairo_image_surface_get_format ()" link="cairo-image-surface.html#cairo-image-surface-get-format"/>
|
329
|
+
<function name="cairo_image_surface_get_width ()" link="cairo-image-surface.html#cairo-image-surface-get-width"/>
|
330
|
+
<function name="cairo_image_surface_get_height ()" link="cairo-image-surface.html#cairo-image-surface-get-height"/>
|
331
|
+
<function name="cairo_image_surface_get_stride ()" link="cairo-image-surface.html#cairo-image-surface-get-stride"/>
|
332
|
+
<function name="CAIRO_HAS_PDF_SURFACE" link="cairo-pdf-surface.html#CAIRO-HAS-PDF-SURFACE:CAPS"/>
|
333
|
+
<function name="cairo_pdf_surface_create ()" link="cairo-pdf-surface.html#cairo-pdf-surface-create"/>
|
334
|
+
<function name="cairo_pdf_surface_create_for_stream ()" link="cairo-pdf-surface.html#cairo-pdf-surface-create-for-stream"/>
|
335
|
+
<function name="cairo_pdf_surface_set_size ()" link="cairo-pdf-surface.html#cairo-pdf-surface-set-size"/>
|
336
|
+
<function name="CAIRO_HAS_PNG_FUNCTIONS" link="cairo-png-functions.html#CAIRO-HAS-PNG-FUNCTIONS:CAPS"/>
|
337
|
+
<function name="cairo_image_surface_create_from_png ()" link="cairo-png-functions.html#cairo-image-surface-create-from-png"/>
|
338
|
+
<function name="cairo_read_func_t ()" link="cairo-png-functions.html#cairo-read-func-t"/>
|
339
|
+
<function name="cairo_image_surface_create_from_png_stream ()" link="cairo-png-functions.html#cairo-image-surface-create-from-png-stream"/>
|
340
|
+
<function name="cairo_surface_write_to_png ()" link="cairo-png-functions.html#cairo-surface-write-to-png"/>
|
341
|
+
<function name="cairo_write_func_t ()" link="cairo-png-functions.html#cairo-write-func-t"/>
|
342
|
+
<function name="cairo_surface_write_to_png_stream ()" link="cairo-png-functions.html#cairo-surface-write-to-png-stream"/>
|
343
|
+
<function name="CAIRO_HAS_PS_SURFACE" link="cairo-ps-surface.html#CAIRO-HAS-PS-SURFACE:CAPS"/>
|
344
|
+
<function name="cairo_ps_surface_create ()" link="cairo-ps-surface.html#cairo-ps-surface-create"/>
|
345
|
+
<function name="cairo_ps_surface_create_for_stream ()" link="cairo-ps-surface.html#cairo-ps-surface-create-for-stream"/>
|
346
|
+
<function name="cairo_ps_surface_restrict_to_level ()" link="cairo-ps-surface.html#cairo-ps-surface-restrict-to-level"/>
|
347
|
+
<function name="enum cairo_ps_level_t" link="cairo-ps-surface.html#cairo-ps-level-t"/>
|
348
|
+
<function name="cairo_ps_get_levels ()" link="cairo-ps-surface.html#cairo-ps-get-levels"/>
|
349
|
+
<function name="cairo_ps_level_to_string ()" link="cairo-ps-surface.html#cairo-ps-level-to-string"/>
|
350
|
+
<function name="cairo_ps_surface_set_eps ()" link="cairo-ps-surface.html#cairo-ps-surface-set-eps"/>
|
351
|
+
<function name="cairo_ps_surface_get_eps ()" link="cairo-ps-surface.html#cairo-ps-surface-get-eps"/>
|
352
|
+
<function name="cairo_ps_surface_set_size ()" link="cairo-ps-surface.html#cairo-ps-surface-set-size"/>
|
353
|
+
<function name="cairo_ps_surface_dsc_begin_setup ()" link="cairo-ps-surface.html#cairo-ps-surface-dsc-begin-setup"/>
|
354
|
+
<function name="cairo_ps_surface_dsc_begin_page_setup ()" link="cairo-ps-surface.html#cairo-ps-surface-dsc-begin-page-setup"/>
|
355
|
+
<function name="cairo_ps_surface_dsc_comment ()" link="cairo-ps-surface.html#cairo-ps-surface-dsc-comment"/>
|
356
|
+
<function name="CAIRO_HAS_WIN32_SURFACE" link="cairo-win32-surface.html#CAIRO-HAS-WIN32-SURFACE:CAPS"/>
|
357
|
+
<function name="cairo_win32_surface_create ()" link="cairo-win32-surface.html#cairo-win32-surface-create"/>
|
358
|
+
<function name="cairo_win32_surface_create_with_dib ()" link="cairo-win32-surface.html#cairo-win32-surface-create-with-dib"/>
|
359
|
+
<function name="cairo_win32_surface_create_with_ddb ()" link="cairo-win32-surface.html#cairo-win32-surface-create-with-ddb"/>
|
360
|
+
<function name="cairo_win32_printing_surface_create ()" link="cairo-win32-surface.html#cairo-win32-printing-surface-create"/>
|
361
|
+
<function name="cairo_win32_surface_get_dc ()" link="cairo-win32-surface.html#cairo-win32-surface-get-dc"/>
|
362
|
+
<function name="cairo_win32_surface_get_image ()" link="cairo-win32-surface.html#cairo-win32-surface-get-image"/>
|
363
|
+
<function name="CAIRO_HAS_SVG_SURFACE" link="cairo-svg-surface.html#CAIRO-HAS-SVG-SURFACE:CAPS"/>
|
364
|
+
<function name="cairo_svg_surface_create ()" link="cairo-svg-surface.html#cairo-svg-surface-create"/>
|
365
|
+
<function name="cairo_svg_surface_create_for_stream ()" link="cairo-svg-surface.html#cairo-svg-surface-create-for-stream"/>
|
366
|
+
<function name="cairo_svg_surface_restrict_to_version ()" link="cairo-svg-surface.html#cairo-svg-surface-restrict-to-version"/>
|
367
|
+
<function name="enum cairo_svg_version_t" link="cairo-svg-surface.html#cairo-svg-version-t"/>
|
368
|
+
<function name="cairo_svg_get_versions ()" link="cairo-svg-surface.html#cairo-svg-get-versions"/>
|
369
|
+
<function name="cairo_svg_version_to_string ()" link="cairo-svg-surface.html#cairo-svg-version-to-string"/>
|
370
|
+
<function name="CAIRO_HAS_QUARTZ_SURFACE" link="cairo-quartz-surface.html#CAIRO-HAS-QUARTZ-SURFACE:CAPS"/>
|
371
|
+
<function name="cairo_quartz_surface_create ()" link="cairo-quartz-surface.html#cairo-quartz-surface-create"/>
|
372
|
+
<function name="cairo_quartz_surface_create_for_cg_context ()" link="cairo-quartz-surface.html#cairo-quartz-surface-create-for-cg-context"/>
|
373
|
+
<function name="cairo_quartz_surface_get_cg_context ()" link="cairo-quartz-surface.html#cairo-quartz-surface-get-cg-context"/>
|
374
|
+
<function name="CAIRO_HAS_XLIB_SURFACE" link="cairo-xlib-surface.html#CAIRO-HAS-XLIB-SURFACE:CAPS"/>
|
375
|
+
<function name="cairo_xlib_surface_create ()" link="cairo-xlib-surface.html#cairo-xlib-surface-create"/>
|
376
|
+
<function name="cairo_xlib_surface_create_for_bitmap ()" link="cairo-xlib-surface.html#cairo-xlib-surface-create-for-bitmap"/>
|
377
|
+
<function name="cairo_xlib_surface_set_size ()" link="cairo-xlib-surface.html#cairo-xlib-surface-set-size"/>
|
378
|
+
<function name="cairo_xlib_surface_get_display ()" link="cairo-xlib-surface.html#cairo-xlib-surface-get-display"/>
|
379
|
+
<function name="cairo_xlib_surface_get_screen ()" link="cairo-xlib-surface.html#cairo-xlib-surface-get-screen"/>
|
380
|
+
<function name="cairo_xlib_surface_set_drawable ()" link="cairo-xlib-surface.html#cairo-xlib-surface-set-drawable"/>
|
381
|
+
<function name="cairo_xlib_surface_get_drawable ()" link="cairo-xlib-surface.html#cairo-xlib-surface-get-drawable"/>
|
382
|
+
<function name="cairo_xlib_surface_get_visual ()" link="cairo-xlib-surface.html#cairo-xlib-surface-get-visual"/>
|
383
|
+
<function name="cairo_xlib_surface_get_width ()" link="cairo-xlib-surface.html#cairo-xlib-surface-get-width"/>
|
384
|
+
<function name="cairo_xlib_surface_get_height ()" link="cairo-xlib-surface.html#cairo-xlib-surface-get-height"/>
|
385
|
+
<function name="cairo_xlib_surface_get_depth ()" link="cairo-xlib-surface.html#cairo-xlib-surface-get-depth"/>
|
386
|
+
<function name="cairo_matrix_t" link="cairo-matrix.html#cairo-matrix-t"/>
|
387
|
+
<function name="cairo_matrix_init ()" link="cairo-matrix.html#cairo-matrix-init"/>
|
388
|
+
<function name="cairo_matrix_init_identity ()" link="cairo-matrix.html#cairo-matrix-init-identity"/>
|
389
|
+
<function name="cairo_matrix_init_translate ()" link="cairo-matrix.html#cairo-matrix-init-translate"/>
|
390
|
+
<function name="cairo_matrix_init_scale ()" link="cairo-matrix.html#cairo-matrix-init-scale"/>
|
391
|
+
<function name="cairo_matrix_init_rotate ()" link="cairo-matrix.html#cairo-matrix-init-rotate"/>
|
392
|
+
<function name="cairo_matrix_translate ()" link="cairo-matrix.html#cairo-matrix-translate"/>
|
393
|
+
<function name="cairo_matrix_scale ()" link="cairo-matrix.html#cairo-matrix-scale"/>
|
394
|
+
<function name="cairo_matrix_rotate ()" link="cairo-matrix.html#cairo-matrix-rotate"/>
|
395
|
+
<function name="cairo_matrix_invert ()" link="cairo-matrix.html#cairo-matrix-invert"/>
|
396
|
+
<function name="cairo_matrix_multiply ()" link="cairo-matrix.html#cairo-matrix-multiply"/>
|
397
|
+
<function name="cairo_matrix_transform_distance ()" link="cairo-matrix.html#cairo-matrix-transform-distance"/>
|
398
|
+
<function name="cairo_matrix_transform_point ()" link="cairo-matrix.html#cairo-matrix-transform-point"/>
|
399
|
+
<function name="enum cairo_status_t" link="cairo-error-status.html#cairo-status-t"/>
|
400
|
+
<function name="cairo_status_to_string ()" link="cairo-error-status.html#cairo-status-to-string"/>
|
401
|
+
<function name="cairo_debug_reset_static_data ()" link="cairo-error-status.html#cairo-debug-reset-static-data"/>
|
402
|
+
<function name="Compatibility" link="cairo-version-info.html#id2657112"/>
|
403
|
+
<function name="Examining the version" link="cairo-version-info.html#id2657151"/>
|
404
|
+
<function name="CAIRO_VERSION" link="cairo-version-info.html#CAIRO-VERSION:CAPS"/>
|
405
|
+
<function name="CAIRO_VERSION_MAJOR" link="cairo-version-info.html#CAIRO-VERSION-MAJOR:CAPS"/>
|
406
|
+
<function name="CAIRO_VERSION_MINOR" link="cairo-version-info.html#CAIRO-VERSION-MINOR:CAPS"/>
|
407
|
+
<function name="CAIRO_VERSION_MICRO" link="cairo-version-info.html#CAIRO-VERSION-MICRO:CAPS"/>
|
408
|
+
<function name="CAIRO_VERSION_STRING" link="cairo-version-info.html#CAIRO-VERSION-STRING:CAPS"/>
|
409
|
+
<function name="CAIRO_VERSION_ENCODE()" link="cairo-version-info.html#CAIRO-VERSION-ENCODE:CAPS"/>
|
410
|
+
<function name="CAIRO_VERSION_STRINGIZE()" link="cairo-version-info.html#CAIRO-VERSION-STRINGIZE:CAPS"/>
|
411
|
+
<function name="cairo_version ()" link="cairo-version-info.html#cairo-version"/>
|
412
|
+
<function name="cairo_version_string ()" link="cairo-version-info.html#cairo-version-string"/>
|
413
|
+
<function name="cairo_bool_t" link="cairo-types.html#cairo-bool-t"/>
|
414
|
+
<function name="cairo_user_data_key_t" link="cairo-types.html#cairo-user-data-key-t"/>
|
415
|
+
<function name="cairo_destroy_func_t ()" link="cairo-types.html#cairo-destroy-func-t"/>
|
431
416
|
</functions>
|
432
417
|
</book>
|