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.

Files changed (167) hide show
  1. data/ChangeLog +32 -0
  2. data/NEWS +9 -1
  3. data/README +1 -0
  4. data/Rakefile +2 -2
  5. data/cairo/DLL_FAQ.txt +397 -0
  6. data/cairo/README.txt +53 -0
  7. data/cairo/USAGE.txt +94 -0
  8. data/cairo/bin/libcairo-2.dll +0 -0
  9. data/cairo/bin/libpng12-0.dll +0 -0
  10. data/cairo/bin/zlib1.dll +0 -0
  11. data/cairo/include/cairo/cairo-deprecated.h +0 -4
  12. data/cairo/include/cairo/cairo-features.h +7 -22
  13. data/cairo/include/cairo/cairo-pdf.h +1 -1
  14. data/cairo/include/cairo/cairo-ps.h +1 -1
  15. data/cairo/include/cairo/cairo-svg.h +1 -1
  16. data/cairo/include/cairo/cairo-version.h +8 -0
  17. data/cairo/include/cairo/cairo-win32.h +9 -1
  18. data/cairo/include/cairo/cairo.h +420 -32
  19. data/cairo/include/libpng12/png.h +3592 -0
  20. data/cairo/include/libpng12/pngconf.h +1481 -0
  21. data/cairo/include/png.h +36 -13
  22. data/cairo/include/pngconf.h +3 -3
  23. data/cairo/include/zconf.h +332 -0
  24. data/cairo/include/zlib.h +1357 -0
  25. data/cairo/lib/cairo.def +22 -0
  26. data/cairo/lib/cairo.lib +0 -0
  27. data/cairo/lib/libcairo.dll.a +0 -0
  28. data/cairo/lib/libpng.def +1 -0
  29. data/cairo/lib/libpng.lib +0 -0
  30. data/cairo/lib/libpng12.dll.a +0 -0
  31. data/cairo/lib/pkgconfig/cairo-pdf.pc +5 -5
  32. data/cairo/lib/pkgconfig/cairo-png.pc +5 -5
  33. data/cairo/lib/pkgconfig/cairo-ps.pc +5 -5
  34. data/cairo/lib/pkgconfig/cairo-svg.pc +4 -4
  35. data/cairo/lib/pkgconfig/cairo-win32-font.pc +4 -4
  36. data/cairo/lib/pkgconfig/cairo-win32.pc +4 -4
  37. data/cairo/lib/pkgconfig/cairo.pc +4 -4
  38. data/cairo/lib/pkgconfig/libpng.pc +3 -2
  39. data/cairo/lib/pkgconfig/libpng12.pc +3 -2
  40. data/cairo/lib/zdll.exp +0 -0
  41. data/cairo/lib/zdll.lib +0 -0
  42. data/cairo/lib/zlib.def +60 -0
  43. data/cairo/manifest/cairo-dev_1.8.0-1_win32.mft +76 -0
  44. data/cairo/manifest/cairo_1.8.0-1_win32.mft +5 -0
  45. data/cairo/manifest/{libpng-dev-1.2.29.mft → libpng-dev_1.2.32-1_win32.mft} +5 -2
  46. data/cairo/manifest/libpng_1.2.32-1_win32.mft +2 -0
  47. data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING +0 -0
  48. data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING-LGPL-2.1 +0 -0
  49. data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING-MPL-1.1 +0 -0
  50. data/cairo/share/gtk-doc/html/cairo/bindings-errors.html +15 -11
  51. data/cairo/share/gtk-doc/html/cairo/bindings-fonts.html +15 -11
  52. data/cairo/share/gtk-doc/html/cairo/bindings-memory.html +20 -16
  53. data/cairo/share/gtk-doc/html/cairo/bindings-overloading.html +16 -12
  54. data/cairo/share/gtk-doc/html/cairo/bindings-path.html +17 -13
  55. data/cairo/share/gtk-doc/html/cairo/bindings-patterns.html +25 -21
  56. data/cairo/share/gtk-doc/html/cairo/bindings-return-values.html +17 -13
  57. data/cairo/share/gtk-doc/html/cairo/bindings-streams.html +14 -10
  58. data/cairo/share/gtk-doc/html/cairo/bindings-surfaces.html +19 -15
  59. data/cairo/share/gtk-doc/html/cairo/cairo-context.html +2721 -0
  60. data/cairo/share/gtk-doc/html/cairo/cairo-drawing.html +57 -0
  61. data/cairo/share/gtk-doc/html/cairo/cairo-error-status.html +361 -0
  62. data/cairo/share/gtk-doc/html/cairo/cairo-font-face.html +418 -0
  63. data/cairo/share/gtk-doc/html/cairo/cairo-font-options.html +695 -0
  64. data/cairo/share/gtk-doc/html/cairo/cairo-fonts.html +63 -0
  65. data/cairo/share/gtk-doc/html/cairo/cairo-ft-font.html +318 -0
  66. data/cairo/share/gtk-doc/html/cairo/cairo-image-surface.html +486 -0
  67. data/cairo/share/gtk-doc/html/cairo/{cairo-cairo-matrix-t.html → cairo-matrix.html} +137 -156
  68. data/cairo/share/gtk-doc/html/cairo/{cairo-Paths.html → cairo-paths.html} +275 -306
  69. data/cairo/share/gtk-doc/html/cairo/cairo-pattern.html +1524 -0
  70. data/cairo/share/gtk-doc/html/cairo/{cairo-PDF-Surfaces.html → cairo-pdf-surface.html} +60 -70
  71. data/cairo/share/gtk-doc/html/cairo/cairo-png-functions.html +332 -0
  72. data/cairo/share/gtk-doc/html/cairo/{cairo-PostScript-Surfaces.html → cairo-ps-surface.html} +131 -150
  73. data/cairo/share/gtk-doc/html/cairo/cairo-quartz-font.html +153 -0
  74. data/cairo/share/gtk-doc/html/cairo/{cairo-Quartz-Surfaces.html → cairo-quartz-surface.html} +53 -62
  75. data/cairo/share/gtk-doc/html/cairo/cairo-scaled-font.html +1051 -0
  76. data/cairo/share/gtk-doc/html/cairo/cairo-support.html +54 -0
  77. data/cairo/share/gtk-doc/html/cairo/cairo-surface.html +1064 -0
  78. data/cairo/share/gtk-doc/html/cairo/cairo-surfaces.html +69 -0
  79. data/cairo/share/gtk-doc/html/cairo/cairo-svg-surface.html +324 -0
  80. data/cairo/share/gtk-doc/html/cairo/cairo-text.html +1264 -0
  81. data/cairo/share/gtk-doc/html/cairo/{cairo-Transformations.html → cairo-transformations.html} +98 -115
  82. data/cairo/share/gtk-doc/html/cairo/cairo-types.html +134 -0
  83. data/cairo/share/gtk-doc/html/cairo/cairo-user-font.html +769 -0
  84. data/cairo/share/gtk-doc/html/cairo/cairo-version-info.html +355 -0
  85. data/cairo/share/gtk-doc/html/cairo/cairo-win32-font.html +366 -0
  86. data/cairo/share/gtk-doc/html/cairo/cairo-win32-surface.html +321 -0
  87. data/cairo/share/gtk-doc/html/cairo/{cairo-XLib-Surfaces.html → cairo-xlib-surface.html} +104 -121
  88. data/cairo/share/gtk-doc/html/cairo/cairo.devhelp +390 -405
  89. data/cairo/share/gtk-doc/html/cairo/cairo.devhelp2 +390 -405
  90. data/cairo/share/gtk-doc/html/cairo/index-1.2.html +63 -59
  91. data/cairo/share/gtk-doc/html/cairo/index-1.4.html +45 -41
  92. data/cairo/share/gtk-doc/html/cairo/index-1.6.html +29 -23
  93. data/cairo/share/gtk-doc/html/cairo/index-1.8.html +107 -0
  94. data/cairo/share/gtk-doc/html/cairo/index-all.html +759 -0
  95. data/cairo/share/gtk-doc/html/cairo/index.html +51 -41
  96. data/cairo/share/gtk-doc/html/cairo/index.sgml +478 -466
  97. data/cairo/share/gtk-doc/html/cairo/language-bindings.html +22 -18
  98. data/cairo/share/gtk-doc/html/cairo/style.css +14 -2
  99. data/cairo/share/man/man3/libpng.3 +443 -17
  100. data/cairo/share/man/man3/libpngpf.3 +618 -102
  101. data/cairo/share/man/man5/png.5 +1 -1
  102. data/cairo/src/tml/make/cairo_1.8.0-1_win32.log +1021 -0
  103. data/cairo/src/tml/make/cairo_1.8.0-1_win32.sh +68 -0
  104. data/cairo/src/tml/make/libpng_1.2.32-1_win32.log +269 -0
  105. data/cairo/src/tml/make/libpng_1.2.32-1_win32.sh +63 -0
  106. data/cairo/test/example_d.exe +0 -0
  107. data/cairo/test/minigzip_d.exe +0 -0
  108. data/cairo/test/testzlib_d.exe +0 -0
  109. data/cairo/test/untgz_d.exe +0 -0
  110. data/doc/en/cairo-context.html +81 -91
  111. data/doc/en/cairo-font-options.html +11 -26
  112. data/doc/en/cairo-text-cluster-flag.html +35 -0
  113. data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +3 -3
  114. data/doc/en/cairo.html +38 -42
  115. data/doc/en/index.html +129 -142
  116. data/doc/ja/cairo-font-options.html +3 -25
  117. data/doc/ja/cairo-text-cluster-flag.html +46 -0
  118. data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +16 -15
  119. data/doc/ja/cairo.html +3 -7
  120. data/doc/ja/index.html +9 -17
  121. data/src/cairo.def +1 -1
  122. data/src/cairo.so +0 -0
  123. data/src/lib/cairo/constants.rb +3 -1
  124. data/src/libruby-cairo.a +0 -0
  125. data/src/rb_cairo.c +2 -2
  126. data/src/rb_cairo.h +5 -5
  127. data/src/rb_cairo_constants.c +12 -19
  128. data/src/rb_cairo_context.c +25 -21
  129. data/src/rb_cairo_font_face.c +44 -29
  130. data/src/rb_cairo_font_options.c +1 -23
  131. data/src/rb_cairo_scaled_font.c +5 -5
  132. data/test/test_constants.rb +6 -9
  133. data/test/test_context.rb +0 -12
  134. data/test/test_font_face.rb +7 -7
  135. data/test/test_font_options.rb +2 -21
  136. data/test/test_scaled_font.rb +3 -3
  137. data/test/test_text_to_glyphs_data.rb +19 -15
  138. metadata +68 -45
  139. data/cairo/make/cairo-1.6.4-2.sh +0 -55
  140. data/cairo/make/libpng-1.2.29.sh +0 -35
  141. data/cairo/manifest/cairo-1.6.4-2.mft +0 -6
  142. data/cairo/manifest/cairo-dev-1.6.4-2.mft +0 -72
  143. data/cairo/manifest/libpng-1.2.29.mft +0 -2
  144. data/cairo/share/gtk-doc/html/cairo/Drawing.html +0 -53
  145. data/cairo/share/gtk-doc/html/cairo/Fonts.html +0 -56
  146. data/cairo/share/gtk-doc/html/cairo/Support.html +0 -50
  147. data/cairo/share/gtk-doc/html/cairo/Surfaces.html +0 -65
  148. data/cairo/share/gtk-doc/html/cairo/cairo-Error-Handling.html +0 -328
  149. data/cairo/share/gtk-doc/html/cairo/cairo-Font-Options.html +0 -720
  150. data/cairo/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +0 -297
  151. data/cairo/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +0 -484
  152. data/cairo/share/gtk-doc/html/cairo/cairo-PNG-Support.html +0 -345
  153. data/cairo/share/gtk-doc/html/cairo/cairo-Patterns.html +0 -1560
  154. data/cairo/share/gtk-doc/html/cairo/cairo-Quartz-Fonts.html +0 -161
  155. data/cairo/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +0 -337
  156. data/cairo/share/gtk-doc/html/cairo/cairo-Scaled-Fonts.html +0 -823
  157. data/cairo/share/gtk-doc/html/cairo/cairo-Text.html +0 -836
  158. data/cairo/share/gtk-doc/html/cairo/cairo-Types.html +0 -143
  159. data/cairo/share/gtk-doc/html/cairo/cairo-Version-Information.html +0 -325
  160. data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +0 -381
  161. data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +0 -331
  162. data/cairo/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +0 -427
  163. data/cairo/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +0 -995
  164. data/cairo/share/gtk-doc/html/cairo/cairo-cairo-t.html +0 -2795
  165. data/cairo/share/gtk-doc/html/cairo/ix01.html +0 -693
  166. data/doc/en/cairo-lcd-filter.html +0 -39
  167. data/doc/ja/cairo-lcd-filter.html +0 -63
@@ -1,121 +1,127 @@
1
1
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
2
  <html>
3
3
  <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Cairo: A Vector Graphics Library</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
7
  <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
8
- <link rel="next" href="Drawing.html" title="Drawing">
9
- <meta name="generator" content="GTK-Doc V1.9 (XML mode)">
8
+ <link rel="next" href="cairo-drawing.html" title="Drawing">
9
+ <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
10
10
  <link rel="stylesheet" href="style.css" type="text/css">
11
- <link rel="chapter" href="Drawing.html" title="Drawing">
12
- <link rel="chapter" href="Fonts.html" title="Fonts">
13
- <link rel="chapter" href="Surfaces.html" title="Surfaces">
14
- <link rel="chapter" href="Support.html" title="Utilities">
15
- <link rel="index" href="ix01.html" title="Index">
11
+ <link rel="chapter" href="cairo-drawing.html" title="Drawing">
12
+ <link rel="chapter" href="cairo-fonts.html" title="Fonts">
13
+ <link rel="chapter" href="cairo-surfaces.html" title="Surfaces">
14
+ <link rel="chapter" href="cairo-support.html" title="Utilities">
15
+ <link rel="index" href="index-all.html" title="Index">
16
16
  <link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
17
17
  <link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
18
18
  <link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
19
- <link rel="appendix" href="language-bindings.html" title="Appendix&#160;A.&#160;Creating a language binding for cairo">
19
+ <link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
20
+ <link rel="appendix" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
20
21
  </head>
21
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en">
22
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
23
+ <div class="book" lang="en">
22
24
  <div class="titlepage">
23
25
  <div>
24
26
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Cairo: A Vector Graphics Library</p></th></tr></table></div>
25
- <div><p class="releaseinfo">for Cairo 1.6.4
27
+ <div><p class="releaseinfo">for Cairo 1.0.8
26
28
  </p></div>
27
29
  </div>
28
30
  <hr>
29
31
  </div>
30
32
  <div class="toc"><dl>
31
- <dt><span class="chapter"><a href="Drawing.html">Drawing</a></span></dt>
33
+ <dt><span class="chapter"><a href="cairo-drawing.html">Drawing</a></span></dt>
32
34
  <dd><dl>
33
35
  <dt>
34
- <span class="refentrytitle"><a href="cairo-cairo-t.html">cairo_t</a></span><span class="refpurpose"> &#8212; The cairo drawing context</span>
36
+ <span class="refentrytitle"><a href="cairo-context.html">cairo_t</a></span><span class="refpurpose"> The cairo drawing context</span>
35
37
  </dt>
36
38
  <dt>
37
- <span class="refentrytitle"><a href="cairo-Paths.html">Paths</a></span><span class="refpurpose"> &#8212; Creating paths and manipulating path data</span>
39
+ <span class="refentrytitle"><a href="cairo-paths.html">Paths</a></span><span class="refpurpose"> Creating paths and manipulating path data</span>
38
40
  </dt>
39
41
  <dt>
40
- <span class="refentrytitle"><a href="cairo-Patterns.html">cairo_pattern_t</a></span><span class="refpurpose"> &#8212; Sources for drawing</span>
42
+ <span class="refentrytitle"><a href="cairo-pattern.html">cairo_pattern_t</a></span><span class="refpurpose"> Sources for drawing</span>
41
43
  </dt>
42
44
  <dt>
43
- <span class="refentrytitle"><a href="cairo-Transformations.html">Transformations</a></span><span class="refpurpose"> &#8212; Manipulating the current transformation matrix</span>
45
+ <span class="refentrytitle"><a href="cairo-transformations.html">Transformations</a></span><span class="refpurpose"> Manipulating the current transformation matrix</span>
44
46
  </dt>
45
47
  <dt>
46
- <span class="refentrytitle"><a href="cairo-Text.html">Text</a></span><span class="refpurpose"> &#8212; Rendering text and glyphs</span>
48
+ <span class="refentrytitle"><a href="cairo-text.html">Text</a></span><span class="refpurpose"> Rendering text and glyphs</span>
47
49
  </dt>
48
50
  </dl></dd>
49
- <dt><span class="chapter"><a href="Fonts.html">Fonts</a></span></dt>
51
+ <dt><span class="chapter"><a href="cairo-fonts.html">Fonts</a></span></dt>
50
52
  <dd><dl>
51
53
  <dt>
52
- <span class="refentrytitle"><a href="cairo-cairo-font-face-t.html">cairo_font_face_t</a></span><span class="refpurpose"> &#8212; Base class for font faces</span>
54
+ <span class="refentrytitle"><a href="cairo-font-face.html">cairo_font_face_t</a></span><span class="refpurpose"> Base class for font faces</span>
53
55
  </dt>
54
56
  <dt>
55
- <span class="refentrytitle"><a href="cairo-Scaled-Fonts.html">cairo_scaled_font_t</a></span><span class="refpurpose"> &#8212; Font face at particular size and options</span>
57
+ <span class="refentrytitle"><a href="cairo-scaled-font.html">cairo_scaled_font_t</a></span><span class="refpurpose"> Font face at particular size and options</span>
56
58
  </dt>
57
59
  <dt>
58
- <span class="refentrytitle"><a href="cairo-Font-Options.html">cairo_font_options_t</a></span><span class="refpurpose"> &#8212; How a font should be rendered</span>
60
+ <span class="refentrytitle"><a href="cairo-font-options.html">cairo_font_options_t</a></span><span class="refpurpose"> How a font should be rendered</span>
59
61
  </dt>
60
62
  <dt>
61
- <span class="refentrytitle"><a href="cairo-FreeType-Fonts.html">FreeType Fonts</a></span><span class="refpurpose"> &#8212; Font support for FreeType</span>
63
+ <span class="refentrytitle"><a href="cairo-ft-font.html">FreeType Fonts</a></span><span class="refpurpose"> Font support for FreeType</span>
62
64
  </dt>
63
65
  <dt>
64
- <span class="refentrytitle"><a href="cairo-Win32-Fonts.html">Win32 Fonts</a></span><span class="refpurpose"> &#8212; Font support for Microsoft Windows</span>
66
+ <span class="refentrytitle"><a href="cairo-win32-font.html">Win32 Fonts</a></span><span class="refpurpose"> Font support for Microsoft Windows</span>
65
67
  </dt>
66
68
  <dt>
67
- <span class="refentrytitle"><a href="cairo-Quartz-Fonts.html">Quartz (CGFont) Fonts</a></span><span class="refpurpose"> &#8212; Font support via CGFont on OS X</span>
69
+ <span class="refentrytitle"><a href="cairo-quartz-font.html">Quartz (CGFont) Fonts</a></span><span class="refpurpose"> Font support via CGFont on OS X</span>
70
+ </dt>
71
+ <dt>
72
+ <span class="refentrytitle"><a href="cairo-user-font.html">User Fonts</a></span><span class="refpurpose"> — Font support with font data provided by the user</span>
68
73
  </dt>
69
74
  </dl></dd>
70
- <dt><span class="chapter"><a href="Surfaces.html">Surfaces</a></span></dt>
75
+ <dt><span class="chapter"><a href="cairo-surfaces.html">Surfaces</a></span></dt>
71
76
  <dd><dl>
72
77
  <dt>
73
- <span class="refentrytitle"><a href="cairo-cairo-surface-t.html">cairo_surface_t</a></span><span class="refpurpose"> &#8212; Base class for surfaces</span>
78
+ <span class="refentrytitle"><a href="cairo-surface.html">cairo_surface_t</a></span><span class="refpurpose"> Base class for surfaces</span>
74
79
  </dt>
75
80
  <dt>
76
- <span class="refentrytitle"><a href="cairo-Image-Surfaces.html">Image Surfaces</a></span><span class="refpurpose"> &#8212; Rendering to memory buffers</span>
81
+ <span class="refentrytitle"><a href="cairo-image-surface.html">Image Surfaces</a></span><span class="refpurpose"> Rendering to memory buffers</span>
77
82
  </dt>
78
83
  <dt>
79
- <span class="refentrytitle"><a href="cairo-PDF-Surfaces.html">PDF Surfaces</a></span><span class="refpurpose"> &#8212; Rendering PDF documents</span>
84
+ <span class="refentrytitle"><a href="cairo-pdf-surface.html">PDF Surfaces</a></span><span class="refpurpose"> Rendering PDF documents</span>
80
85
  </dt>
81
86
  <dt>
82
- <span class="refentrytitle"><a href="cairo-PNG-Support.html">PNG Support</a></span><span class="refpurpose"> &#8212; Reading and writing PNG images</span>
87
+ <span class="refentrytitle"><a href="cairo-png-functions.html">PNG Support</a></span><span class="refpurpose"> Reading and writing PNG images</span>
83
88
  </dt>
84
89
  <dt>
85
- <span class="refentrytitle"><a href="cairo-PostScript-Surfaces.html">PostScript Surfaces</a></span><span class="refpurpose"> &#8212; Rendering PostScript documents</span>
90
+ <span class="refentrytitle"><a href="cairo-ps-surface.html">PostScript Surfaces</a></span><span class="refpurpose"> Rendering PostScript documents</span>
86
91
  </dt>
87
92
  <dt>
88
- <span class="refentrytitle"><a href="cairo-Win32-Surfaces.html">Win32 Surfaces</a></span><span class="refpurpose"> &#8212; Microsoft Windows surface support</span>
93
+ <span class="refentrytitle"><a href="cairo-win32-surface.html">Win32 Surfaces</a></span><span class="refpurpose"> Microsoft Windows surface support</span>
89
94
  </dt>
90
95
  <dt>
91
- <span class="refentrytitle"><a href="cairo-SVG-Surfaces.html">SVG Surfaces</a></span><span class="refpurpose"> &#8212; Rendering SVG documents</span>
96
+ <span class="refentrytitle"><a href="cairo-svg-surface.html">SVG Surfaces</a></span><span class="refpurpose"> Rendering SVG documents</span>
92
97
  </dt>
93
98
  <dt>
94
- <span class="refentrytitle"><a href="cairo-Quartz-Surfaces.html">Quartz Surfaces</a></span><span class="refpurpose"> &#8212; Rendering to Quartz surfaces</span>
99
+ <span class="refentrytitle"><a href="cairo-quartz-surface.html">Quartz Surfaces</a></span><span class="refpurpose"> Rendering to Quartz surfaces</span>
95
100
  </dt>
96
101
  <dt>
97
- <span class="refentrytitle"><a href="cairo-XLib-Surfaces.html">XLib Surfaces</a></span><span class="refpurpose"> &#8212; X Window System rendering using XLib</span>
102
+ <span class="refentrytitle"><a href="cairo-xlib-surface.html">XLib Surfaces</a></span><span class="refpurpose"> X Window System rendering using XLib</span>
98
103
  </dt>
99
104
  </dl></dd>
100
- <dt><span class="chapter"><a href="Support.html">Utilities</a></span></dt>
105
+ <dt><span class="chapter"><a href="cairo-support.html">Utilities</a></span></dt>
101
106
  <dd><dl>
102
107
  <dt>
103
- <span class="refentrytitle"><a href="cairo-cairo-matrix-t.html">cairo_matrix_t</a></span><span class="refpurpose"> &#8212; Generic matrix operations</span>
108
+ <span class="refentrytitle"><a href="cairo-matrix.html">cairo_matrix_t</a></span><span class="refpurpose"> Generic matrix operations</span>
104
109
  </dt>
105
110
  <dt>
106
- <span class="refentrytitle"><a href="cairo-Error-Handling.html">Error handling</a></span><span class="refpurpose"> &#8212; Decoding cairo's status</span>
111
+ <span class="refentrytitle"><a href="cairo-error-status.html">Error handling</a></span><span class="refpurpose"> Decoding cairo's status</span>
107
112
  </dt>
108
113
  <dt>
109
- <span class="refentrytitle"><a href="cairo-Version-Information.html">Version Information</a></span><span class="refpurpose"> &#8212; Compile-time and run-time version checks.</span>
114
+ <span class="refentrytitle"><a href="cairo-version-info.html">Version Information</a></span><span class="refpurpose"> Compile-time and run-time version checks.</span>
110
115
  </dt>
111
116
  <dt>
112
- <span class="refentrytitle"><a href="cairo-Types.html">Types</a></span><span class="refpurpose"> &#8212; Generic data types</span>
117
+ <span class="refentrytitle"><a href="cairo-types.html">Types</a></span><span class="refpurpose"> Generic data types</span>
113
118
  </dt>
114
119
  </dl></dd>
115
- <dt><span class="index"><a href="ix01.html">Index</a></span></dt>
120
+ <dt><span class="index"><a href="index-all.html">Index</a></span></dt>
116
121
  <dt><span class="index"><a href="index-1.2.html">Index of new symbols in 1.2</a></span></dt>
117
122
  <dt><span class="index"><a href="index-1.4.html">Index of new symbols in 1.4</a></span></dt>
118
123
  <dt><span class="index"><a href="index-1.6.html">Index of new symbols in 1.6</a></span></dt>
124
+ <dt><span class="index"><a href="index-1.8.html">Index of new symbols in 1.8</a></span></dt>
119
125
  <dt><span class="appendix"><a href="language-bindings.html">A. Creating a language binding for cairo</a></span></dt>
120
126
  <dd><dl>
121
127
  <dt><span class="sect1"><a href="language-bindings.html#bindings-general">General considerations</a></span></dt>
@@ -130,5 +136,9 @@
130
136
  <dt><span class="sect1"><a href="bindings-path.html">cairo_path_t</a></span></dt>
131
137
  </dl></dd>
132
138
  </dl></div>
133
- </div></body>
139
+ </div>
140
+ <div class="footer">
141
+ <hr>
142
+ Generated by GTK-Doc V1.10</div>
143
+ </body>
134
144
  </html>
@@ -1,466 +1,478 @@
1
- <ANCHOR id="cairo-cairo-t" href="cairo/cairo-cairo-t.html">
2
- <ANCHOR id="cairo-t" href="cairo/cairo-cairo-t.html#cairo-t">
3
- <ANCHOR id="cairo-create" href="cairo/cairo-cairo-t.html#cairo-create">
4
- <ANCHOR id="cairo-reference" href="cairo/cairo-cairo-t.html#cairo-reference">
5
- <ANCHOR id="cairo-destroy" href="cairo/cairo-cairo-t.html#cairo-destroy">
6
- <ANCHOR id="cairo-status" href="cairo/cairo-cairo-t.html#cairo-status">
7
- <ANCHOR id="cairo-save" href="cairo/cairo-cairo-t.html#cairo-save">
8
- <ANCHOR id="cairo-restore" href="cairo/cairo-cairo-t.html#cairo-restore">
9
- <ANCHOR id="cairo-get-target" href="cairo/cairo-cairo-t.html#cairo-get-target">
10
- <ANCHOR id="cairo-push-group" href="cairo/cairo-cairo-t.html#cairo-push-group">
11
- <ANCHOR id="cairo-push-group-with-content" href="cairo/cairo-cairo-t.html#cairo-push-group-with-content">
12
- <ANCHOR id="cairo-pop-group" href="cairo/cairo-cairo-t.html#cairo-pop-group">
13
- <ANCHOR id="cairo-pop-group-to-source" href="cairo/cairo-cairo-t.html#cairo-pop-group-to-source">
14
- <ANCHOR id="cairo-get-group-target" href="cairo/cairo-cairo-t.html#cairo-get-group-target">
15
- <ANCHOR id="cairo-set-source-rgb" href="cairo/cairo-cairo-t.html#cairo-set-source-rgb">
16
- <ANCHOR id="cairo-set-source-rgba" href="cairo/cairo-cairo-t.html#cairo-set-source-rgba">
17
- <ANCHOR id="cairo-set-source" href="cairo/cairo-cairo-t.html#cairo-set-source">
18
- <ANCHOR id="cairo-set-source-surface" href="cairo/cairo-cairo-t.html#cairo-set-source-surface">
19
- <ANCHOR id="cairo-get-source" href="cairo/cairo-cairo-t.html#cairo-get-source">
20
- <ANCHOR id="cairo-antialias-t" href="cairo/cairo-cairo-t.html#cairo-antialias-t">
21
- <ANCHOR id="CAIRO-ANTIALIAS-DEFAULT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-DEFAULT:CAPS">
22
- <ANCHOR id="CAIRO-ANTIALIAS-NONE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-NONE:CAPS">
23
- <ANCHOR id="CAIRO-ANTIALIAS-GRAY:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-GRAY:CAPS">
24
- <ANCHOR id="CAIRO-ANTIALIAS-SUBPIXEL:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-SUBPIXEL:CAPS">
25
- <ANCHOR id="cairo-set-antialias" href="cairo/cairo-cairo-t.html#cairo-set-antialias">
26
- <ANCHOR id="cairo-get-antialias" href="cairo/cairo-cairo-t.html#cairo-get-antialias">
27
- <ANCHOR id="cairo-set-dash" href="cairo/cairo-cairo-t.html#cairo-set-dash">
28
- <ANCHOR id="cairo-get-dash-count" href="cairo/cairo-cairo-t.html#cairo-get-dash-count">
29
- <ANCHOR id="cairo-get-dash" href="cairo/cairo-cairo-t.html#cairo-get-dash">
30
- <ANCHOR id="cairo-fill-rule-t" href="cairo/cairo-cairo-t.html#cairo-fill-rule-t">
31
- <ANCHOR id="CAIRO-FILL-RULE-WINDING:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-FILL-RULE-WINDING:CAPS">
32
- <ANCHOR id="CAIRO-FILL-RULE-EVEN-ODD:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-FILL-RULE-EVEN-ODD:CAPS">
33
- <ANCHOR id="cairo-set-fill-rule" href="cairo/cairo-cairo-t.html#cairo-set-fill-rule">
34
- <ANCHOR id="cairo-get-fill-rule" href="cairo/cairo-cairo-t.html#cairo-get-fill-rule">
35
- <ANCHOR id="cairo-line-cap-t" href="cairo/cairo-cairo-t.html#cairo-line-cap-t">
36
- <ANCHOR id="CAIRO-LINE-CAP-BUTT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-CAP-BUTT:CAPS">
37
- <ANCHOR id="CAIRO-LINE-CAP-ROUND:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-CAP-ROUND:CAPS">
38
- <ANCHOR id="CAIRO-LINE-CAP-SQUARE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-CAP-SQUARE:CAPS">
39
- <ANCHOR id="cairo-set-line-cap" href="cairo/cairo-cairo-t.html#cairo-set-line-cap">
40
- <ANCHOR id="cairo-get-line-cap" href="cairo/cairo-cairo-t.html#cairo-get-line-cap">
41
- <ANCHOR id="cairo-line-join-t" href="cairo/cairo-cairo-t.html#cairo-line-join-t">
42
- <ANCHOR id="CAIRO-LINE-JOIN-MITER:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-JOIN-MITER:CAPS">
43
- <ANCHOR id="CAIRO-LINE-JOIN-ROUND:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-JOIN-ROUND:CAPS">
44
- <ANCHOR id="CAIRO-LINE-JOIN-BEVEL:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-JOIN-BEVEL:CAPS">
45
- <ANCHOR id="cairo-set-line-join" href="cairo/cairo-cairo-t.html#cairo-set-line-join">
46
- <ANCHOR id="cairo-get-line-join" href="cairo/cairo-cairo-t.html#cairo-get-line-join">
47
- <ANCHOR id="cairo-set-line-width" href="cairo/cairo-cairo-t.html#cairo-set-line-width">
48
- <ANCHOR id="cairo-get-line-width" href="cairo/cairo-cairo-t.html#cairo-get-line-width">
49
- <ANCHOR id="cairo-set-miter-limit" href="cairo/cairo-cairo-t.html#cairo-set-miter-limit">
50
- <ANCHOR id="cairo-get-miter-limit" href="cairo/cairo-cairo-t.html#cairo-get-miter-limit">
51
- <ANCHOR id="cairo-operator-t" href="cairo/cairo-cairo-t.html#cairo-operator-t">
52
- <ANCHOR id="CAIRO-OPERATOR-CLEAR:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-CLEAR:CAPS">
53
- <ANCHOR id="CAIRO-OPERATOR-SOURCE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-SOURCE:CAPS">
54
- <ANCHOR id="CAIRO-OPERATOR-OVER:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-OVER:CAPS">
55
- <ANCHOR id="CAIRO-OPERATOR-IN:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-IN:CAPS">
56
- <ANCHOR id="CAIRO-OPERATOR-OUT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-OUT:CAPS">
57
- <ANCHOR id="CAIRO-OPERATOR-ATOP:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-ATOP:CAPS">
58
- <ANCHOR id="CAIRO-OPERATOR-DEST:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST:CAPS">
59
- <ANCHOR id="CAIRO-OPERATOR-DEST-OVER:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST-OVER:CAPS">
60
- <ANCHOR id="CAIRO-OPERATOR-DEST-IN:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST-IN:CAPS">
61
- <ANCHOR id="CAIRO-OPERATOR-DEST-OUT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST-OUT:CAPS">
62
- <ANCHOR id="CAIRO-OPERATOR-DEST-ATOP:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST-ATOP:CAPS">
63
- <ANCHOR id="CAIRO-OPERATOR-XOR:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-XOR:CAPS">
64
- <ANCHOR id="CAIRO-OPERATOR-ADD:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-ADD:CAPS">
65
- <ANCHOR id="CAIRO-OPERATOR-SATURATE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-SATURATE:CAPS">
66
- <ANCHOR id="cairo-set-operator" href="cairo/cairo-cairo-t.html#cairo-set-operator">
67
- <ANCHOR id="cairo-get-operator" href="cairo/cairo-cairo-t.html#cairo-get-operator">
68
- <ANCHOR id="cairo-set-tolerance" href="cairo/cairo-cairo-t.html#cairo-set-tolerance">
69
- <ANCHOR id="cairo-get-tolerance" href="cairo/cairo-cairo-t.html#cairo-get-tolerance">
70
- <ANCHOR id="cairo-clip" href="cairo/cairo-cairo-t.html#cairo-clip">
71
- <ANCHOR id="cairo-clip-preserve" href="cairo/cairo-cairo-t.html#cairo-clip-preserve">
72
- <ANCHOR id="cairo-clip-extents" href="cairo/cairo-cairo-t.html#cairo-clip-extents">
73
- <ANCHOR id="cairo-reset-clip" href="cairo/cairo-cairo-t.html#cairo-reset-clip">
74
- <ANCHOR id="cairo-rectangle-t" href="cairo/cairo-cairo-t.html#cairo-rectangle-t">
75
- <ANCHOR id="cairo-rectangle-list-t" href="cairo/cairo-cairo-t.html#cairo-rectangle-list-t">
76
- <ANCHOR id="cairo-rectangle-list-destroy" href="cairo/cairo-cairo-t.html#cairo-rectangle-list-destroy">
77
- <ANCHOR id="cairo-copy-clip-rectangle-list" href="cairo/cairo-cairo-t.html#cairo-copy-clip-rectangle-list">
78
- <ANCHOR id="cairo-fill" href="cairo/cairo-cairo-t.html#cairo-fill">
79
- <ANCHOR id="cairo-fill-preserve" href="cairo/cairo-cairo-t.html#cairo-fill-preserve">
80
- <ANCHOR id="cairo-fill-extents" href="cairo/cairo-cairo-t.html#cairo-fill-extents">
81
- <ANCHOR id="cairo-in-fill" href="cairo/cairo-cairo-t.html#cairo-in-fill">
82
- <ANCHOR id="cairo-mask" href="cairo/cairo-cairo-t.html#cairo-mask">
83
- <ANCHOR id="cairo-mask-surface" href="cairo/cairo-cairo-t.html#cairo-mask-surface">
84
- <ANCHOR id="cairo-paint" href="cairo/cairo-cairo-t.html#cairo-paint">
85
- <ANCHOR id="cairo-paint-with-alpha" href="cairo/cairo-cairo-t.html#cairo-paint-with-alpha">
86
- <ANCHOR id="cairo-stroke" href="cairo/cairo-cairo-t.html#cairo-stroke">
87
- <ANCHOR id="cairo-stroke-preserve" href="cairo/cairo-cairo-t.html#cairo-stroke-preserve">
88
- <ANCHOR id="cairo-stroke-extents" href="cairo/cairo-cairo-t.html#cairo-stroke-extents">
89
- <ANCHOR id="cairo-in-stroke" href="cairo/cairo-cairo-t.html#cairo-in-stroke">
90
- <ANCHOR id="cairo-copy-page" href="cairo/cairo-cairo-t.html#cairo-copy-page">
91
- <ANCHOR id="cairo-show-page" href="cairo/cairo-cairo-t.html#cairo-show-page">
92
- <ANCHOR id="cairo-get-reference-count" href="cairo/cairo-cairo-t.html#cairo-get-reference-count">
93
- <ANCHOR id="cairo-set-user-data" href="cairo/cairo-cairo-t.html#cairo-set-user-data">
94
- <ANCHOR id="cairo-get-user-data" href="cairo/cairo-cairo-t.html#cairo-get-user-data">
95
- <ANCHOR id="cairo-Paths" href="cairo/cairo-Paths.html">
96
- <ANCHOR id="cairo-path-t" href="cairo/cairo-Paths.html#cairo-path-t">
97
- <ANCHOR id="cairo-path-data-t" href="cairo/cairo-Paths.html#cairo-path-data-t">
98
- <ANCHOR id="cairo-path-data-type-t" href="cairo/cairo-Paths.html#cairo-path-data-type-t">
99
- <ANCHOR id="CAIRO-PATH-MOVE-TO:CAPS" href="cairo/cairo-Paths.html#CAIRO-PATH-MOVE-TO:CAPS">
100
- <ANCHOR id="CAIRO-PATH-LINE-TO:CAPS" href="cairo/cairo-Paths.html#CAIRO-PATH-LINE-TO:CAPS">
101
- <ANCHOR id="CAIRO-PATH-CURVE-TO:CAPS" href="cairo/cairo-Paths.html#CAIRO-PATH-CURVE-TO:CAPS">
102
- <ANCHOR id="CAIRO-PATH-CLOSE-PATH:CAPS" href="cairo/cairo-Paths.html#CAIRO-PATH-CLOSE-PATH:CAPS">
103
- <ANCHOR id="cairo-copy-path" href="cairo/cairo-Paths.html#cairo-copy-path">
104
- <ANCHOR id="cairo-copy-path-flat" href="cairo/cairo-Paths.html#cairo-copy-path-flat">
105
- <ANCHOR id="cairo-path-destroy" href="cairo/cairo-Paths.html#cairo-path-destroy">
106
- <ANCHOR id="cairo-append-path" href="cairo/cairo-Paths.html#cairo-append-path">
107
- <ANCHOR id="cairo-has-current-point" href="cairo/cairo-Paths.html#cairo-has-current-point">
108
- <ANCHOR id="cairo-get-current-point" href="cairo/cairo-Paths.html#cairo-get-current-point">
109
- <ANCHOR id="cairo-new-path" href="cairo/cairo-Paths.html#cairo-new-path">
110
- <ANCHOR id="cairo-new-sub-path" href="cairo/cairo-Paths.html#cairo-new-sub-path">
111
- <ANCHOR id="cairo-close-path" href="cairo/cairo-Paths.html#cairo-close-path">
112
- <ANCHOR id="cairo-arc" href="cairo/cairo-Paths.html#cairo-arc">
113
- <ANCHOR id="cairo-arc-negative" href="cairo/cairo-Paths.html#cairo-arc-negative">
114
- <ANCHOR id="cairo-curve-to" href="cairo/cairo-Paths.html#cairo-curve-to">
115
- <ANCHOR id="cairo-line-to" href="cairo/cairo-Paths.html#cairo-line-to">
116
- <ANCHOR id="cairo-move-to" href="cairo/cairo-Paths.html#cairo-move-to">
117
- <ANCHOR id="cairo-rectangle" href="cairo/cairo-Paths.html#cairo-rectangle">
118
- <ANCHOR id="cairo-glyph-path" href="cairo/cairo-Paths.html#cairo-glyph-path">
119
- <ANCHOR id="cairo-text-path" href="cairo/cairo-Paths.html#cairo-text-path">
120
- <ANCHOR id="cairo-rel-curve-to" href="cairo/cairo-Paths.html#cairo-rel-curve-to">
121
- <ANCHOR id="cairo-rel-line-to" href="cairo/cairo-Paths.html#cairo-rel-line-to">
122
- <ANCHOR id="cairo-rel-move-to" href="cairo/cairo-Paths.html#cairo-rel-move-to">
123
- <ANCHOR id="cairo-path-extents" href="cairo/cairo-Paths.html#cairo-path-extents">
124
- <ANCHOR id="cairo-Patterns" href="cairo/cairo-Patterns.html">
125
- <ANCHOR id="cairo-pattern-t" href="cairo/cairo-Patterns.html#cairo-pattern-t">
126
- <ANCHOR id="cairo-pattern-add-color-stop-rgb" href="cairo/cairo-Patterns.html#cairo-pattern-add-color-stop-rgb">
127
- <ANCHOR id="cairo-pattern-add-color-stop-rgba" href="cairo/cairo-Patterns.html#cairo-pattern-add-color-stop-rgba">
128
- <ANCHOR id="cairo-pattern-get-color-stop-count" href="cairo/cairo-Patterns.html#cairo-pattern-get-color-stop-count">
129
- <ANCHOR id="cairo-pattern-get-color-stop-rgba" href="cairo/cairo-Patterns.html#cairo-pattern-get-color-stop-rgba">
130
- <ANCHOR id="cairo-pattern-create-rgb" href="cairo/cairo-Patterns.html#cairo-pattern-create-rgb">
131
- <ANCHOR id="cairo-pattern-create-rgba" href="cairo/cairo-Patterns.html#cairo-pattern-create-rgba">
132
- <ANCHOR id="cairo-pattern-get-rgba" href="cairo/cairo-Patterns.html#cairo-pattern-get-rgba">
133
- <ANCHOR id="cairo-pattern-create-for-surface" href="cairo/cairo-Patterns.html#cairo-pattern-create-for-surface">
134
- <ANCHOR id="cairo-pattern-get-surface" href="cairo/cairo-Patterns.html#cairo-pattern-get-surface">
135
- <ANCHOR id="cairo-pattern-create-linear" href="cairo/cairo-Patterns.html#cairo-pattern-create-linear">
136
- <ANCHOR id="cairo-pattern-get-linear-points" href="cairo/cairo-Patterns.html#cairo-pattern-get-linear-points">
137
- <ANCHOR id="cairo-pattern-create-radial" href="cairo/cairo-Patterns.html#cairo-pattern-create-radial">
138
- <ANCHOR id="cairo-pattern-get-radial-circles" href="cairo/cairo-Patterns.html#cairo-pattern-get-radial-circles">
139
- <ANCHOR id="cairo-pattern-reference" href="cairo/cairo-Patterns.html#cairo-pattern-reference">
140
- <ANCHOR id="cairo-pattern-destroy" href="cairo/cairo-Patterns.html#cairo-pattern-destroy">
141
- <ANCHOR id="cairo-pattern-status" href="cairo/cairo-Patterns.html#cairo-pattern-status">
142
- <ANCHOR id="cairo-extend-t" href="cairo/cairo-Patterns.html#cairo-extend-t">
143
- <ANCHOR id="CAIRO-EXTEND-NONE:CAPS" href="cairo/cairo-Patterns.html#CAIRO-EXTEND-NONE:CAPS">
144
- <ANCHOR id="CAIRO-EXTEND-REPEAT:CAPS" href="cairo/cairo-Patterns.html#CAIRO-EXTEND-REPEAT:CAPS">
145
- <ANCHOR id="CAIRO-EXTEND-REFLECT:CAPS" href="cairo/cairo-Patterns.html#CAIRO-EXTEND-REFLECT:CAPS">
146
- <ANCHOR id="CAIRO-EXTEND-PAD:CAPS" href="cairo/cairo-Patterns.html#CAIRO-EXTEND-PAD:CAPS">
147
- <ANCHOR id="cairo-pattern-set-extend" href="cairo/cairo-Patterns.html#cairo-pattern-set-extend">
148
- <ANCHOR id="cairo-pattern-get-extend" href="cairo/cairo-Patterns.html#cairo-pattern-get-extend">
149
- <ANCHOR id="cairo-filter-t" href="cairo/cairo-Patterns.html#cairo-filter-t">
150
- <ANCHOR id="CAIRO-FILTER-FAST:CAPS" href="cairo/cairo-Patterns.html#CAIRO-FILTER-FAST:CAPS">
151
- <ANCHOR id="CAIRO-FILTER-GOOD:CAPS" href="cairo/cairo-Patterns.html#CAIRO-FILTER-GOOD:CAPS">
152
- <ANCHOR id="CAIRO-FILTER-BEST:CAPS" href="cairo/cairo-Patterns.html#CAIRO-FILTER-BEST:CAPS">
153
- <ANCHOR id="CAIRO-FILTER-NEAREST:CAPS" href="cairo/cairo-Patterns.html#CAIRO-FILTER-NEAREST:CAPS">
154
- <ANCHOR id="CAIRO-FILTER-BILINEAR:CAPS" href="cairo/cairo-Patterns.html#CAIRO-FILTER-BILINEAR:CAPS">
155
- <ANCHOR id="CAIRO-FILTER-GAUSSIAN:CAPS" href="cairo/cairo-Patterns.html#CAIRO-FILTER-GAUSSIAN:CAPS">
156
- <ANCHOR id="cairo-pattern-set-filter" href="cairo/cairo-Patterns.html#cairo-pattern-set-filter">
157
- <ANCHOR id="cairo-pattern-get-filter" href="cairo/cairo-Patterns.html#cairo-pattern-get-filter">
158
- <ANCHOR id="cairo-pattern-set-matrix" href="cairo/cairo-Patterns.html#cairo-pattern-set-matrix">
159
- <ANCHOR id="cairo-pattern-get-matrix" href="cairo/cairo-Patterns.html#cairo-pattern-get-matrix">
160
- <ANCHOR id="cairo-pattern-type-t" href="cairo/cairo-Patterns.html#cairo-pattern-type-t">
161
- <ANCHOR id="CAIRO-PATTERN-TYPE-SOLID:CAPS" href="cairo/cairo-Patterns.html#CAIRO-PATTERN-TYPE-SOLID:CAPS">
162
- <ANCHOR id="CAIRO-PATTERN-TYPE-SURFACE:CAPS" href="cairo/cairo-Patterns.html#CAIRO-PATTERN-TYPE-SURFACE:CAPS">
163
- <ANCHOR id="CAIRO-PATTERN-TYPE-LINEAR:CAPS" href="cairo/cairo-Patterns.html#CAIRO-PATTERN-TYPE-LINEAR:CAPS">
164
- <ANCHOR id="CAIRO-PATTERN-TYPE-RADIAL:CAPS" href="cairo/cairo-Patterns.html#CAIRO-PATTERN-TYPE-RADIAL:CAPS">
165
- <ANCHOR id="cairo-pattern-get-type" href="cairo/cairo-Patterns.html#cairo-pattern-get-type">
166
- <ANCHOR id="cairo-pattern-get-reference-count" href="cairo/cairo-Patterns.html#cairo-pattern-get-reference-count">
167
- <ANCHOR id="cairo-pattern-set-user-data" href="cairo/cairo-Patterns.html#cairo-pattern-set-user-data">
168
- <ANCHOR id="cairo-pattern-get-user-data" href="cairo/cairo-Patterns.html#cairo-pattern-get-user-data">
169
- <ANCHOR id="cairo-Transformations" href="cairo/cairo-Transformations.html">
170
- <ANCHOR id="cairo-translate" href="cairo/cairo-Transformations.html#cairo-translate">
171
- <ANCHOR id="cairo-scale" href="cairo/cairo-Transformations.html#cairo-scale">
172
- <ANCHOR id="cairo-rotate" href="cairo/cairo-Transformations.html#cairo-rotate">
173
- <ANCHOR id="cairo-transform" href="cairo/cairo-Transformations.html#cairo-transform">
174
- <ANCHOR id="cairo-set-matrix" href="cairo/cairo-Transformations.html#cairo-set-matrix">
175
- <ANCHOR id="cairo-get-matrix" href="cairo/cairo-Transformations.html#cairo-get-matrix">
176
- <ANCHOR id="cairo-identity-matrix" href="cairo/cairo-Transformations.html#cairo-identity-matrix">
177
- <ANCHOR id="cairo-user-to-device" href="cairo/cairo-Transformations.html#cairo-user-to-device">
178
- <ANCHOR id="cairo-user-to-device-distance" href="cairo/cairo-Transformations.html#cairo-user-to-device-distance">
179
- <ANCHOR id="cairo-device-to-user" href="cairo/cairo-Transformations.html#cairo-device-to-user">
180
- <ANCHOR id="cairo-device-to-user-distance" href="cairo/cairo-Transformations.html#cairo-device-to-user-distance">
181
- <ANCHOR id="cairo-Text" href="cairo/cairo-Text.html">
182
- <ANCHOR id="cairo-glyph-t" href="cairo/cairo-Text.html#cairo-glyph-t">
183
- <ANCHOR id="cairo-font-slant-t" href="cairo/cairo-Text.html#cairo-font-slant-t">
184
- <ANCHOR id="CAIRO-FONT-SLANT-NORMAL:CAPS" href="cairo/cairo-Text.html#CAIRO-FONT-SLANT-NORMAL:CAPS">
185
- <ANCHOR id="CAIRO-FONT-SLANT-ITALIC:CAPS" href="cairo/cairo-Text.html#CAIRO-FONT-SLANT-ITALIC:CAPS">
186
- <ANCHOR id="CAIRO-FONT-SLANT-OBLIQUE:CAPS" href="cairo/cairo-Text.html#CAIRO-FONT-SLANT-OBLIQUE:CAPS">
187
- <ANCHOR id="cairo-font-weight-t" href="cairo/cairo-Text.html#cairo-font-weight-t">
188
- <ANCHOR id="CAIRO-FONT-WEIGHT-NORMAL:CAPS" href="cairo/cairo-Text.html#CAIRO-FONT-WEIGHT-NORMAL:CAPS">
189
- <ANCHOR id="CAIRO-FONT-WEIGHT-BOLD:CAPS" href="cairo/cairo-Text.html#CAIRO-FONT-WEIGHT-BOLD:CAPS">
190
- <ANCHOR id="cairo-select-font-face" href="cairo/cairo-Text.html#cairo-select-font-face">
191
- <ANCHOR id="cairo-set-font-size" href="cairo/cairo-Text.html#cairo-set-font-size">
192
- <ANCHOR id="cairo-set-font-matrix" href="cairo/cairo-Text.html#cairo-set-font-matrix">
193
- <ANCHOR id="cairo-get-font-matrix" href="cairo/cairo-Text.html#cairo-get-font-matrix">
194
- <ANCHOR id="cairo-set-font-options" href="cairo/cairo-Text.html#cairo-set-font-options">
195
- <ANCHOR id="cairo-get-font-options" href="cairo/cairo-Text.html#cairo-get-font-options">
196
- <ANCHOR id="cairo-set-font-face" href="cairo/cairo-Text.html#cairo-set-font-face">
197
- <ANCHOR id="cairo-get-font-face" href="cairo/cairo-Text.html#cairo-get-font-face">
198
- <ANCHOR id="cairo-set-scaled-font" href="cairo/cairo-Text.html#cairo-set-scaled-font">
199
- <ANCHOR id="cairo-get-scaled-font" href="cairo/cairo-Text.html#cairo-get-scaled-font">
200
- <ANCHOR id="cairo-show-text" href="cairo/cairo-Text.html#cairo-show-text">
201
- <ANCHOR id="cairo-show-glyphs" href="cairo/cairo-Text.html#cairo-show-glyphs">
202
- <ANCHOR id="cairo-font-extents" href="cairo/cairo-Text.html#cairo-font-extents">
203
- <ANCHOR id="cairo-text-extents" href="cairo/cairo-Text.html#cairo-text-extents">
204
- <ANCHOR id="cairo-glyph-extents" href="cairo/cairo-Text.html#cairo-glyph-extents">
205
- <ANCHOR id="cairo-cairo-font-face-t" href="cairo/cairo-cairo-font-face-t.html">
206
- <ANCHOR id="cairo-font-face-t" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-t">
207
- <ANCHOR id="cairo-font-face-reference" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-reference">
208
- <ANCHOR id="cairo-font-face-destroy" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-destroy">
209
- <ANCHOR id="cairo-font-face-status" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-status">
210
- <ANCHOR id="cairo-font-type-t" href="cairo/cairo-cairo-font-face-t.html#cairo-font-type-t">
211
- <ANCHOR id="CAIRO-FONT-TYPE-TOY:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-TOY:CAPS">
212
- <ANCHOR id="CAIRO-FONT-TYPE-FT:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-FT:CAPS">
213
- <ANCHOR id="CAIRO-FONT-TYPE-WIN32:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-WIN32:CAPS">
214
- <ANCHOR id="CAIRO-FONT-TYPE-QUARTZ:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-QUARTZ:CAPS">
215
- <ANCHOR id="cairo-font-face-get-type" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-get-type">
216
- <ANCHOR id="cairo-font-face-get-reference-count" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-get-reference-count">
217
- <ANCHOR id="cairo-font-face-set-user-data" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-set-user-data">
218
- <ANCHOR id="cairo-font-face-get-user-data" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-get-user-data">
219
- <ANCHOR id="cairo-Scaled-Fonts" href="cairo/cairo-Scaled-Fonts.html">
220
- <ANCHOR id="cairo-scaled-font-t" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-t">
221
- <ANCHOR id="cairo-scaled-font-create" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-create">
222
- <ANCHOR id="cairo-scaled-font-reference" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-reference">
223
- <ANCHOR id="cairo-scaled-font-destroy" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-destroy">
224
- <ANCHOR id="cairo-scaled-font-status" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-status">
225
- <ANCHOR id="cairo-font-extents-t" href="cairo/cairo-Scaled-Fonts.html#cairo-font-extents-t">
226
- <ANCHOR id="cairo-scaled-font-extents" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-extents">
227
- <ANCHOR id="cairo-text-extents-t" href="cairo/cairo-Scaled-Fonts.html#cairo-text-extents-t">
228
- <ANCHOR id="cairo-scaled-font-text-extents" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-text-extents">
229
- <ANCHOR id="cairo-scaled-font-glyph-extents" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-glyph-extents">
230
- <ANCHOR id="cairo-scaled-font-get-font-face" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-font-face">
231
- <ANCHOR id="cairo-scaled-font-get-font-options" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-font-options">
232
- <ANCHOR id="cairo-scaled-font-get-font-matrix" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-font-matrix">
233
- <ANCHOR id="cairo-scaled-font-get-ctm" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-ctm">
234
- <ANCHOR id="cairo-scaled-font-get-type" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-type">
235
- <ANCHOR id="cairo-scaled-font-get-reference-count" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-reference-count">
236
- <ANCHOR id="cairo-scaled-font-set-user-data" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-set-user-data">
237
- <ANCHOR id="cairo-scaled-font-get-user-data" href="cairo/cairo-Scaled-Fonts.html#cairo-scaled-font-get-user-data">
238
- <ANCHOR id="cairo-Font-Options" href="cairo/cairo-Font-Options.html">
239
- <ANCHOR id="cairo-font-options-t" href="cairo/cairo-Font-Options.html#cairo-font-options-t">
240
- <ANCHOR id="cairo-font-options-create" href="cairo/cairo-Font-Options.html#cairo-font-options-create">
241
- <ANCHOR id="cairo-font-options-copy" href="cairo/cairo-Font-Options.html#cairo-font-options-copy">
242
- <ANCHOR id="cairo-font-options-destroy" href="cairo/cairo-Font-Options.html#cairo-font-options-destroy">
243
- <ANCHOR id="cairo-font-options-status" href="cairo/cairo-Font-Options.html#cairo-font-options-status">
244
- <ANCHOR id="cairo-font-options-merge" href="cairo/cairo-Font-Options.html#cairo-font-options-merge">
245
- <ANCHOR id="cairo-font-options-hash" href="cairo/cairo-Font-Options.html#cairo-font-options-hash">
246
- <ANCHOR id="cairo-font-options-equal" href="cairo/cairo-Font-Options.html#cairo-font-options-equal">
247
- <ANCHOR id="cairo-font-options-set-antialias" href="cairo/cairo-Font-Options.html#cairo-font-options-set-antialias">
248
- <ANCHOR id="cairo-font-options-get-antialias" href="cairo/cairo-Font-Options.html#cairo-font-options-get-antialias">
249
- <ANCHOR id="cairo-subpixel-order-t" href="cairo/cairo-Font-Options.html#cairo-subpixel-order-t">
250
- <ANCHOR id="CAIRO-SUBPIXEL-ORDER-DEFAULT:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-SUBPIXEL-ORDER-DEFAULT:CAPS">
251
- <ANCHOR id="CAIRO-SUBPIXEL-ORDER-RGB:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-SUBPIXEL-ORDER-RGB:CAPS">
252
- <ANCHOR id="CAIRO-SUBPIXEL-ORDER-BGR:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-SUBPIXEL-ORDER-BGR:CAPS">
253
- <ANCHOR id="CAIRO-SUBPIXEL-ORDER-VRGB:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-SUBPIXEL-ORDER-VRGB:CAPS">
254
- <ANCHOR id="CAIRO-SUBPIXEL-ORDER-VBGR:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-SUBPIXEL-ORDER-VBGR:CAPS">
255
- <ANCHOR id="cairo-font-options-set-subpixel-order" href="cairo/cairo-Font-Options.html#cairo-font-options-set-subpixel-order">
256
- <ANCHOR id="cairo-font-options-get-subpixel-order" href="cairo/cairo-Font-Options.html#cairo-font-options-get-subpixel-order">
257
- <ANCHOR id="cairo-hint-style-t" href="cairo/cairo-Font-Options.html#cairo-hint-style-t">
258
- <ANCHOR id="CAIRO-HINT-STYLE-DEFAULT:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-STYLE-DEFAULT:CAPS">
259
- <ANCHOR id="CAIRO-HINT-STYLE-NONE:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-STYLE-NONE:CAPS">
260
- <ANCHOR id="CAIRO-HINT-STYLE-SLIGHT:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-STYLE-SLIGHT:CAPS">
261
- <ANCHOR id="CAIRO-HINT-STYLE-MEDIUM:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-STYLE-MEDIUM:CAPS">
262
- <ANCHOR id="CAIRO-HINT-STYLE-FULL:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-STYLE-FULL:CAPS">
263
- <ANCHOR id="cairo-font-options-set-hint-style" href="cairo/cairo-Font-Options.html#cairo-font-options-set-hint-style">
264
- <ANCHOR id="cairo-font-options-get-hint-style" href="cairo/cairo-Font-Options.html#cairo-font-options-get-hint-style">
265
- <ANCHOR id="cairo-hint-metrics-t" href="cairo/cairo-Font-Options.html#cairo-hint-metrics-t">
266
- <ANCHOR id="CAIRO-HINT-METRICS-DEFAULT:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-METRICS-DEFAULT:CAPS">
267
- <ANCHOR id="CAIRO-HINT-METRICS-OFF:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-METRICS-OFF:CAPS">
268
- <ANCHOR id="CAIRO-HINT-METRICS-ON:CAPS" href="cairo/cairo-Font-Options.html#CAIRO-HINT-METRICS-ON:CAPS">
269
- <ANCHOR id="cairo-font-options-set-hint-metrics" href="cairo/cairo-Font-Options.html#cairo-font-options-set-hint-metrics">
270
- <ANCHOR id="cairo-font-options-get-hint-metrics" href="cairo/cairo-Font-Options.html#cairo-font-options-get-hint-metrics">
271
- <ANCHOR id="cairo-FreeType-Fonts" href="cairo/cairo-FreeType-Fonts.html">
272
- <ANCHOR id="CAIRO-HAS-FT-FONT:CAPS" href="cairo/cairo-FreeType-Fonts.html#CAIRO-HAS-FT-FONT:CAPS">
273
- <ANCHOR id="cairo-ft-font-face-create-for-ft-face" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-ft-face">
274
- <ANCHOR id="cairo-ft-font-face-create-for-pattern" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-pattern">
275
- <ANCHOR id="cairo-ft-font-options-substitute" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-options-substitute">
276
- <ANCHOR id="cairo-ft-scaled-font-lock-face" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-scaled-font-lock-face">
277
- <ANCHOR id="cairo-ft-scaled-font-unlock-face" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-scaled-font-unlock-face">
278
- <ANCHOR id="cairo-Win32-Fonts" href="cairo/cairo-Win32-Fonts.html">
279
- <ANCHOR id="CAIRO-HAS-WIN32-FONT:CAPS" href="cairo/cairo-Win32-Fonts.html#CAIRO-HAS-WIN32-FONT:CAPS">
280
- <ANCHOR id="cairo-win32-font-face-create-for-logfontw" href="cairo/cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-logfontw">
281
- <ANCHOR id="cairo-win32-font-face-create-for-hfont" href="cairo/cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-hfont">
282
- <ANCHOR id="cairo-win32-font-face-create-for-logfontw-hfont" href="cairo/cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-logfontw-hfont">
283
- <ANCHOR id="cairo-win32-scaled-font-select-font" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-select-font">
284
- <ANCHOR id="cairo-win32-scaled-font-done-font" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-done-font">
285
- <ANCHOR id="cairo-win32-scaled-font-get-metrics-factor" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-metrics-factor">
286
- <ANCHOR id="cairo-win32-scaled-font-get-logical-to-device" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-logical-to-device">
287
- <ANCHOR id="cairo-win32-scaled-font-get-device-to-logical" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-device-to-logical">
288
- <ANCHOR id="cairo-Quartz-Fonts" href="cairo/cairo-Quartz-Fonts.html">
289
- <ANCHOR id="CAIRO-HAS-QUARTZ-FONT:CAPS" href="cairo/cairo-Quartz-Fonts.html#CAIRO-HAS-QUARTZ-FONT:CAPS">
290
- <ANCHOR id="cairo-quartz-font-face-create-for-cgfont" href="cairo/cairo-Quartz-Fonts.html#cairo-quartz-font-face-create-for-cgfont">
291
- <ANCHOR id="cairo-quartz-font-face-create-for-atsu-font-id" href="cairo/cairo-Quartz-Fonts.html#cairo-quartz-font-face-create-for-atsu-font-id">
292
- <ANCHOR id="cairo-cairo-surface-t" href="cairo/cairo-cairo-surface-t.html">
293
- <ANCHOR id="cairo-surface-t" href="cairo/cairo-cairo-surface-t.html#cairo-surface-t">
294
- <ANCHOR id="cairo-content-t" href="cairo/cairo-cairo-surface-t.html#cairo-content-t">
295
- <ANCHOR id="CAIRO-CONTENT-COLOR:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-CONTENT-COLOR:CAPS">
296
- <ANCHOR id="CAIRO-CONTENT-ALPHA:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-CONTENT-ALPHA:CAPS">
297
- <ANCHOR id="CAIRO-CONTENT-COLOR-ALPHA:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-CONTENT-COLOR-ALPHA:CAPS">
298
- <ANCHOR id="cairo-surface-create-similar" href="cairo/cairo-cairo-surface-t.html#cairo-surface-create-similar">
299
- <ANCHOR id="cairo-surface-reference" href="cairo/cairo-cairo-surface-t.html#cairo-surface-reference">
300
- <ANCHOR id="cairo-surface-destroy" href="cairo/cairo-cairo-surface-t.html#cairo-surface-destroy">
301
- <ANCHOR id="cairo-surface-status" href="cairo/cairo-cairo-surface-t.html#cairo-surface-status">
302
- <ANCHOR id="cairo-surface-finish" href="cairo/cairo-cairo-surface-t.html#cairo-surface-finish">
303
- <ANCHOR id="cairo-surface-flush" href="cairo/cairo-cairo-surface-t.html#cairo-surface-flush">
304
- <ANCHOR id="cairo-surface-get-font-options" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-font-options">
305
- <ANCHOR id="cairo-surface-get-content" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-content">
306
- <ANCHOR id="cairo-surface-mark-dirty" href="cairo/cairo-cairo-surface-t.html#cairo-surface-mark-dirty">
307
- <ANCHOR id="cairo-surface-mark-dirty-rectangle" href="cairo/cairo-cairo-surface-t.html#cairo-surface-mark-dirty-rectangle">
308
- <ANCHOR id="cairo-surface-set-device-offset" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-device-offset">
309
- <ANCHOR id="cairo-surface-get-device-offset" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-device-offset">
310
- <ANCHOR id="cairo-surface-set-fallback-resolution" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-fallback-resolution">
311
- <ANCHOR id="cairo-surface-type-t" href="cairo/cairo-cairo-surface-t.html#cairo-surface-type-t">
312
- <ANCHOR id="CAIRO-SURFACE-TYPE-IMAGE:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-IMAGE:CAPS">
313
- <ANCHOR id="CAIRO-SURFACE-TYPE-PDF:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-PDF:CAPS">
314
- <ANCHOR id="CAIRO-SURFACE-TYPE-PS:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-PS:CAPS">
315
- <ANCHOR id="CAIRO-SURFACE-TYPE-XLIB:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-XLIB:CAPS">
316
- <ANCHOR id="CAIRO-SURFACE-TYPE-XCB:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-XCB:CAPS">
317
- <ANCHOR id="CAIRO-SURFACE-TYPE-GLITZ:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-GLITZ:CAPS">
318
- <ANCHOR id="CAIRO-SURFACE-TYPE-QUARTZ:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-QUARTZ:CAPS">
319
- <ANCHOR id="CAIRO-SURFACE-TYPE-WIN32:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-WIN32:CAPS">
320
- <ANCHOR id="CAIRO-SURFACE-TYPE-BEOS:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-BEOS:CAPS">
321
- <ANCHOR id="CAIRO-SURFACE-TYPE-DIRECTFB:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-DIRECTFB:CAPS">
322
- <ANCHOR id="CAIRO-SURFACE-TYPE-SVG:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-SVG:CAPS">
323
- <ANCHOR id="CAIRO-SURFACE-TYPE-OS2:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-OS2:CAPS">
324
- <ANCHOR id="CAIRO-SURFACE-TYPE-WIN32-PRINTING:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-WIN32-PRINTING:CAPS">
325
- <ANCHOR id="CAIRO-SURFACE-TYPE-QUARTZ-IMAGE:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-QUARTZ-IMAGE:CAPS">
326
- <ANCHOR id="cairo-surface-get-type" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-type">
327
- <ANCHOR id="cairo-surface-get-reference-count" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-reference-count">
328
- <ANCHOR id="cairo-surface-set-user-data" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-user-data">
329
- <ANCHOR id="cairo-surface-get-user-data" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-user-data">
330
- <ANCHOR id="cairo-surface-copy-page" href="cairo/cairo-cairo-surface-t.html#cairo-surface-copy-page">
331
- <ANCHOR id="cairo-surface-show-page" href="cairo/cairo-cairo-surface-t.html#cairo-surface-show-page">
332
- <ANCHOR id="cairo-Image-Surfaces" href="cairo/cairo-Image-Surfaces.html">
333
- <ANCHOR id="cairo-format-t" href="cairo/cairo-Image-Surfaces.html#cairo-format-t">
334
- <ANCHOR id="CAIRO-FORMAT-ARGB32:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-ARGB32:CAPS">
335
- <ANCHOR id="CAIRO-FORMAT-RGB24:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-RGB24:CAPS">
336
- <ANCHOR id="CAIRO-FORMAT-A8:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-A8:CAPS">
337
- <ANCHOR id="CAIRO-FORMAT-A1:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-A1:CAPS">
338
- <ANCHOR id="cairo-format-stride-for-width" href="cairo/cairo-Image-Surfaces.html#cairo-format-stride-for-width">
339
- <ANCHOR id="cairo-image-surface-create" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-create">
340
- <ANCHOR id="cairo-image-surface-create-for-data" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-create-for-data">
341
- <ANCHOR id="cairo-image-surface-get-data" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-data">
342
- <ANCHOR id="cairo-image-surface-get-format" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-format">
343
- <ANCHOR id="cairo-image-surface-get-width" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-width">
344
- <ANCHOR id="cairo-image-surface-get-height" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-height">
345
- <ANCHOR id="cairo-image-surface-get-stride" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-stride">
346
- <ANCHOR id="cairo-PDF-Surfaces" href="cairo/cairo-PDF-Surfaces.html">
347
- <ANCHOR id="CAIRO-HAS-PDF-SURFACE:CAPS" href="cairo/cairo-PDF-Surfaces.html#CAIRO-HAS-PDF-SURFACE:CAPS">
348
- <ANCHOR id="cairo-pdf-surface-create" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-create">
349
- <ANCHOR id="cairo-pdf-surface-create-for-stream" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-create-for-stream">
350
- <ANCHOR id="cairo-pdf-surface-set-size" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-set-size">
351
- <ANCHOR id="cairo-PNG-Support" href="cairo/cairo-PNG-Support.html">
352
- <ANCHOR id="CAIRO-HAS-PNG-FUNCTIONS:CAPS" href="cairo/cairo-PNG-Support.html#CAIRO-HAS-PNG-FUNCTIONS:CAPS">
353
- <ANCHOR id="cairo-image-surface-create-from-png" href="cairo/cairo-PNG-Support.html#cairo-image-surface-create-from-png">
354
- <ANCHOR id="cairo-read-func-t" href="cairo/cairo-PNG-Support.html#cairo-read-func-t">
355
- <ANCHOR id="cairo-image-surface-create-from-png-stream" href="cairo/cairo-PNG-Support.html#cairo-image-surface-create-from-png-stream">
356
- <ANCHOR id="cairo-surface-write-to-png" href="cairo/cairo-PNG-Support.html#cairo-surface-write-to-png">
357
- <ANCHOR id="cairo-write-func-t" href="cairo/cairo-PNG-Support.html#cairo-write-func-t">
358
- <ANCHOR id="cairo-surface-write-to-png-stream" href="cairo/cairo-PNG-Support.html#cairo-surface-write-to-png-stream">
359
- <ANCHOR id="cairo-PostScript-Surfaces" href="cairo/cairo-PostScript-Surfaces.html">
360
- <ANCHOR id="CAIRO-HAS-PS-SURFACE:CAPS" href="cairo/cairo-PostScript-Surfaces.html#CAIRO-HAS-PS-SURFACE:CAPS">
361
- <ANCHOR id="cairo-ps-surface-create" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-create">
362
- <ANCHOR id="cairo-ps-surface-create-for-stream" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-create-for-stream">
363
- <ANCHOR id="cairo-ps-surface-restrict-to-level" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-restrict-to-level">
364
- <ANCHOR id="cairo-ps-level-t" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-level-t">
365
- <ANCHOR id="CAIRO-PS-LEVEL-2:CAPS" href="cairo/cairo-PostScript-Surfaces.html#CAIRO-PS-LEVEL-2:CAPS">
366
- <ANCHOR id="CAIRO-PS-LEVEL-3:CAPS" href="cairo/cairo-PostScript-Surfaces.html#CAIRO-PS-LEVEL-3:CAPS">
367
- <ANCHOR id="cairo-ps-get-levels" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-get-levels">
368
- <ANCHOR id="cairo-ps-level-to-string" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-level-to-string">
369
- <ANCHOR id="cairo-ps-surface-set-eps" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-set-eps">
370
- <ANCHOR id="cairo-ps-surface-get-eps" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-get-eps">
371
- <ANCHOR id="cairo-ps-surface-set-size" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-set-size">
372
- <ANCHOR id="cairo-ps-surface-dsc-begin-setup" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-begin-setup">
373
- <ANCHOR id="cairo-ps-surface-dsc-begin-page-setup" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-begin-page-setup">
374
- <ANCHOR id="cairo-ps-surface-dsc-comment" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-comment">
375
- <ANCHOR id="cairo-Win32-Surfaces" href="cairo/cairo-Win32-Surfaces.html">
376
- <ANCHOR id="CAIRO-HAS-WIN32-SURFACE:CAPS" href="cairo/cairo-Win32-Surfaces.html#CAIRO-HAS-WIN32-SURFACE:CAPS">
377
- <ANCHOR id="cairo-win32-surface-create" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-create">
378
- <ANCHOR id="cairo-win32-surface-create-with-dib" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-dib">
379
- <ANCHOR id="cairo-win32-surface-create-with-ddb" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-ddb">
380
- <ANCHOR id="cairo-win32-printing-surface-create" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-printing-surface-create">
381
- <ANCHOR id="cairo-win32-surface-get-dc" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-get-dc">
382
- <ANCHOR id="cairo-win32-surface-get-image" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-get-image">
383
- <ANCHOR id="cairo-SVG-Surfaces" href="cairo/cairo-SVG-Surfaces.html">
384
- <ANCHOR id="CAIRO-HAS-SVG-SURFACE:CAPS" href="cairo/cairo-SVG-Surfaces.html#CAIRO-HAS-SVG-SURFACE:CAPS">
385
- <ANCHOR id="cairo-svg-surface-create" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-surface-create">
386
- <ANCHOR id="cairo-svg-surface-create-for-stream" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-surface-create-for-stream">
387
- <ANCHOR id="cairo-svg-surface-restrict-to-version" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-surface-restrict-to-version">
388
- <ANCHOR id="cairo-svg-version-t" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-version-t">
389
- <ANCHOR id="CAIRO-SVG-VERSION-1-1:CAPS" href="cairo/cairo-SVG-Surfaces.html#CAIRO-SVG-VERSION-1-1:CAPS">
390
- <ANCHOR id="CAIRO-SVG-VERSION-1-2:CAPS" href="cairo/cairo-SVG-Surfaces.html#CAIRO-SVG-VERSION-1-2:CAPS">
391
- <ANCHOR id="cairo-svg-get-versions" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-get-versions">
392
- <ANCHOR id="cairo-svg-version-to-string" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-version-to-string">
393
- <ANCHOR id="cairo-Quartz-Surfaces" href="cairo/cairo-Quartz-Surfaces.html">
394
- <ANCHOR id="CAIRO-HAS-QUARTZ-SURFACE:CAPS" href="cairo/cairo-Quartz-Surfaces.html#CAIRO-HAS-QUARTZ-SURFACE:CAPS">
395
- <ANCHOR id="cairo-quartz-surface-create" href="cairo/cairo-Quartz-Surfaces.html#cairo-quartz-surface-create">
396
- <ANCHOR id="cairo-quartz-surface-create-for-cg-context" href="cairo/cairo-Quartz-Surfaces.html#cairo-quartz-surface-create-for-cg-context">
397
- <ANCHOR id="cairo-quartz-surface-get-cg-context" href="cairo/cairo-Quartz-Surfaces.html#cairo-quartz-surface-get-cg-context">
398
- <ANCHOR id="cairo-XLib-Surfaces" href="cairo/cairo-XLib-Surfaces.html">
399
- <ANCHOR id="CAIRO-HAS-XLIB-SURFACE:CAPS" href="cairo/cairo-XLib-Surfaces.html#CAIRO-HAS-XLIB-SURFACE:CAPS">
400
- <ANCHOR id="cairo-xlib-surface-create" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-create">
401
- <ANCHOR id="cairo-xlib-surface-create-for-bitmap" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-create-for-bitmap">
402
- <ANCHOR id="cairo-xlib-surface-set-size" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-set-size">
403
- <ANCHOR id="cairo-xlib-surface-get-display" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-display">
404
- <ANCHOR id="cairo-xlib-surface-get-screen" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-screen">
405
- <ANCHOR id="cairo-xlib-surface-set-drawable" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-set-drawable">
406
- <ANCHOR id="cairo-xlib-surface-get-drawable" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-drawable">
407
- <ANCHOR id="cairo-xlib-surface-get-visual" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-visual">
408
- <ANCHOR id="cairo-xlib-surface-get-width" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-width">
409
- <ANCHOR id="cairo-xlib-surface-get-height" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-height">
410
- <ANCHOR id="cairo-xlib-surface-get-depth" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-get-depth">
411
- <ANCHOR id="cairo-cairo-matrix-t" href="cairo/cairo-cairo-matrix-t.html">
412
- <ANCHOR id="cairo-matrix-t" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-t">
413
- <ANCHOR id="cairo-matrix-init" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init">
414
- <ANCHOR id="cairo-matrix-init-identity" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-identity">
415
- <ANCHOR id="cairo-matrix-init-translate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-translate">
416
- <ANCHOR id="cairo-matrix-init-scale" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-scale">
417
- <ANCHOR id="cairo-matrix-init-rotate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-rotate">
418
- <ANCHOR id="cairo-matrix-translate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-translate">
419
- <ANCHOR id="cairo-matrix-scale" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-scale">
420
- <ANCHOR id="cairo-matrix-rotate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-rotate">
421
- <ANCHOR id="cairo-matrix-invert" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-invert">
422
- <ANCHOR id="cairo-matrix-multiply" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-multiply">
423
- <ANCHOR id="cairo-matrix-transform-distance" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-transform-distance">
424
- <ANCHOR id="cairo-matrix-transform-point" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-transform-point">
425
- <ANCHOR id="cairo-Error-Handling" href="cairo/cairo-Error-Handling.html">
426
- <ANCHOR id="cairo-status-t" href="cairo/cairo-Error-Handling.html#cairo-status-t">
427
- <ANCHOR id="CAIRO-STATUS-SUCCESS:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-SUCCESS:CAPS">
428
- <ANCHOR id="CAIRO-STATUS-NO-MEMORY:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-NO-MEMORY:CAPS">
429
- <ANCHOR id="CAIRO-STATUS-INVALID-RESTORE:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-RESTORE:CAPS">
430
- <ANCHOR id="CAIRO-STATUS-INVALID-POP-GROUP:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-POP-GROUP:CAPS">
431
- <ANCHOR id="CAIRO-STATUS-NO-CURRENT-POINT:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-NO-CURRENT-POINT:CAPS">
432
- <ANCHOR id="CAIRO-STATUS-INVALID-MATRIX:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-MATRIX:CAPS">
433
- <ANCHOR id="CAIRO-STATUS-INVALID-STATUS:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-STATUS:CAPS">
434
- <ANCHOR id="CAIRO-STATUS-NULL-POINTER:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-NULL-POINTER:CAPS">
435
- <ANCHOR id="CAIRO-STATUS-INVALID-STRING:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-STRING:CAPS">
436
- <ANCHOR id="CAIRO-STATUS-INVALID-PATH-DATA:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-PATH-DATA:CAPS">
437
- <ANCHOR id="CAIRO-STATUS-READ-ERROR:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-READ-ERROR:CAPS">
438
- <ANCHOR id="CAIRO-STATUS-WRITE-ERROR:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-WRITE-ERROR:CAPS">
439
- <ANCHOR id="CAIRO-STATUS-SURFACE-FINISHED:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-SURFACE-FINISHED:CAPS">
440
- <ANCHOR id="CAIRO-STATUS-SURFACE-TYPE-MISMATCH:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-SURFACE-TYPE-MISMATCH:CAPS">
441
- <ANCHOR id="CAIRO-STATUS-PATTERN-TYPE-MISMATCH:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-PATTERN-TYPE-MISMATCH:CAPS">
442
- <ANCHOR id="CAIRO-STATUS-INVALID-CONTENT:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-CONTENT:CAPS">
443
- <ANCHOR id="CAIRO-STATUS-INVALID-FORMAT:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-FORMAT:CAPS">
444
- <ANCHOR id="CAIRO-STATUS-INVALID-VISUAL:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-VISUAL:CAPS">
445
- <ANCHOR id="CAIRO-STATUS-FILE-NOT-FOUND:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-FILE-NOT-FOUND:CAPS">
446
- <ANCHOR id="CAIRO-STATUS-INVALID-DASH:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-DASH:CAPS">
447
- <ANCHOR id="CAIRO-STATUS-INVALID-DSC-COMMENT:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-DSC-COMMENT:CAPS">
448
- <ANCHOR id="CAIRO-STATUS-INVALID-INDEX:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-INDEX:CAPS">
449
- <ANCHOR id="CAIRO-STATUS-CLIP-NOT-REPRESENTABLE:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-CLIP-NOT-REPRESENTABLE:CAPS">
450
- <ANCHOR id="CAIRO-STATUS-TEMP-FILE-ERROR:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-TEMP-FILE-ERROR:CAPS">
451
- <ANCHOR id="CAIRO-STATUS-INVALID-STRIDE:CAPS" href="cairo/cairo-Error-Handling.html#CAIRO-STATUS-INVALID-STRIDE:CAPS">
452
- <ANCHOR id="cairo-status-to-string" href="cairo/cairo-Error-Handling.html#cairo-status-to-string">
453
- <ANCHOR id="cairo-debug-reset-static-data" href="cairo/cairo-Error-Handling.html#cairo-debug-reset-static-data">
454
- <ANCHOR id="cairo-Version-Information" href="cairo/cairo-Version-Information.html">
455
- <ANCHOR id="CAIRO-VERSION:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION:CAPS">
456
- <ANCHOR id="CAIRO-VERSION-MAJOR:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-MAJOR:CAPS">
457
- <ANCHOR id="CAIRO-VERSION-MINOR:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-MINOR:CAPS">
458
- <ANCHOR id="CAIRO-VERSION-MICRO:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-MICRO:CAPS">
459
- <ANCHOR id="CAIRO-VERSION-STRING:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS">
460
- <ANCHOR id="CAIRO-VERSION-ENCODE:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS">
461
- <ANCHOR id="cairo-version" href="cairo/cairo-Version-Information.html#cairo-version">
462
- <ANCHOR id="cairo-version-string" href="cairo/cairo-Version-Information.html#cairo-version-string">
463
- <ANCHOR id="cairo-Types" href="cairo/cairo-Types.html">
464
- <ANCHOR id="cairo-bool-t" href="cairo/cairo-Types.html#cairo-bool-t">
465
- <ANCHOR id="cairo-user-data-key-t" href="cairo/cairo-Types.html#cairo-user-data-key-t">
466
- <ANCHOR id="cairo-destroy-func-t" href="cairo/cairo-Types.html#cairo-destroy-func-t">
1
+ <ANCHOR id="cairo-context" href="cairo/cairo-context.html">
2
+ <ANCHOR id="cairo-context.synopsis" href="cairo/cairo-context.html#cairo-context.synopsis">
3
+ <ANCHOR id="cairo-context.description" href="cairo/cairo-context.html#cairo-context.description">
4
+ <ANCHOR id="cairo-context.details" href="cairo/cairo-context.html#cairo-context.details">
5
+ <ANCHOR id="cairo-t" href="cairo/cairo-context.html#cairo-t">
6
+ <ANCHOR id="cairo-create" href="cairo/cairo-context.html#cairo-create">
7
+ <ANCHOR id="cairo-reference" href="cairo/cairo-context.html#cairo-reference">
8
+ <ANCHOR id="cairo-destroy" href="cairo/cairo-context.html#cairo-destroy">
9
+ <ANCHOR id="cairo-status" href="cairo/cairo-context.html#cairo-status">
10
+ <ANCHOR id="cairo-save" href="cairo/cairo-context.html#cairo-save">
11
+ <ANCHOR id="cairo-restore" href="cairo/cairo-context.html#cairo-restore">
12
+ <ANCHOR id="cairo-get-target" href="cairo/cairo-context.html#cairo-get-target">
13
+ <ANCHOR id="cairo-push-group" href="cairo/cairo-context.html#cairo-push-group">
14
+ <ANCHOR id="cairo-push-group-with-content" href="cairo/cairo-context.html#cairo-push-group-with-content">
15
+ <ANCHOR id="cairo-pop-group" href="cairo/cairo-context.html#cairo-pop-group">
16
+ <ANCHOR id="cairo-pop-group-to-source" href="cairo/cairo-context.html#cairo-pop-group-to-source">
17
+ <ANCHOR id="cairo-get-group-target" href="cairo/cairo-context.html#cairo-get-group-target">
18
+ <ANCHOR id="cairo-set-source-rgb" href="cairo/cairo-context.html#cairo-set-source-rgb">
19
+ <ANCHOR id="cairo-set-source-rgba" href="cairo/cairo-context.html#cairo-set-source-rgba">
20
+ <ANCHOR id="cairo-set-source" href="cairo/cairo-context.html#cairo-set-source">
21
+ <ANCHOR id="cairo-set-source-surface" href="cairo/cairo-context.html#cairo-set-source-surface">
22
+ <ANCHOR id="cairo-get-source" href="cairo/cairo-context.html#cairo-get-source">
23
+ <ANCHOR id="cairo-antialias-t" href="cairo/cairo-context.html#cairo-antialias-t">
24
+ <ANCHOR id="cairo-set-antialias" href="cairo/cairo-context.html#cairo-set-antialias">
25
+ <ANCHOR id="cairo-get-antialias" href="cairo/cairo-context.html#cairo-get-antialias">
26
+ <ANCHOR id="cairo-set-dash" href="cairo/cairo-context.html#cairo-set-dash">
27
+ <ANCHOR id="cairo-get-dash-count" href="cairo/cairo-context.html#cairo-get-dash-count">
28
+ <ANCHOR id="cairo-get-dash" href="cairo/cairo-context.html#cairo-get-dash">
29
+ <ANCHOR id="cairo-fill-rule-t" href="cairo/cairo-context.html#cairo-fill-rule-t">
30
+ <ANCHOR id="cairo-set-fill-rule" href="cairo/cairo-context.html#cairo-set-fill-rule">
31
+ <ANCHOR id="cairo-get-fill-rule" href="cairo/cairo-context.html#cairo-get-fill-rule">
32
+ <ANCHOR id="cairo-line-cap-t" href="cairo/cairo-context.html#cairo-line-cap-t">
33
+ <ANCHOR id="cairo-set-line-cap" href="cairo/cairo-context.html#cairo-set-line-cap">
34
+ <ANCHOR id="cairo-get-line-cap" href="cairo/cairo-context.html#cairo-get-line-cap">
35
+ <ANCHOR id="cairo-line-join-t" href="cairo/cairo-context.html#cairo-line-join-t">
36
+ <ANCHOR id="cairo-set-line-join" href="cairo/cairo-context.html#cairo-set-line-join">
37
+ <ANCHOR id="cairo-get-line-join" href="cairo/cairo-context.html#cairo-get-line-join">
38
+ <ANCHOR id="cairo-set-line-width" href="cairo/cairo-context.html#cairo-set-line-width">
39
+ <ANCHOR id="cairo-get-line-width" href="cairo/cairo-context.html#cairo-get-line-width">
40
+ <ANCHOR id="cairo-set-miter-limit" href="cairo/cairo-context.html#cairo-set-miter-limit">
41
+ <ANCHOR id="cairo-get-miter-limit" href="cairo/cairo-context.html#cairo-get-miter-limit">
42
+ <ANCHOR id="cairo-operator-t" href="cairo/cairo-context.html#cairo-operator-t">
43
+ <ANCHOR id="cairo-set-operator" href="cairo/cairo-context.html#cairo-set-operator">
44
+ <ANCHOR id="cairo-get-operator" href="cairo/cairo-context.html#cairo-get-operator">
45
+ <ANCHOR id="cairo-set-tolerance" href="cairo/cairo-context.html#cairo-set-tolerance">
46
+ <ANCHOR id="cairo-get-tolerance" href="cairo/cairo-context.html#cairo-get-tolerance">
47
+ <ANCHOR id="cairo-clip" href="cairo/cairo-context.html#cairo-clip">
48
+ <ANCHOR id="cairo-clip-preserve" href="cairo/cairo-context.html#cairo-clip-preserve">
49
+ <ANCHOR id="cairo-clip-extents" href="cairo/cairo-context.html#cairo-clip-extents">
50
+ <ANCHOR id="cairo-reset-clip" href="cairo/cairo-context.html#cairo-reset-clip">
51
+ <ANCHOR id="cairo-rectangle-t" href="cairo/cairo-context.html#cairo-rectangle-t">
52
+ <ANCHOR id="cairo-rectangle-list-t" href="cairo/cairo-context.html#cairo-rectangle-list-t">
53
+ <ANCHOR id="cairo-rectangle-list-destroy" href="cairo/cairo-context.html#cairo-rectangle-list-destroy">
54
+ <ANCHOR id="cairo-copy-clip-rectangle-list" href="cairo/cairo-context.html#cairo-copy-clip-rectangle-list">
55
+ <ANCHOR id="cairo-fill" href="cairo/cairo-context.html#cairo-fill">
56
+ <ANCHOR id="cairo-fill-preserve" href="cairo/cairo-context.html#cairo-fill-preserve">
57
+ <ANCHOR id="cairo-fill-extents" href="cairo/cairo-context.html#cairo-fill-extents">
58
+ <ANCHOR id="cairo-in-fill" href="cairo/cairo-context.html#cairo-in-fill">
59
+ <ANCHOR id="cairo-mask" href="cairo/cairo-context.html#cairo-mask">
60
+ <ANCHOR id="cairo-mask-surface" href="cairo/cairo-context.html#cairo-mask-surface">
61
+ <ANCHOR id="cairo-paint" href="cairo/cairo-context.html#cairo-paint">
62
+ <ANCHOR id="cairo-paint-with-alpha" href="cairo/cairo-context.html#cairo-paint-with-alpha">
63
+ <ANCHOR id="cairo-stroke" href="cairo/cairo-context.html#cairo-stroke">
64
+ <ANCHOR id="cairo-stroke-preserve" href="cairo/cairo-context.html#cairo-stroke-preserve">
65
+ <ANCHOR id="cairo-stroke-extents" href="cairo/cairo-context.html#cairo-stroke-extents">
66
+ <ANCHOR id="cairo-in-stroke" href="cairo/cairo-context.html#cairo-in-stroke">
67
+ <ANCHOR id="cairo-copy-page" href="cairo/cairo-context.html#cairo-copy-page">
68
+ <ANCHOR id="cairo-show-page" href="cairo/cairo-context.html#cairo-show-page">
69
+ <ANCHOR id="cairo-get-reference-count" href="cairo/cairo-context.html#cairo-get-reference-count">
70
+ <ANCHOR id="cairo-set-user-data" href="cairo/cairo-context.html#cairo-set-user-data">
71
+ <ANCHOR id="cairo-get-user-data" href="cairo/cairo-context.html#cairo-get-user-data">
72
+ <ANCHOR id="cairo-context.see-also" href="cairo/cairo-context.html#cairo-context.see-also">
73
+ <ANCHOR id="cairo-paths" href="cairo/cairo-paths.html">
74
+ <ANCHOR id="cairo-paths.synopsis" href="cairo/cairo-paths.html#cairo-paths.synopsis">
75
+ <ANCHOR id="cairo-paths.description" href="cairo/cairo-paths.html#cairo-paths.description">
76
+ <ANCHOR id="cairo-paths.details" href="cairo/cairo-paths.html#cairo-paths.details">
77
+ <ANCHOR id="cairo-path-t" href="cairo/cairo-paths.html#cairo-path-t">
78
+ <ANCHOR id="cairo-path-data-t" href="cairo/cairo-paths.html#cairo-path-data-t">
79
+ <ANCHOR id="cairo-path-data-type-t" href="cairo/cairo-paths.html#cairo-path-data-type-t">
80
+ <ANCHOR id="cairo-copy-path" href="cairo/cairo-paths.html#cairo-copy-path">
81
+ <ANCHOR id="cairo-copy-path-flat" href="cairo/cairo-paths.html#cairo-copy-path-flat">
82
+ <ANCHOR id="cairo-path-destroy" href="cairo/cairo-paths.html#cairo-path-destroy">
83
+ <ANCHOR id="cairo-append-path" href="cairo/cairo-paths.html#cairo-append-path">
84
+ <ANCHOR id="cairo-has-current-point" href="cairo/cairo-paths.html#cairo-has-current-point">
85
+ <ANCHOR id="cairo-get-current-point" href="cairo/cairo-paths.html#cairo-get-current-point">
86
+ <ANCHOR id="cairo-new-path" href="cairo/cairo-paths.html#cairo-new-path">
87
+ <ANCHOR id="cairo-new-sub-path" href="cairo/cairo-paths.html#cairo-new-sub-path">
88
+ <ANCHOR id="cairo-close-path" href="cairo/cairo-paths.html#cairo-close-path">
89
+ <ANCHOR id="cairo-arc" href="cairo/cairo-paths.html#cairo-arc">
90
+ <ANCHOR id="cairo-arc-negative" href="cairo/cairo-paths.html#cairo-arc-negative">
91
+ <ANCHOR id="cairo-curve-to" href="cairo/cairo-paths.html#cairo-curve-to">
92
+ <ANCHOR id="cairo-line-to" href="cairo/cairo-paths.html#cairo-line-to">
93
+ <ANCHOR id="cairo-move-to" href="cairo/cairo-paths.html#cairo-move-to">
94
+ <ANCHOR id="cairo-rectangle" href="cairo/cairo-paths.html#cairo-rectangle">
95
+ <ANCHOR id="cairo-glyph-path" href="cairo/cairo-paths.html#cairo-glyph-path">
96
+ <ANCHOR id="cairo-text-path" href="cairo/cairo-paths.html#cairo-text-path">
97
+ <ANCHOR id="cairo-rel-curve-to" href="cairo/cairo-paths.html#cairo-rel-curve-to">
98
+ <ANCHOR id="cairo-rel-line-to" href="cairo/cairo-paths.html#cairo-rel-line-to">
99
+ <ANCHOR id="cairo-rel-move-to" href="cairo/cairo-paths.html#cairo-rel-move-to">
100
+ <ANCHOR id="cairo-path-extents" href="cairo/cairo-paths.html#cairo-path-extents">
101
+ <ANCHOR id="cairo-pattern" href="cairo/cairo-pattern.html">
102
+ <ANCHOR id="cairo-pattern.synopsis" href="cairo/cairo-pattern.html#cairo-pattern.synopsis">
103
+ <ANCHOR id="cairo-pattern.description" href="cairo/cairo-pattern.html#cairo-pattern.description">
104
+ <ANCHOR id="cairo-pattern.details" href="cairo/cairo-pattern.html#cairo-pattern.details">
105
+ <ANCHOR id="cairo-pattern-t" href="cairo/cairo-pattern.html#cairo-pattern-t">
106
+ <ANCHOR id="cairo-pattern-add-color-stop-rgb" href="cairo/cairo-pattern.html#cairo-pattern-add-color-stop-rgb">
107
+ <ANCHOR id="cairo-pattern-add-color-stop-rgba" href="cairo/cairo-pattern.html#cairo-pattern-add-color-stop-rgba">
108
+ <ANCHOR id="cairo-pattern-get-color-stop-count" href="cairo/cairo-pattern.html#cairo-pattern-get-color-stop-count">
109
+ <ANCHOR id="cairo-pattern-get-color-stop-rgba" href="cairo/cairo-pattern.html#cairo-pattern-get-color-stop-rgba">
110
+ <ANCHOR id="cairo-pattern-create-rgb" href="cairo/cairo-pattern.html#cairo-pattern-create-rgb">
111
+ <ANCHOR id="cairo-pattern-create-rgba" href="cairo/cairo-pattern.html#cairo-pattern-create-rgba">
112
+ <ANCHOR id="cairo-pattern-get-rgba" href="cairo/cairo-pattern.html#cairo-pattern-get-rgba">
113
+ <ANCHOR id="cairo-pattern-create-for-surface" href="cairo/cairo-pattern.html#cairo-pattern-create-for-surface">
114
+ <ANCHOR id="cairo-pattern-get-surface" href="cairo/cairo-pattern.html#cairo-pattern-get-surface">
115
+ <ANCHOR id="cairo-pattern-create-linear" href="cairo/cairo-pattern.html#cairo-pattern-create-linear">
116
+ <ANCHOR id="cairo-pattern-get-linear-points" href="cairo/cairo-pattern.html#cairo-pattern-get-linear-points">
117
+ <ANCHOR id="cairo-pattern-create-radial" href="cairo/cairo-pattern.html#cairo-pattern-create-radial">
118
+ <ANCHOR id="cairo-pattern-get-radial-circles" href="cairo/cairo-pattern.html#cairo-pattern-get-radial-circles">
119
+ <ANCHOR id="cairo-pattern-reference" href="cairo/cairo-pattern.html#cairo-pattern-reference">
120
+ <ANCHOR id="cairo-pattern-destroy" href="cairo/cairo-pattern.html#cairo-pattern-destroy">
121
+ <ANCHOR id="cairo-pattern-status" href="cairo/cairo-pattern.html#cairo-pattern-status">
122
+ <ANCHOR id="cairo-extend-t" href="cairo/cairo-pattern.html#cairo-extend-t">
123
+ <ANCHOR id="cairo-pattern-set-extend" href="cairo/cairo-pattern.html#cairo-pattern-set-extend">
124
+ <ANCHOR id="cairo-pattern-get-extend" href="cairo/cairo-pattern.html#cairo-pattern-get-extend">
125
+ <ANCHOR id="cairo-filter-t" href="cairo/cairo-pattern.html#cairo-filter-t">
126
+ <ANCHOR id="cairo-pattern-set-filter" href="cairo/cairo-pattern.html#cairo-pattern-set-filter">
127
+ <ANCHOR id="cairo-pattern-get-filter" href="cairo/cairo-pattern.html#cairo-pattern-get-filter">
128
+ <ANCHOR id="cairo-pattern-set-matrix" href="cairo/cairo-pattern.html#cairo-pattern-set-matrix">
129
+ <ANCHOR id="cairo-pattern-get-matrix" href="cairo/cairo-pattern.html#cairo-pattern-get-matrix">
130
+ <ANCHOR id="cairo-pattern-type-t" href="cairo/cairo-pattern.html#cairo-pattern-type-t">
131
+ <ANCHOR id="cairo-pattern-get-type" href="cairo/cairo-pattern.html#cairo-pattern-get-type">
132
+ <ANCHOR id="cairo-pattern-get-reference-count" href="cairo/cairo-pattern.html#cairo-pattern-get-reference-count">
133
+ <ANCHOR id="cairo-pattern-set-user-data" href="cairo/cairo-pattern.html#cairo-pattern-set-user-data">
134
+ <ANCHOR id="cairo-pattern-get-user-data" href="cairo/cairo-pattern.html#cairo-pattern-get-user-data">
135
+ <ANCHOR id="cairo-pattern.see-also" href="cairo/cairo-pattern.html#cairo-pattern.see-also">
136
+ <ANCHOR id="cairo-transformations" href="cairo/cairo-transformations.html">
137
+ <ANCHOR id="cairo-transformations.synopsis" href="cairo/cairo-transformations.html#cairo-transformations.synopsis">
138
+ <ANCHOR id="cairo-transformations.description" href="cairo/cairo-transformations.html#cairo-transformations.description">
139
+ <ANCHOR id="cairo-transformations.details" href="cairo/cairo-transformations.html#cairo-transformations.details">
140
+ <ANCHOR id="cairo-translate" href="cairo/cairo-transformations.html#cairo-translate">
141
+ <ANCHOR id="cairo-scale" href="cairo/cairo-transformations.html#cairo-scale">
142
+ <ANCHOR id="cairo-rotate" href="cairo/cairo-transformations.html#cairo-rotate">
143
+ <ANCHOR id="cairo-transform" href="cairo/cairo-transformations.html#cairo-transform">
144
+ <ANCHOR id="cairo-set-matrix" href="cairo/cairo-transformations.html#cairo-set-matrix">
145
+ <ANCHOR id="cairo-get-matrix" href="cairo/cairo-transformations.html#cairo-get-matrix">
146
+ <ANCHOR id="cairo-identity-matrix" href="cairo/cairo-transformations.html#cairo-identity-matrix">
147
+ <ANCHOR id="cairo-user-to-device" href="cairo/cairo-transformations.html#cairo-user-to-device">
148
+ <ANCHOR id="cairo-user-to-device-distance" href="cairo/cairo-transformations.html#cairo-user-to-device-distance">
149
+ <ANCHOR id="cairo-device-to-user" href="cairo/cairo-transformations.html#cairo-device-to-user">
150
+ <ANCHOR id="cairo-device-to-user-distance" href="cairo/cairo-transformations.html#cairo-device-to-user-distance">
151
+ <ANCHOR id="cairo-transformations.see-also" href="cairo/cairo-transformations.html#cairo-transformations.see-also">
152
+ <ANCHOR id="cairo-text" href="cairo/cairo-text.html">
153
+ <ANCHOR id="cairo-text.synopsis" href="cairo/cairo-text.html#cairo-text.synopsis">
154
+ <ANCHOR id="cairo-text.description" href="cairo/cairo-text.html#cairo-text.description">
155
+ <ANCHOR id="cairo-text.details" href="cairo/cairo-text.html#cairo-text.details">
156
+ <ANCHOR id="cairo-glyph-t" href="cairo/cairo-text.html#cairo-glyph-t">
157
+ <ANCHOR id="cairo-font-slant-t" href="cairo/cairo-text.html#cairo-font-slant-t">
158
+ <ANCHOR id="cairo-font-weight-t" href="cairo/cairo-text.html#cairo-font-weight-t">
159
+ <ANCHOR id="cairo-text-cluster-t" href="cairo/cairo-text.html#cairo-text-cluster-t">
160
+ <ANCHOR id="cairo-text-cluster-flags-t" href="cairo/cairo-text.html#cairo-text-cluster-flags-t">
161
+ <ANCHOR id="cairo-select-font-face" href="cairo/cairo-text.html#cairo-select-font-face">
162
+ <ANCHOR id="cairo-set-font-size" href="cairo/cairo-text.html#cairo-set-font-size">
163
+ <ANCHOR id="cairo-set-font-matrix" href="cairo/cairo-text.html#cairo-set-font-matrix">
164
+ <ANCHOR id="cairo-get-font-matrix" href="cairo/cairo-text.html#cairo-get-font-matrix">
165
+ <ANCHOR id="cairo-set-font-options" href="cairo/cairo-text.html#cairo-set-font-options">
166
+ <ANCHOR id="cairo-get-font-options" href="cairo/cairo-text.html#cairo-get-font-options">
167
+ <ANCHOR id="cairo-set-font-face" href="cairo/cairo-text.html#cairo-set-font-face">
168
+ <ANCHOR id="cairo-get-font-face" href="cairo/cairo-text.html#cairo-get-font-face">
169
+ <ANCHOR id="cairo-set-scaled-font" href="cairo/cairo-text.html#cairo-set-scaled-font">
170
+ <ANCHOR id="cairo-get-scaled-font" href="cairo/cairo-text.html#cairo-get-scaled-font">
171
+ <ANCHOR id="cairo-show-text" href="cairo/cairo-text.html#cairo-show-text">
172
+ <ANCHOR id="cairo-show-glyphs" href="cairo/cairo-text.html#cairo-show-glyphs">
173
+ <ANCHOR id="cairo-show-text-glyphs" href="cairo/cairo-text.html#cairo-show-text-glyphs">
174
+ <ANCHOR id="cairo-font-extents" href="cairo/cairo-text.html#cairo-font-extents">
175
+ <ANCHOR id="cairo-text-extents" href="cairo/cairo-text.html#cairo-text-extents">
176
+ <ANCHOR id="cairo-glyph-extents" href="cairo/cairo-text.html#cairo-glyph-extents">
177
+ <ANCHOR id="cairo-toy-font-face-create" href="cairo/cairo-text.html#cairo-toy-font-face-create">
178
+ <ANCHOR id="cairo-toy-font-face-get-family" href="cairo/cairo-text.html#cairo-toy-font-face-get-family">
179
+ <ANCHOR id="cairo-toy-font-face-get-slant" href="cairo/cairo-text.html#cairo-toy-font-face-get-slant">
180
+ <ANCHOR id="cairo-toy-font-face-get-weight" href="cairo/cairo-text.html#cairo-toy-font-face-get-weight">
181
+ <ANCHOR id="cairo-glyph-allocate" href="cairo/cairo-text.html#cairo-glyph-allocate">
182
+ <ANCHOR id="cairo-glyph-free" href="cairo/cairo-text.html#cairo-glyph-free">
183
+ <ANCHOR id="cairo-text-cluster-allocate" href="cairo/cairo-text.html#cairo-text-cluster-allocate">
184
+ <ANCHOR id="cairo-text-cluster-free" href="cairo/cairo-text.html#cairo-text-cluster-free">
185
+ <ANCHOR id="cairo-text.see-also" href="cairo/cairo-text.html#cairo-text.see-also">
186
+ <ANCHOR id="cairo-font-face" href="cairo/cairo-font-face.html">
187
+ <ANCHOR id="cairo-font-face.synopsis" href="cairo/cairo-font-face.html#cairo-font-face.synopsis">
188
+ <ANCHOR id="cairo-font-face.description" href="cairo/cairo-font-face.html#cairo-font-face.description">
189
+ <ANCHOR id="cairo-font-face.details" href="cairo/cairo-font-face.html#cairo-font-face.details">
190
+ <ANCHOR id="cairo-font-face-t" href="cairo/cairo-font-face.html#cairo-font-face-t">
191
+ <ANCHOR id="cairo-font-face-reference" href="cairo/cairo-font-face.html#cairo-font-face-reference">
192
+ <ANCHOR id="cairo-font-face-destroy" href="cairo/cairo-font-face.html#cairo-font-face-destroy">
193
+ <ANCHOR id="cairo-font-face-status" href="cairo/cairo-font-face.html#cairo-font-face-status">
194
+ <ANCHOR id="cairo-font-type-t" href="cairo/cairo-font-face.html#cairo-font-type-t">
195
+ <ANCHOR id="cairo-font-face-get-type" href="cairo/cairo-font-face.html#cairo-font-face-get-type">
196
+ <ANCHOR id="cairo-font-face-get-reference-count" href="cairo/cairo-font-face.html#cairo-font-face-get-reference-count">
197
+ <ANCHOR id="cairo-font-face-set-user-data" href="cairo/cairo-font-face.html#cairo-font-face-set-user-data">
198
+ <ANCHOR id="cairo-font-face-get-user-data" href="cairo/cairo-font-face.html#cairo-font-face-get-user-data">
199
+ <ANCHOR id="cairo-font-face.see-also" href="cairo/cairo-font-face.html#cairo-font-face.see-also">
200
+ <ANCHOR id="cairo-scaled-font" href="cairo/cairo-scaled-font.html">
201
+ <ANCHOR id="cairo-scaled-font.synopsis" href="cairo/cairo-scaled-font.html#cairo-scaled-font.synopsis">
202
+ <ANCHOR id="cairo-scaled-font.description" href="cairo/cairo-scaled-font.html#cairo-scaled-font.description">
203
+ <ANCHOR id="cairo-scaled-font.details" href="cairo/cairo-scaled-font.html#cairo-scaled-font.details">
204
+ <ANCHOR id="cairo-scaled-font-t" href="cairo/cairo-scaled-font.html#cairo-scaled-font-t">
205
+ <ANCHOR id="cairo-scaled-font-create" href="cairo/cairo-scaled-font.html#cairo-scaled-font-create">
206
+ <ANCHOR id="cairo-scaled-font-reference" href="cairo/cairo-scaled-font.html#cairo-scaled-font-reference">
207
+ <ANCHOR id="cairo-scaled-font-destroy" href="cairo/cairo-scaled-font.html#cairo-scaled-font-destroy">
208
+ <ANCHOR id="cairo-scaled-font-status" href="cairo/cairo-scaled-font.html#cairo-scaled-font-status">
209
+ <ANCHOR id="cairo-font-extents-t" href="cairo/cairo-scaled-font.html#cairo-font-extents-t">
210
+ <ANCHOR id="cairo-scaled-font-extents" href="cairo/cairo-scaled-font.html#cairo-scaled-font-extents">
211
+ <ANCHOR id="cairo-text-extents-t" href="cairo/cairo-scaled-font.html#cairo-text-extents-t">
212
+ <ANCHOR id="cairo-scaled-font-text-extents" href="cairo/cairo-scaled-font.html#cairo-scaled-font-text-extents">
213
+ <ANCHOR id="cairo-scaled-font-glyph-extents" href="cairo/cairo-scaled-font.html#cairo-scaled-font-glyph-extents">
214
+ <ANCHOR id="cairo-scaled-font-text-to-glyphs" href="cairo/cairo-scaled-font.html#cairo-scaled-font-text-to-glyphs">
215
+ <ANCHOR id="cairo-scaled-font-get-font-face" href="cairo/cairo-scaled-font.html#cairo-scaled-font-get-font-face">
216
+ <ANCHOR id="cairo-scaled-font-get-font-options" href="cairo/cairo-scaled-font.html#cairo-scaled-font-get-font-options">
217
+ <ANCHOR id="cairo-scaled-font-get-font-matrix" href="cairo/cairo-scaled-font.html#cairo-scaled-font-get-font-matrix">
218
+ <ANCHOR id="cairo-scaled-font-get-ctm" href="cairo/cairo-scaled-font.html#cairo-scaled-font-get-ctm">
219
+ <ANCHOR id="cairo-scaled-font-get-scale-matrix" href="cairo/cairo-scaled-font.html#cairo-scaled-font-get-scale-matrix">
220
+ <ANCHOR id="cairo-scaled-font-get-type" href="cairo/cairo-scaled-font.html#cairo-scaled-font-get-type">
221
+ <ANCHOR id="cairo-scaled-font-get-reference-count" href="cairo/cairo-scaled-font.html#cairo-scaled-font-get-reference-count">
222
+ <ANCHOR id="cairo-scaled-font-set-user-data" href="cairo/cairo-scaled-font.html#cairo-scaled-font-set-user-data">
223
+ <ANCHOR id="cairo-scaled-font-get-user-data" href="cairo/cairo-scaled-font.html#cairo-scaled-font-get-user-data">
224
+ <ANCHOR id="cairo-scaled-font.see-also" href="cairo/cairo-scaled-font.html#cairo-scaled-font.see-also">
225
+ <ANCHOR id="cairo-font-options" href="cairo/cairo-font-options.html">
226
+ <ANCHOR id="cairo-font-options.synopsis" href="cairo/cairo-font-options.html#cairo-font-options.synopsis">
227
+ <ANCHOR id="cairo-font-options.description" href="cairo/cairo-font-options.html#cairo-font-options.description">
228
+ <ANCHOR id="cairo-font-options.details" href="cairo/cairo-font-options.html#cairo-font-options.details">
229
+ <ANCHOR id="cairo-font-options-t" href="cairo/cairo-font-options.html#cairo-font-options-t">
230
+ <ANCHOR id="cairo-font-options-create" href="cairo/cairo-font-options.html#cairo-font-options-create">
231
+ <ANCHOR id="cairo-font-options-copy" href="cairo/cairo-font-options.html#cairo-font-options-copy">
232
+ <ANCHOR id="cairo-font-options-destroy" href="cairo/cairo-font-options.html#cairo-font-options-destroy">
233
+ <ANCHOR id="cairo-font-options-status" href="cairo/cairo-font-options.html#cairo-font-options-status">
234
+ <ANCHOR id="cairo-font-options-merge" href="cairo/cairo-font-options.html#cairo-font-options-merge">
235
+ <ANCHOR id="cairo-font-options-hash" href="cairo/cairo-font-options.html#cairo-font-options-hash">
236
+ <ANCHOR id="cairo-font-options-equal" href="cairo/cairo-font-options.html#cairo-font-options-equal">
237
+ <ANCHOR id="cairo-font-options-set-antialias" href="cairo/cairo-font-options.html#cairo-font-options-set-antialias">
238
+ <ANCHOR id="cairo-font-options-get-antialias" href="cairo/cairo-font-options.html#cairo-font-options-get-antialias">
239
+ <ANCHOR id="cairo-subpixel-order-t" href="cairo/cairo-font-options.html#cairo-subpixel-order-t">
240
+ <ANCHOR id="cairo-font-options-set-subpixel-order" href="cairo/cairo-font-options.html#cairo-font-options-set-subpixel-order">
241
+ <ANCHOR id="cairo-font-options-get-subpixel-order" href="cairo/cairo-font-options.html#cairo-font-options-get-subpixel-order">
242
+ <ANCHOR id="cairo-hint-style-t" href="cairo/cairo-font-options.html#cairo-hint-style-t">
243
+ <ANCHOR id="cairo-font-options-set-hint-style" href="cairo/cairo-font-options.html#cairo-font-options-set-hint-style">
244
+ <ANCHOR id="cairo-font-options-get-hint-style" href="cairo/cairo-font-options.html#cairo-font-options-get-hint-style">
245
+ <ANCHOR id="cairo-hint-metrics-t" href="cairo/cairo-font-options.html#cairo-hint-metrics-t">
246
+ <ANCHOR id="cairo-font-options-set-hint-metrics" href="cairo/cairo-font-options.html#cairo-font-options-set-hint-metrics">
247
+ <ANCHOR id="cairo-font-options-get-hint-metrics" href="cairo/cairo-font-options.html#cairo-font-options-get-hint-metrics">
248
+ <ANCHOR id="cairo-font-options.see-also" href="cairo/cairo-font-options.html#cairo-font-options.see-also">
249
+ <ANCHOR id="cairo-ft-font" href="cairo/cairo-ft-font.html">
250
+ <ANCHOR id="cairo-ft-font.synopsis" href="cairo/cairo-ft-font.html#cairo-ft-font.synopsis">
251
+ <ANCHOR id="cairo-ft-font.description" href="cairo/cairo-ft-font.html#cairo-ft-font.description">
252
+ <ANCHOR id="cairo-ft-font.details" href="cairo/cairo-ft-font.html#cairo-ft-font.details">
253
+ <ANCHOR id="CAIRO-HAS-FT-FONT:CAPS" href="cairo/cairo-ft-font.html#CAIRO-HAS-FT-FONT:CAPS">
254
+ <ANCHOR id="cairo-ft-font-face-create-for-ft-face" href="cairo/cairo-ft-font.html#cairo-ft-font-face-create-for-ft-face">
255
+ <ANCHOR id="cairo-ft-font-face-create-for-pattern" href="cairo/cairo-ft-font.html#cairo-ft-font-face-create-for-pattern">
256
+ <ANCHOR id="cairo-ft-font-options-substitute" href="cairo/cairo-ft-font.html#cairo-ft-font-options-substitute">
257
+ <ANCHOR id="cairo-ft-scaled-font-lock-face" href="cairo/cairo-ft-font.html#cairo-ft-scaled-font-lock-face">
258
+ <ANCHOR id="cairo-ft-scaled-font-unlock-face" href="cairo/cairo-ft-font.html#cairo-ft-scaled-font-unlock-face">
259
+ <ANCHOR id="cairo-ft-font.see-also" href="cairo/cairo-ft-font.html#cairo-ft-font.see-also">
260
+ <ANCHOR id="cairo-win32-font" href="cairo/cairo-win32-font.html">
261
+ <ANCHOR id="cairo-win32-font.synopsis" href="cairo/cairo-win32-font.html#cairo-win32-font.synopsis">
262
+ <ANCHOR id="cairo-win32-font.description" href="cairo/cairo-win32-font.html#cairo-win32-font.description">
263
+ <ANCHOR id="cairo-win32-font.details" href="cairo/cairo-win32-font.html#cairo-win32-font.details">
264
+ <ANCHOR id="CAIRO-HAS-WIN32-FONT:CAPS" href="cairo/cairo-win32-font.html#CAIRO-HAS-WIN32-FONT:CAPS">
265
+ <ANCHOR id="cairo-win32-font-face-create-for-logfontw" href="cairo/cairo-win32-font.html#cairo-win32-font-face-create-for-logfontw">
266
+ <ANCHOR id="cairo-win32-font-face-create-for-hfont" href="cairo/cairo-win32-font.html#cairo-win32-font-face-create-for-hfont">
267
+ <ANCHOR id="cairo-win32-font-face-create-for-logfontw-hfont" href="cairo/cairo-win32-font.html#cairo-win32-font-face-create-for-logfontw-hfont">
268
+ <ANCHOR id="cairo-win32-scaled-font-select-font" href="cairo/cairo-win32-font.html#cairo-win32-scaled-font-select-font">
269
+ <ANCHOR id="cairo-win32-scaled-font-done-font" href="cairo/cairo-win32-font.html#cairo-win32-scaled-font-done-font">
270
+ <ANCHOR id="cairo-win32-scaled-font-get-metrics-factor" href="cairo/cairo-win32-font.html#cairo-win32-scaled-font-get-metrics-factor">
271
+ <ANCHOR id="cairo-win32-scaled-font-get-logical-to-device" href="cairo/cairo-win32-font.html#cairo-win32-scaled-font-get-logical-to-device">
272
+ <ANCHOR id="cairo-win32-scaled-font-get-device-to-logical" href="cairo/cairo-win32-font.html#cairo-win32-scaled-font-get-device-to-logical">
273
+ <ANCHOR id="cairo-win32-font.see-also" href="cairo/cairo-win32-font.html#cairo-win32-font.see-also">
274
+ <ANCHOR id="cairo-quartz-font" href="cairo/cairo-quartz-font.html">
275
+ <ANCHOR id="cairo-quartz-font.synopsis" href="cairo/cairo-quartz-font.html#cairo-quartz-font.synopsis">
276
+ <ANCHOR id="cairo-quartz-font.description" href="cairo/cairo-quartz-font.html#cairo-quartz-font.description">
277
+ <ANCHOR id="cairo-quartz-font.details" href="cairo/cairo-quartz-font.html#cairo-quartz-font.details">
278
+ <ANCHOR id="CAIRO-HAS-QUARTZ-FONT:CAPS" href="cairo/cairo-quartz-font.html#CAIRO-HAS-QUARTZ-FONT:CAPS">
279
+ <ANCHOR id="cairo-quartz-font-face-create-for-cgfont" href="cairo/cairo-quartz-font.html#cairo-quartz-font-face-create-for-cgfont">
280
+ <ANCHOR id="cairo-quartz-font-face-create-for-atsu-font-id" href="cairo/cairo-quartz-font.html#cairo-quartz-font-face-create-for-atsu-font-id">
281
+ <ANCHOR id="cairo-quartz-font.see-also" href="cairo/cairo-quartz-font.html#cairo-quartz-font.see-also">
282
+ <ANCHOR id="cairo-user-font" href="cairo/cairo-user-font.html">
283
+ <ANCHOR id="cairo-user-font.synopsis" href="cairo/cairo-user-font.html#cairo-user-font.synopsis">
284
+ <ANCHOR id="cairo-user-font.description" href="cairo/cairo-user-font.html#cairo-user-font.description">
285
+ <ANCHOR id="cairo-user-font.details" href="cairo/cairo-user-font.html#cairo-user-font.details">
286
+ <ANCHOR id="CAIRO-HAS-USER-FONT:CAPS" href="cairo/cairo-user-font.html#CAIRO-HAS-USER-FONT:CAPS">
287
+ <ANCHOR id="cairo-user-scaled-font-init-func-t" href="cairo/cairo-user-font.html#cairo-user-scaled-font-init-func-t">
288
+ <ANCHOR id="cairo-user-scaled-font-render-glyph-func-t" href="cairo/cairo-user-font.html#cairo-user-scaled-font-render-glyph-func-t">
289
+ <ANCHOR id="cairo-user-scaled-font-text-to-glyphs-func-t" href="cairo/cairo-user-font.html#cairo-user-scaled-font-text-to-glyphs-func-t">
290
+ <ANCHOR id="cairo-user-scaled-font-unicode-to-glyph-func-t" href="cairo/cairo-user-font.html#cairo-user-scaled-font-unicode-to-glyph-func-t">
291
+ <ANCHOR id="cairo-user-font-face-create" href="cairo/cairo-user-font.html#cairo-user-font-face-create">
292
+ <ANCHOR id="cairo-user-font-face-set-init-func" href="cairo/cairo-user-font.html#cairo-user-font-face-set-init-func">
293
+ <ANCHOR id="cairo-user-font-face-get-init-func" href="cairo/cairo-user-font.html#cairo-user-font-face-get-init-func">
294
+ <ANCHOR id="cairo-user-font-face-set-render-glyph-func" href="cairo/cairo-user-font.html#cairo-user-font-face-set-render-glyph-func">
295
+ <ANCHOR id="cairo-user-font-face-get-render-glyph-func" href="cairo/cairo-user-font.html#cairo-user-font-face-get-render-glyph-func">
296
+ <ANCHOR id="cairo-user-font-face-set-unicode-to-glyph-func" href="cairo/cairo-user-font.html#cairo-user-font-face-set-unicode-to-glyph-func">
297
+ <ANCHOR id="cairo-user-font-face-get-unicode-to-glyph-func" href="cairo/cairo-user-font.html#cairo-user-font-face-get-unicode-to-glyph-func">
298
+ <ANCHOR id="cairo-user-font-face-set-text-to-glyphs-func" href="cairo/cairo-user-font.html#cairo-user-font-face-set-text-to-glyphs-func">
299
+ <ANCHOR id="cairo-user-font-face-get-text-to-glyphs-func" href="cairo/cairo-user-font.html#cairo-user-font-face-get-text-to-glyphs-func">
300
+ <ANCHOR id="cairo-surface" href="cairo/cairo-surface.html">
301
+ <ANCHOR id="cairo-surface.synopsis" href="cairo/cairo-surface.html#cairo-surface.synopsis">
302
+ <ANCHOR id="cairo-surface.description" href="cairo/cairo-surface.html#cairo-surface.description">
303
+ <ANCHOR id="cairo-surface.details" href="cairo/cairo-surface.html#cairo-surface.details">
304
+ <ANCHOR id="cairo-surface-t" href="cairo/cairo-surface.html#cairo-surface-t">
305
+ <ANCHOR id="cairo-content-t" href="cairo/cairo-surface.html#cairo-content-t">
306
+ <ANCHOR id="cairo-surface-create-similar" href="cairo/cairo-surface.html#cairo-surface-create-similar">
307
+ <ANCHOR id="cairo-surface-reference" href="cairo/cairo-surface.html#cairo-surface-reference">
308
+ <ANCHOR id="cairo-surface-destroy" href="cairo/cairo-surface.html#cairo-surface-destroy">
309
+ <ANCHOR id="cairo-surface-status" href="cairo/cairo-surface.html#cairo-surface-status">
310
+ <ANCHOR id="cairo-surface-finish" href="cairo/cairo-surface.html#cairo-surface-finish">
311
+ <ANCHOR id="cairo-surface-flush" href="cairo/cairo-surface.html#cairo-surface-flush">
312
+ <ANCHOR id="cairo-surface-get-font-options" href="cairo/cairo-surface.html#cairo-surface-get-font-options">
313
+ <ANCHOR id="cairo-surface-get-content" href="cairo/cairo-surface.html#cairo-surface-get-content">
314
+ <ANCHOR id="cairo-surface-mark-dirty" href="cairo/cairo-surface.html#cairo-surface-mark-dirty">
315
+ <ANCHOR id="cairo-surface-mark-dirty-rectangle" href="cairo/cairo-surface.html#cairo-surface-mark-dirty-rectangle">
316
+ <ANCHOR id="cairo-surface-set-device-offset" href="cairo/cairo-surface.html#cairo-surface-set-device-offset">
317
+ <ANCHOR id="cairo-surface-get-device-offset" href="cairo/cairo-surface.html#cairo-surface-get-device-offset">
318
+ <ANCHOR id="cairo-surface-set-fallback-resolution" href="cairo/cairo-surface.html#cairo-surface-set-fallback-resolution">
319
+ <ANCHOR id="cairo-surface-get-fallback-resolution" href="cairo/cairo-surface.html#cairo-surface-get-fallback-resolution">
320
+ <ANCHOR id="cairo-surface-type-t" href="cairo/cairo-surface.html#cairo-surface-type-t">
321
+ <ANCHOR id="cairo-surface-get-type" href="cairo/cairo-surface.html#cairo-surface-get-type">
322
+ <ANCHOR id="cairo-surface-get-reference-count" href="cairo/cairo-surface.html#cairo-surface-get-reference-count">
323
+ <ANCHOR id="cairo-surface-set-user-data" href="cairo/cairo-surface.html#cairo-surface-set-user-data">
324
+ <ANCHOR id="cairo-surface-get-user-data" href="cairo/cairo-surface.html#cairo-surface-get-user-data">
325
+ <ANCHOR id="cairo-surface-copy-page" href="cairo/cairo-surface.html#cairo-surface-copy-page">
326
+ <ANCHOR id="cairo-surface-show-page" href="cairo/cairo-surface.html#cairo-surface-show-page">
327
+ <ANCHOR id="cairo-surface-has-show-text-glyphs" href="cairo/cairo-surface.html#cairo-surface-has-show-text-glyphs">
328
+ <ANCHOR id="cairo-surface.see-also" href="cairo/cairo-surface.html#cairo-surface.see-also">
329
+ <ANCHOR id="cairo-image-surface" href="cairo/cairo-image-surface.html">
330
+ <ANCHOR id="cairo-image-surface.synopsis" href="cairo/cairo-image-surface.html#cairo-image-surface.synopsis">
331
+ <ANCHOR id="cairo-image-surface.description" href="cairo/cairo-image-surface.html#cairo-image-surface.description">
332
+ <ANCHOR id="cairo-image-surface.details" href="cairo/cairo-image-surface.html#cairo-image-surface.details">
333
+ <ANCHOR id="CAIRO-HAS-IMAGE-SURFACE:CAPS" href="cairo/cairo-image-surface.html#CAIRO-HAS-IMAGE-SURFACE:CAPS">
334
+ <ANCHOR id="cairo-format-t" href="cairo/cairo-image-surface.html#cairo-format-t">
335
+ <ANCHOR id="cairo-format-stride-for-width" href="cairo/cairo-image-surface.html#cairo-format-stride-for-width">
336
+ <ANCHOR id="cairo-image-surface-create" href="cairo/cairo-image-surface.html#cairo-image-surface-create">
337
+ <ANCHOR id="cairo-image-surface-create-for-data" href="cairo/cairo-image-surface.html#cairo-image-surface-create-for-data">
338
+ <ANCHOR id="cairo-image-surface-get-data" href="cairo/cairo-image-surface.html#cairo-image-surface-get-data">
339
+ <ANCHOR id="cairo-image-surface-get-format" href="cairo/cairo-image-surface.html#cairo-image-surface-get-format">
340
+ <ANCHOR id="cairo-image-surface-get-width" href="cairo/cairo-image-surface.html#cairo-image-surface-get-width">
341
+ <ANCHOR id="cairo-image-surface-get-height" href="cairo/cairo-image-surface.html#cairo-image-surface-get-height">
342
+ <ANCHOR id="cairo-image-surface-get-stride" href="cairo/cairo-image-surface.html#cairo-image-surface-get-stride">
343
+ <ANCHOR id="cairo-image-surface.see-also" href="cairo/cairo-image-surface.html#cairo-image-surface.see-also">
344
+ <ANCHOR id="cairo-pdf-surface" href="cairo/cairo-pdf-surface.html">
345
+ <ANCHOR id="cairo-pdf-surface.synopsis" href="cairo/cairo-pdf-surface.html#cairo-pdf-surface.synopsis">
346
+ <ANCHOR id="cairo-pdf-surface.description" href="cairo/cairo-pdf-surface.html#cairo-pdf-surface.description">
347
+ <ANCHOR id="cairo-pdf-surface.details" href="cairo/cairo-pdf-surface.html#cairo-pdf-surface.details">
348
+ <ANCHOR id="CAIRO-HAS-PDF-SURFACE:CAPS" href="cairo/cairo-pdf-surface.html#CAIRO-HAS-PDF-SURFACE:CAPS">
349
+ <ANCHOR id="cairo-pdf-surface-create" href="cairo/cairo-pdf-surface.html#cairo-pdf-surface-create">
350
+ <ANCHOR id="cairo-pdf-surface-create-for-stream" href="cairo/cairo-pdf-surface.html#cairo-pdf-surface-create-for-stream">
351
+ <ANCHOR id="cairo-pdf-surface-set-size" href="cairo/cairo-pdf-surface.html#cairo-pdf-surface-set-size">
352
+ <ANCHOR id="cairo-pdf-surface.see-also" href="cairo/cairo-pdf-surface.html#cairo-pdf-surface.see-also">
353
+ <ANCHOR id="cairo-png-functions" href="cairo/cairo-png-functions.html">
354
+ <ANCHOR id="cairo-png-functions.synopsis" href="cairo/cairo-png-functions.html#cairo-png-functions.synopsis">
355
+ <ANCHOR id="cairo-png-functions.description" href="cairo/cairo-png-functions.html#cairo-png-functions.description">
356
+ <ANCHOR id="cairo-png-functions.details" href="cairo/cairo-png-functions.html#cairo-png-functions.details">
357
+ <ANCHOR id="CAIRO-HAS-PNG-FUNCTIONS:CAPS" href="cairo/cairo-png-functions.html#CAIRO-HAS-PNG-FUNCTIONS:CAPS">
358
+ <ANCHOR id="cairo-image-surface-create-from-png" href="cairo/cairo-png-functions.html#cairo-image-surface-create-from-png">
359
+ <ANCHOR id="cairo-read-func-t" href="cairo/cairo-png-functions.html#cairo-read-func-t">
360
+ <ANCHOR id="cairo-image-surface-create-from-png-stream" href="cairo/cairo-png-functions.html#cairo-image-surface-create-from-png-stream">
361
+ <ANCHOR id="cairo-surface-write-to-png" href="cairo/cairo-png-functions.html#cairo-surface-write-to-png">
362
+ <ANCHOR id="cairo-write-func-t" href="cairo/cairo-png-functions.html#cairo-write-func-t">
363
+ <ANCHOR id="cairo-surface-write-to-png-stream" href="cairo/cairo-png-functions.html#cairo-surface-write-to-png-stream">
364
+ <ANCHOR id="cairo-png-functions.see-also" href="cairo/cairo-png-functions.html#cairo-png-functions.see-also">
365
+ <ANCHOR id="cairo-ps-surface" href="cairo/cairo-ps-surface.html">
366
+ <ANCHOR id="cairo-ps-surface.synopsis" href="cairo/cairo-ps-surface.html#cairo-ps-surface.synopsis">
367
+ <ANCHOR id="cairo-ps-surface.description" href="cairo/cairo-ps-surface.html#cairo-ps-surface.description">
368
+ <ANCHOR id="cairo-ps-surface.details" href="cairo/cairo-ps-surface.html#cairo-ps-surface.details">
369
+ <ANCHOR id="CAIRO-HAS-PS-SURFACE:CAPS" href="cairo/cairo-ps-surface.html#CAIRO-HAS-PS-SURFACE:CAPS">
370
+ <ANCHOR id="cairo-ps-surface-create" href="cairo/cairo-ps-surface.html#cairo-ps-surface-create">
371
+ <ANCHOR id="cairo-ps-surface-create-for-stream" href="cairo/cairo-ps-surface.html#cairo-ps-surface-create-for-stream">
372
+ <ANCHOR id="cairo-ps-surface-restrict-to-level" href="cairo/cairo-ps-surface.html#cairo-ps-surface-restrict-to-level">
373
+ <ANCHOR id="cairo-ps-level-t" href="cairo/cairo-ps-surface.html#cairo-ps-level-t">
374
+ <ANCHOR id="cairo-ps-get-levels" href="cairo/cairo-ps-surface.html#cairo-ps-get-levels">
375
+ <ANCHOR id="cairo-ps-level-to-string" href="cairo/cairo-ps-surface.html#cairo-ps-level-to-string">
376
+ <ANCHOR id="cairo-ps-surface-set-eps" href="cairo/cairo-ps-surface.html#cairo-ps-surface-set-eps">
377
+ <ANCHOR id="cairo-ps-surface-get-eps" href="cairo/cairo-ps-surface.html#cairo-ps-surface-get-eps">
378
+ <ANCHOR id="cairo-ps-surface-set-size" href="cairo/cairo-ps-surface.html#cairo-ps-surface-set-size">
379
+ <ANCHOR id="cairo-ps-surface-dsc-begin-setup" href="cairo/cairo-ps-surface.html#cairo-ps-surface-dsc-begin-setup">
380
+ <ANCHOR id="cairo-ps-surface-dsc-begin-page-setup" href="cairo/cairo-ps-surface.html#cairo-ps-surface-dsc-begin-page-setup">
381
+ <ANCHOR id="cairo-ps-surface-dsc-comment" href="cairo/cairo-ps-surface.html#cairo-ps-surface-dsc-comment">
382
+ <ANCHOR id="cairo-ps-surface.see-also" href="cairo/cairo-ps-surface.html#cairo-ps-surface.see-also">
383
+ <ANCHOR id="cairo-win32-surface" href="cairo/cairo-win32-surface.html">
384
+ <ANCHOR id="cairo-win32-surface.synopsis" href="cairo/cairo-win32-surface.html#cairo-win32-surface.synopsis">
385
+ <ANCHOR id="cairo-win32-surface.description" href="cairo/cairo-win32-surface.html#cairo-win32-surface.description">
386
+ <ANCHOR id="cairo-win32-surface.details" href="cairo/cairo-win32-surface.html#cairo-win32-surface.details">
387
+ <ANCHOR id="CAIRO-HAS-WIN32-SURFACE:CAPS" href="cairo/cairo-win32-surface.html#CAIRO-HAS-WIN32-SURFACE:CAPS">
388
+ <ANCHOR id="cairo-win32-surface-create" href="cairo/cairo-win32-surface.html#cairo-win32-surface-create">
389
+ <ANCHOR id="cairo-win32-surface-create-with-dib" href="cairo/cairo-win32-surface.html#cairo-win32-surface-create-with-dib">
390
+ <ANCHOR id="cairo-win32-surface-create-with-ddb" href="cairo/cairo-win32-surface.html#cairo-win32-surface-create-with-ddb">
391
+ <ANCHOR id="cairo-win32-printing-surface-create" href="cairo/cairo-win32-surface.html#cairo-win32-printing-surface-create">
392
+ <ANCHOR id="cairo-win32-surface-get-dc" href="cairo/cairo-win32-surface.html#cairo-win32-surface-get-dc">
393
+ <ANCHOR id="cairo-win32-surface-get-image" href="cairo/cairo-win32-surface.html#cairo-win32-surface-get-image">
394
+ <ANCHOR id="cairo-win32-surface.see-also" href="cairo/cairo-win32-surface.html#cairo-win32-surface.see-also">
395
+ <ANCHOR id="cairo-svg-surface" href="cairo/cairo-svg-surface.html">
396
+ <ANCHOR id="cairo-svg-surface.synopsis" href="cairo/cairo-svg-surface.html#cairo-svg-surface.synopsis">
397
+ <ANCHOR id="cairo-svg-surface.description" href="cairo/cairo-svg-surface.html#cairo-svg-surface.description">
398
+ <ANCHOR id="cairo-svg-surface.details" href="cairo/cairo-svg-surface.html#cairo-svg-surface.details">
399
+ <ANCHOR id="CAIRO-HAS-SVG-SURFACE:CAPS" href="cairo/cairo-svg-surface.html#CAIRO-HAS-SVG-SURFACE:CAPS">
400
+ <ANCHOR id="cairo-svg-surface-create" href="cairo/cairo-svg-surface.html#cairo-svg-surface-create">
401
+ <ANCHOR id="cairo-svg-surface-create-for-stream" href="cairo/cairo-svg-surface.html#cairo-svg-surface-create-for-stream">
402
+ <ANCHOR id="cairo-svg-surface-restrict-to-version" href="cairo/cairo-svg-surface.html#cairo-svg-surface-restrict-to-version">
403
+ <ANCHOR id="cairo-svg-version-t" href="cairo/cairo-svg-surface.html#cairo-svg-version-t">
404
+ <ANCHOR id="cairo-svg-get-versions" href="cairo/cairo-svg-surface.html#cairo-svg-get-versions">
405
+ <ANCHOR id="cairo-svg-version-to-string" href="cairo/cairo-svg-surface.html#cairo-svg-version-to-string">
406
+ <ANCHOR id="cairo-svg-surface.see-also" href="cairo/cairo-svg-surface.html#cairo-svg-surface.see-also">
407
+ <ANCHOR id="cairo-quartz-surface" href="cairo/cairo-quartz-surface.html">
408
+ <ANCHOR id="cairo-quartz-surface.synopsis" href="cairo/cairo-quartz-surface.html#cairo-quartz-surface.synopsis">
409
+ <ANCHOR id="cairo-quartz-surface.description" href="cairo/cairo-quartz-surface.html#cairo-quartz-surface.description">
410
+ <ANCHOR id="cairo-quartz-surface.details" href="cairo/cairo-quartz-surface.html#cairo-quartz-surface.details">
411
+ <ANCHOR id="CAIRO-HAS-QUARTZ-SURFACE:CAPS" href="cairo/cairo-quartz-surface.html#CAIRO-HAS-QUARTZ-SURFACE:CAPS">
412
+ <ANCHOR id="cairo-quartz-surface-create" href="cairo/cairo-quartz-surface.html#cairo-quartz-surface-create">
413
+ <ANCHOR id="cairo-quartz-surface-create-for-cg-context" href="cairo/cairo-quartz-surface.html#cairo-quartz-surface-create-for-cg-context">
414
+ <ANCHOR id="cairo-quartz-surface-get-cg-context" href="cairo/cairo-quartz-surface.html#cairo-quartz-surface-get-cg-context">
415
+ <ANCHOR id="cairo-quartz-surface.see-also" href="cairo/cairo-quartz-surface.html#cairo-quartz-surface.see-also">
416
+ <ANCHOR id="cairo-xlib-surface" href="cairo/cairo-xlib-surface.html">
417
+ <ANCHOR id="cairo-xlib-surface.synopsis" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface.synopsis">
418
+ <ANCHOR id="cairo-xlib-surface.description" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface.description">
419
+ <ANCHOR id="cairo-xlib-surface.details" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface.details">
420
+ <ANCHOR id="CAIRO-HAS-XLIB-SURFACE:CAPS" href="cairo/cairo-xlib-surface.html#CAIRO-HAS-XLIB-SURFACE:CAPS">
421
+ <ANCHOR id="cairo-xlib-surface-create" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface-create">
422
+ <ANCHOR id="cairo-xlib-surface-create-for-bitmap" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface-create-for-bitmap">
423
+ <ANCHOR id="cairo-xlib-surface-set-size" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface-set-size">
424
+ <ANCHOR id="cairo-xlib-surface-get-display" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface-get-display">
425
+ <ANCHOR id="cairo-xlib-surface-get-screen" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface-get-screen">
426
+ <ANCHOR id="cairo-xlib-surface-set-drawable" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface-set-drawable">
427
+ <ANCHOR id="cairo-xlib-surface-get-drawable" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface-get-drawable">
428
+ <ANCHOR id="cairo-xlib-surface-get-visual" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface-get-visual">
429
+ <ANCHOR id="cairo-xlib-surface-get-width" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface-get-width">
430
+ <ANCHOR id="cairo-xlib-surface-get-height" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface-get-height">
431
+ <ANCHOR id="cairo-xlib-surface-get-depth" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface-get-depth">
432
+ <ANCHOR id="cairo-xlib-surface.see-also" href="cairo/cairo-xlib-surface.html#cairo-xlib-surface.see-also">
433
+ <ANCHOR id="cairo-matrix" href="cairo/cairo-matrix.html">
434
+ <ANCHOR id="cairo-matrix.synopsis" href="cairo/cairo-matrix.html#cairo-matrix.synopsis">
435
+ <ANCHOR id="cairo-matrix.description" href="cairo/cairo-matrix.html#cairo-matrix.description">
436
+ <ANCHOR id="cairo-matrix.details" href="cairo/cairo-matrix.html#cairo-matrix.details">
437
+ <ANCHOR id="cairo-matrix-t" href="cairo/cairo-matrix.html#cairo-matrix-t">
438
+ <ANCHOR id="cairo-matrix-init" href="cairo/cairo-matrix.html#cairo-matrix-init">
439
+ <ANCHOR id="cairo-matrix-init-identity" href="cairo/cairo-matrix.html#cairo-matrix-init-identity">
440
+ <ANCHOR id="cairo-matrix-init-translate" href="cairo/cairo-matrix.html#cairo-matrix-init-translate">
441
+ <ANCHOR id="cairo-matrix-init-scale" href="cairo/cairo-matrix.html#cairo-matrix-init-scale">
442
+ <ANCHOR id="cairo-matrix-init-rotate" href="cairo/cairo-matrix.html#cairo-matrix-init-rotate">
443
+ <ANCHOR id="cairo-matrix-translate" href="cairo/cairo-matrix.html#cairo-matrix-translate">
444
+ <ANCHOR id="cairo-matrix-scale" href="cairo/cairo-matrix.html#cairo-matrix-scale">
445
+ <ANCHOR id="cairo-matrix-rotate" href="cairo/cairo-matrix.html#cairo-matrix-rotate">
446
+ <ANCHOR id="cairo-matrix-invert" href="cairo/cairo-matrix.html#cairo-matrix-invert">
447
+ <ANCHOR id="cairo-matrix-multiply" href="cairo/cairo-matrix.html#cairo-matrix-multiply">
448
+ <ANCHOR id="cairo-matrix-transform-distance" href="cairo/cairo-matrix.html#cairo-matrix-transform-distance">
449
+ <ANCHOR id="cairo-matrix-transform-point" href="cairo/cairo-matrix.html#cairo-matrix-transform-point">
450
+ <ANCHOR id="cairo-matrix.see-also" href="cairo/cairo-matrix.html#cairo-matrix.see-also">
451
+ <ANCHOR id="cairo-error-status" href="cairo/cairo-error-status.html">
452
+ <ANCHOR id="cairo-error-status.synopsis" href="cairo/cairo-error-status.html#cairo-error-status.synopsis">
453
+ <ANCHOR id="cairo-error-status.description" href="cairo/cairo-error-status.html#cairo-error-status.description">
454
+ <ANCHOR id="cairo-error-status.details" href="cairo/cairo-error-status.html#cairo-error-status.details">
455
+ <ANCHOR id="cairo-status-t" href="cairo/cairo-error-status.html#cairo-status-t">
456
+ <ANCHOR id="cairo-status-to-string" href="cairo/cairo-error-status.html#cairo-status-to-string">
457
+ <ANCHOR id="cairo-debug-reset-static-data" href="cairo/cairo-error-status.html#cairo-debug-reset-static-data">
458
+ <ANCHOR id="cairo-error-status.see-also" href="cairo/cairo-error-status.html#cairo-error-status.see-also">
459
+ <ANCHOR id="cairo-version-info" href="cairo/cairo-version-info.html">
460
+ <ANCHOR id="cairo-version-info.synopsis" href="cairo/cairo-version-info.html#cairo-version-info.synopsis">
461
+ <ANCHOR id="cairo-version-info.description" href="cairo/cairo-version-info.html#cairo-version-info.description">
462
+ <ANCHOR id="cairo-version-info.details" href="cairo/cairo-version-info.html#cairo-version-info.details">
463
+ <ANCHOR id="CAIRO-VERSION:CAPS" href="cairo/cairo-version-info.html#CAIRO-VERSION:CAPS">
464
+ <ANCHOR id="CAIRO-VERSION-MAJOR:CAPS" href="cairo/cairo-version-info.html#CAIRO-VERSION-MAJOR:CAPS">
465
+ <ANCHOR id="CAIRO-VERSION-MINOR:CAPS" href="cairo/cairo-version-info.html#CAIRO-VERSION-MINOR:CAPS">
466
+ <ANCHOR id="CAIRO-VERSION-MICRO:CAPS" href="cairo/cairo-version-info.html#CAIRO-VERSION-MICRO:CAPS">
467
+ <ANCHOR id="CAIRO-VERSION-STRING:CAPS" href="cairo/cairo-version-info.html#CAIRO-VERSION-STRING:CAPS">
468
+ <ANCHOR id="CAIRO-VERSION-ENCODE:CAPS" href="cairo/cairo-version-info.html#CAIRO-VERSION-ENCODE:CAPS">
469
+ <ANCHOR id="CAIRO-VERSION-STRINGIZE:CAPS" href="cairo/cairo-version-info.html#CAIRO-VERSION-STRINGIZE:CAPS">
470
+ <ANCHOR id="cairo-version" href="cairo/cairo-version-info.html#cairo-version">
471
+ <ANCHOR id="cairo-version-string" href="cairo/cairo-version-info.html#cairo-version-string">
472
+ <ANCHOR id="cairo-types" href="cairo/cairo-types.html">
473
+ <ANCHOR id="cairo-types.synopsis" href="cairo/cairo-types.html#cairo-types.synopsis">
474
+ <ANCHOR id="cairo-types.description" href="cairo/cairo-types.html#cairo-types.description">
475
+ <ANCHOR id="cairo-types.details" href="cairo/cairo-types.html#cairo-types.details">
476
+ <ANCHOR id="cairo-bool-t" href="cairo/cairo-types.html#cairo-bool-t">
477
+ <ANCHOR id="cairo-user-data-key-t" href="cairo/cairo-types.html#cairo-user-data-key-t">
478
+ <ANCHOR id="cairo-destroy-func-t" href="cairo/cairo-types.html#cairo-destroy-func-t">