cairo 1.14.1-x64-mingw32 → 1.14.2-x64-mingw32

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 (215) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +21 -0
  3. data/Rakefile +17 -6
  4. data/ext/cairo/cairo.def +1 -0
  5. data/ext/cairo/extconf.rb +23 -10
  6. data/ext/cairo/rb_cairo.c +3 -0
  7. data/ext/cairo/rb_cairo.h +3 -3
  8. data/ext/cairo/rb_cairo_context.c +1 -1
  9. data/ext/cairo/rb_cairo_io.c +4 -0
  10. data/ext/cairo/rb_cairo_io.h +2 -0
  11. data/ext/cairo/rb_cairo_pattern.c +4 -4
  12. data/ext/cairo/rb_cairo_private.h +2 -0
  13. data/ext/cairo/rb_cairo_surface.c +64 -232
  14. data/lib/2.0/cairo.so +0 -0
  15. data/lib/2.1/cairo.so +0 -0
  16. data/lib/2.2/cairo.so +0 -0
  17. data/lib/cairo.rb +20 -19
  18. data/lib/cairo/region.rb +14 -0
  19. data/test/test_region.rb +26 -0
  20. data/vendor/local/bin/fc-cache.exe +0 -0
  21. data/vendor/local/bin/fc-cat.exe +0 -0
  22. data/vendor/local/bin/fc-list.exe +0 -0
  23. data/vendor/local/bin/fc-match.exe +0 -0
  24. data/vendor/local/bin/fc-pattern.exe +0 -0
  25. data/vendor/local/bin/fc-query.exe +0 -0
  26. data/vendor/local/bin/fc-scan.exe +0 -0
  27. data/vendor/local/bin/fc-validate.exe +0 -0
  28. data/vendor/local/bin/freetype-config +2 -2
  29. data/vendor/local/bin/libcairo-2.dll +0 -0
  30. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  31. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  32. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  33. data/vendor/local/bin/libfreetype-6.dll +0 -0
  34. data/vendor/local/bin/libgcc_s_seh-1.dll +0 -0
  35. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  36. data/vendor/local/bin/libpng-config +1 -1
  37. data/vendor/local/bin/libpng16-16.dll +0 -0
  38. data/vendor/local/bin/libpng16-config +1 -1
  39. data/vendor/local/bin/libstdc++-6.dll +0 -0
  40. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  41. data/vendor/local/bin/libxml2-2.dll +0 -0
  42. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  43. data/vendor/local/bin/pngfix.exe +0 -0
  44. data/vendor/local/bin/xmlcatalog.exe +0 -0
  45. data/vendor/local/bin/xmllint.exe +0 -0
  46. data/vendor/local/bin/zlib1.dll +0 -0
  47. data/vendor/local/include/cairo/cairo-version.h +1 -1
  48. data/vendor/local/include/freetype2/config/ftconfig.h +19 -2
  49. data/vendor/local/include/freetype2/config/ftheader.h +7 -5
  50. data/vendor/local/include/freetype2/config/ftoption.h +9 -22
  51. data/vendor/local/include/freetype2/config/ftstdlib.h +2 -3
  52. data/vendor/local/include/freetype2/freetype.h +38 -17
  53. data/vendor/local/include/freetype2/ft2build.h +1 -1
  54. data/vendor/local/include/freetype2/ftadvanc.h +2 -2
  55. data/vendor/local/include/freetype2/ftautoh.h +50 -2
  56. data/vendor/local/include/freetype2/ftbbox.h +1 -1
  57. data/vendor/local/include/freetype2/ftbdf.h +1 -1
  58. data/vendor/local/include/freetype2/ftbitmap.h +11 -3
  59. data/vendor/local/include/freetype2/ftbzip2.h +1 -1
  60. data/vendor/local/include/freetype2/ftcache.h +3 -3
  61. data/vendor/local/include/freetype2/ftcffdrv.h +1 -1
  62. data/vendor/local/include/freetype2/ftcid.h +2 -1
  63. data/vendor/local/include/freetype2/fterrdef.h +1 -1
  64. data/vendor/local/include/freetype2/fterrors.h +1 -1
  65. data/vendor/local/include/freetype2/{ftxf86.h → ftfntfmt.h} +22 -14
  66. data/vendor/local/include/freetype2/ftgasp.h +1 -1
  67. data/vendor/local/include/freetype2/ftglyph.h +1 -1
  68. data/vendor/local/include/freetype2/ftgxval.h +1 -1
  69. data/vendor/local/include/freetype2/ftgzip.h +1 -1
  70. data/vendor/local/include/freetype2/ftimage.h +7 -13
  71. data/vendor/local/include/freetype2/ftincrem.h +1 -1
  72. data/vendor/local/include/freetype2/ftlcdfil.h +2 -2
  73. data/vendor/local/include/freetype2/ftlist.h +1 -1
  74. data/vendor/local/include/freetype2/ftlzw.h +1 -1
  75. data/vendor/local/include/freetype2/ftmac.h +1 -1
  76. data/vendor/local/include/freetype2/ftmm.h +17 -11
  77. data/vendor/local/include/freetype2/ftmodapi.h +4 -2
  78. data/vendor/local/include/freetype2/ftmoderr.h +1 -1
  79. data/vendor/local/include/freetype2/ftotval.h +1 -1
  80. data/vendor/local/include/freetype2/ftoutln.h +1 -1
  81. data/vendor/local/include/freetype2/ftpfr.h +1 -1
  82. data/vendor/local/include/freetype2/ftrender.h +3 -8
  83. data/vendor/local/include/freetype2/ftsizes.h +1 -1
  84. data/vendor/local/include/freetype2/ftsnames.h +1 -1
  85. data/vendor/local/include/freetype2/ftstroke.h +1 -1
  86. data/vendor/local/include/freetype2/ftsynth.h +5 -3
  87. data/vendor/local/include/freetype2/ftsystem.h +10 -1
  88. data/vendor/local/include/freetype2/fttrigon.h +1 -1
  89. data/vendor/local/include/freetype2/ftttdrv.h +85 -22
  90. data/vendor/local/include/freetype2/fttypes.h +1 -1
  91. data/vendor/local/include/freetype2/ftwinfnt.h +3 -3
  92. data/vendor/local/include/freetype2/t1tables.h +4 -3
  93. data/vendor/local/include/freetype2/ttnameid.h +116 -116
  94. data/vendor/local/include/freetype2/tttables.h +2 -2
  95. data/vendor/local/include/freetype2/tttags.h +1 -1
  96. data/vendor/local/include/freetype2/ttunpat.h +1 -1
  97. data/vendor/local/include/libpng16/png.h +63 -80
  98. data/vendor/local/include/libpng16/pngconf.h +8 -30
  99. data/vendor/local/include/libpng16/pnglibconf.h +10 -4
  100. data/vendor/local/include/png.h +63 -80
  101. data/vendor/local/include/pngconf.h +8 -30
  102. data/vendor/local/include/pnglibconf.h +10 -4
  103. data/vendor/local/lib/libcairo-gobject.a +0 -0
  104. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  105. data/vendor/local/lib/libcairo-gobject.la +2 -2
  106. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  107. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  108. data/vendor/local/lib/libcairo-script-interpreter.la +2 -2
  109. data/vendor/local/lib/libcairo.a +0 -0
  110. data/vendor/local/lib/libcairo.dll.a +0 -0
  111. data/vendor/local/lib/libcairo.la +2 -2
  112. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  113. data/vendor/local/lib/libfreetype.a +0 -0
  114. data/vendor/local/lib/libfreetype.dll.a +0 -0
  115. data/vendor/local/lib/libfreetype.la +4 -4
  116. data/vendor/local/lib/libpixman-1.a +0 -0
  117. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  118. data/vendor/local/lib/libpng.a +0 -0
  119. data/vendor/local/lib/libpng.dll.a +0 -0
  120. data/vendor/local/lib/libpng.la +4 -4
  121. data/vendor/local/lib/libpng16.a +0 -0
  122. data/vendor/local/lib/libpng16.dll.a +0 -0
  123. data/vendor/local/lib/libpng16.la +4 -4
  124. data/vendor/local/lib/libxml2.a +0 -0
  125. data/vendor/local/lib/libxml2.dll.a +0 -0
  126. data/vendor/local/lib/libz.a +0 -0
  127. data/vendor/local/lib/libz.dll.a +0 -0
  128. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  129. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  130. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  131. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  132. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  133. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  134. data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
  135. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  136. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  137. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  138. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  139. data/vendor/local/lib/pkgconfig/freetype2.pc +1 -1
  140. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  141. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  142. data/vendor/local/share/aclocal/freetype2.m4 +1 -1
  143. data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +12 -12
  144. data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +12 -12
  145. data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +12 -12
  146. data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +13 -13
  147. data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +12 -12
  148. data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +35 -35
  149. data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +10 -10
  150. data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +11 -11
  151. data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +13 -13
  152. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +294 -225
  153. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +387 -269
  154. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +432 -302
  155. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +325 -217
  156. data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +298 -193
  157. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +1121 -812
  158. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +513 -383
  159. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +126 -83
  160. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +172 -119
  161. data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +581 -372
  162. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +179 -130
  163. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +888 -539
  164. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +287 -192
  165. data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +374 -231
  166. data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +395 -219
  167. data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +125 -75
  168. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +630 -464
  169. data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +225 -200
  170. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +336 -214
  171. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +277 -186
  172. data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +495 -350
  173. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +557 -362
  174. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +158 -111
  175. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +655 -441
  176. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +389 -280
  177. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +667 -451
  178. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +579 -351
  179. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +2006 -1545
  180. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +892 -618
  181. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +1624 -1188
  182. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +2903 -2104
  183. data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +13 -13
  184. data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +13 -13
  185. data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +13 -13
  186. data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +13 -13
  187. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +1115 -758
  188. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +419 -604
  189. data/vendor/local/share/gtk-doc/html/cairo/home.png +0 -0
  190. data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +56 -56
  191. data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +70 -70
  192. data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +58 -58
  193. data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +39 -39
  194. data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +30 -30
  195. data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +38 -38
  196. data/vendor/local/share/gtk-doc/html/cairo/index-all.html +426 -426
  197. data/vendor/local/share/gtk-doc/html/cairo/index.html +6 -6
  198. data/vendor/local/share/gtk-doc/html/cairo/index.sgml +234 -325
  199. data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +12 -12
  200. data/vendor/local/share/gtk-doc/html/cairo/left-insensitive.png +0 -0
  201. data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
  202. data/vendor/local/share/gtk-doc/html/cairo/right-insensitive.png +0 -0
  203. data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
  204. data/vendor/local/share/gtk-doc/html/cairo/style.css +221 -26
  205. data/vendor/local/share/gtk-doc/html/cairo/up-insensitive.png +0 -0
  206. data/vendor/local/share/gtk-doc/html/cairo/up.png +0 -0
  207. data/vendor/local/share/license/cairo/README +1 -1
  208. data/vendor/local/share/license/freetype/README +6 -6
  209. data/vendor/local/share/license/freetype/README.git +1 -1
  210. data/vendor/local/share/license/libpng/README +2 -2
  211. data/vendor/local/share/man/man1/freetype-config.1 +1 -1
  212. data/vendor/local/share/man/man3/libpng.3 +85 -92
  213. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  214. data/vendor/local/share/man/man5/png.5 +1 -1
  215. metadata +23 -19
@@ -2,11 +2,11 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Cairo: A Vector Graphics Library</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>Cairo: A Vector Graphics Library: Cairo: A Vector Graphics Library</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="next" href="cairo-drawing.html" title="Drawing">
9
- <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
9
+ <meta name="generator" content="GTK-Doc V1.20 (XML mode)">
10
10
  <link rel="stylesheet" href="style.css" type="text/css">
11
11
  </head>
12
12
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -14,12 +14,12 @@
14
14
  <div class="titlepage">
15
15
  <div>
16
16
  <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>
17
- <div><p class="releaseinfo">for Cairo 1.14.0
17
+ <div><p class="releaseinfo">for Cairo 1.14.2
18
18
  </p></div>
19
19
  </div>
20
20
  <hr>
21
21
  </div>
22
- <div class="toc"><dl>
22
+ <div class="toc"><dl class="toc">
23
23
  <dt><span class="chapter"><a href="cairo-drawing.html">Drawing</a></span></dt>
24
24
  <dd><dl>
25
25
  <dt>
@@ -152,6 +152,6 @@
152
152
  </div>
153
153
  <div class="footer">
154
154
  <hr>
155
- Generated by GTK-Doc V1.18</div>
155
+ Generated by GTK-Doc V1.20</div>
156
156
  </body>
157
157
  </html>
@@ -1,8 +1,9 @@
1
1
  <ANCHOR id="cairo-cairo-t" href="cairo/cairo-cairo-t.html">
2
- <ANCHOR id="cairo-cairo-t.synopsis" href="cairo/cairo-cairo-t.html#cairo-cairo-t.synopsis">
2
+ <ANCHOR id="cairo-cairo-t.functions" href="cairo/cairo-cairo-t.html#cairo-cairo-t.functions">
3
+ <ANCHOR id="cairo-cairo-t.other" href="cairo/cairo-cairo-t.html#cairo-cairo-t.other">
4
+ <ANCHOR id="cairo-cairo-t.object-hierarchy" href="cairo/cairo-cairo-t.html#cairo-cairo-t.object-hierarchy">
3
5
  <ANCHOR id="cairo-cairo-t.description" href="cairo/cairo-cairo-t.html#cairo-cairo-t.description">
4
- <ANCHOR id="cairo-cairo-t.details" href="cairo/cairo-cairo-t.html#cairo-cairo-t.details">
5
- <ANCHOR id="cairo-t" href="cairo/cairo-cairo-t.html#cairo-t">
6
+ <ANCHOR id="cairo-cairo-t.functions_details" href="cairo/cairo-cairo-t.html#cairo-cairo-t.functions_details">
6
7
  <ANCHOR id="cairo-create" href="cairo/cairo-cairo-t.html#cairo-create">
7
8
  <ANCHOR id="cairo-reference" href="cairo/cairo-cairo-t.html#cairo-reference">
8
9
  <ANCHOR id="cairo-destroy" href="cairo/cairo-cairo-t.html#cairo-destroy">
@@ -20,70 +21,21 @@
20
21
  <ANCHOR id="cairo-set-source" href="cairo/cairo-cairo-t.html#cairo-set-source">
21
22
  <ANCHOR id="cairo-set-source-surface" href="cairo/cairo-cairo-t.html#cairo-set-source-surface">
22
23
  <ANCHOR id="cairo-get-source" href="cairo/cairo-cairo-t.html#cairo-get-source">
23
- <ANCHOR id="cairo-antialias-t" href="cairo/cairo-cairo-t.html#cairo-antialias-t">
24
- <ANCHOR id="CAIRO-ANTIALIAS-DEFAULT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-DEFAULT:CAPS">
25
- <ANCHOR id="CAIRO-ANTIALIAS-NONE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-NONE:CAPS">
26
- <ANCHOR id="CAIRO-ANTIALIAS-GRAY:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-GRAY:CAPS">
27
- <ANCHOR id="CAIRO-ANTIALIAS-SUBPIXEL:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-SUBPIXEL:CAPS">
28
- <ANCHOR id="CAIRO-ANTIALIAS-FAST:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-FAST:CAPS">
29
- <ANCHOR id="CAIRO-ANTIALIAS-GOOD:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-GOOD:CAPS">
30
- <ANCHOR id="CAIRO-ANTIALIAS-BEST:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-ANTIALIAS-BEST:CAPS">
31
24
  <ANCHOR id="cairo-set-antialias" href="cairo/cairo-cairo-t.html#cairo-set-antialias">
32
25
  <ANCHOR id="cairo-get-antialias" href="cairo/cairo-cairo-t.html#cairo-get-antialias">
33
26
  <ANCHOR id="cairo-set-dash" href="cairo/cairo-cairo-t.html#cairo-set-dash">
34
27
  <ANCHOR id="cairo-get-dash-count" href="cairo/cairo-cairo-t.html#cairo-get-dash-count">
35
28
  <ANCHOR id="cairo-get-dash" href="cairo/cairo-cairo-t.html#cairo-get-dash">
36
- <ANCHOR id="cairo-fill-rule-t" href="cairo/cairo-cairo-t.html#cairo-fill-rule-t">
37
- <ANCHOR id="CAIRO-FILL-RULE-WINDING:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-FILL-RULE-WINDING:CAPS">
38
- <ANCHOR id="CAIRO-FILL-RULE-EVEN-ODD:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-FILL-RULE-EVEN-ODD:CAPS">
39
29
  <ANCHOR id="cairo-set-fill-rule" href="cairo/cairo-cairo-t.html#cairo-set-fill-rule">
40
30
  <ANCHOR id="cairo-get-fill-rule" href="cairo/cairo-cairo-t.html#cairo-get-fill-rule">
41
- <ANCHOR id="cairo-line-cap-t" href="cairo/cairo-cairo-t.html#cairo-line-cap-t">
42
- <ANCHOR id="CAIRO-LINE-CAP-BUTT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-CAP-BUTT:CAPS">
43
- <ANCHOR id="CAIRO-LINE-CAP-ROUND:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-CAP-ROUND:CAPS">
44
- <ANCHOR id="CAIRO-LINE-CAP-SQUARE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-CAP-SQUARE:CAPS">
45
31
  <ANCHOR id="cairo-set-line-cap" href="cairo/cairo-cairo-t.html#cairo-set-line-cap">
46
32
  <ANCHOR id="cairo-get-line-cap" href="cairo/cairo-cairo-t.html#cairo-get-line-cap">
47
- <ANCHOR id="cairo-line-join-t" href="cairo/cairo-cairo-t.html#cairo-line-join-t">
48
- <ANCHOR id="CAIRO-LINE-JOIN-MITER:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-JOIN-MITER:CAPS">
49
- <ANCHOR id="CAIRO-LINE-JOIN-ROUND:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-JOIN-ROUND:CAPS">
50
- <ANCHOR id="CAIRO-LINE-JOIN-BEVEL:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-LINE-JOIN-BEVEL:CAPS">
51
33
  <ANCHOR id="cairo-set-line-join" href="cairo/cairo-cairo-t.html#cairo-set-line-join">
52
34
  <ANCHOR id="cairo-get-line-join" href="cairo/cairo-cairo-t.html#cairo-get-line-join">
53
35
  <ANCHOR id="cairo-set-line-width" href="cairo/cairo-cairo-t.html#cairo-set-line-width">
54
36
  <ANCHOR id="cairo-get-line-width" href="cairo/cairo-cairo-t.html#cairo-get-line-width">
55
37
  <ANCHOR id="cairo-set-miter-limit" href="cairo/cairo-cairo-t.html#cairo-set-miter-limit">
56
38
  <ANCHOR id="cairo-get-miter-limit" href="cairo/cairo-cairo-t.html#cairo-get-miter-limit">
57
- <ANCHOR id="cairo-operator-t" href="cairo/cairo-cairo-t.html#cairo-operator-t">
58
- <ANCHOR id="CAIRO-OPERATOR-CLEAR:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-CLEAR:CAPS">
59
- <ANCHOR id="CAIRO-OPERATOR-SOURCE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-SOURCE:CAPS">
60
- <ANCHOR id="CAIRO-OPERATOR-OVER:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-OVER:CAPS">
61
- <ANCHOR id="CAIRO-OPERATOR-IN:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-IN:CAPS">
62
- <ANCHOR id="CAIRO-OPERATOR-OUT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-OUT:CAPS">
63
- <ANCHOR id="CAIRO-OPERATOR-ATOP:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-ATOP:CAPS">
64
- <ANCHOR id="CAIRO-OPERATOR-DEST:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST:CAPS">
65
- <ANCHOR id="CAIRO-OPERATOR-DEST-OVER:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST-OVER:CAPS">
66
- <ANCHOR id="CAIRO-OPERATOR-DEST-IN:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST-IN:CAPS">
67
- <ANCHOR id="CAIRO-OPERATOR-DEST-OUT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST-OUT:CAPS">
68
- <ANCHOR id="CAIRO-OPERATOR-DEST-ATOP:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DEST-ATOP:CAPS">
69
- <ANCHOR id="CAIRO-OPERATOR-XOR:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-XOR:CAPS">
70
- <ANCHOR id="CAIRO-OPERATOR-ADD:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-ADD:CAPS">
71
- <ANCHOR id="CAIRO-OPERATOR-SATURATE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-SATURATE:CAPS">
72
- <ANCHOR id="CAIRO-OPERATOR-MULTIPLY:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-MULTIPLY:CAPS">
73
- <ANCHOR id="CAIRO-OPERATOR-SCREEN:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-SCREEN:CAPS">
74
- <ANCHOR id="CAIRO-OPERATOR-OVERLAY:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-OVERLAY:CAPS">
75
- <ANCHOR id="CAIRO-OPERATOR-DARKEN:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DARKEN:CAPS">
76
- <ANCHOR id="CAIRO-OPERATOR-LIGHTEN:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-LIGHTEN:CAPS">
77
- <ANCHOR id="CAIRO-OPERATOR-COLOR-DODGE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-COLOR-DODGE:CAPS">
78
- <ANCHOR id="CAIRO-OPERATOR-COLOR-BURN:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-COLOR-BURN:CAPS">
79
- <ANCHOR id="CAIRO-OPERATOR-HARD-LIGHT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-HARD-LIGHT:CAPS">
80
- <ANCHOR id="CAIRO-OPERATOR-SOFT-LIGHT:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-SOFT-LIGHT:CAPS">
81
- <ANCHOR id="CAIRO-OPERATOR-DIFFERENCE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-DIFFERENCE:CAPS">
82
- <ANCHOR id="CAIRO-OPERATOR-EXCLUSION:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-EXCLUSION:CAPS">
83
- <ANCHOR id="CAIRO-OPERATOR-HSL-HUE:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-HSL-HUE:CAPS">
84
- <ANCHOR id="CAIRO-OPERATOR-HSL-SATURATION:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-HSL-SATURATION:CAPS">
85
- <ANCHOR id="CAIRO-OPERATOR-HSL-COLOR:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-HSL-COLOR:CAPS">
86
- <ANCHOR id="CAIRO-OPERATOR-HSL-LUMINOSITY:CAPS" href="cairo/cairo-cairo-t.html#CAIRO-OPERATOR-HSL-LUMINOSITY:CAPS">
87
39
  <ANCHOR id="cairo-set-operator" href="cairo/cairo-cairo-t.html#cairo-set-operator">
88
40
  <ANCHOR id="cairo-get-operator" href="cairo/cairo-cairo-t.html#cairo-get-operator">
89
41
  <ANCHOR id="cairo-set-tolerance" href="cairo/cairo-cairo-t.html#cairo-set-tolerance">
@@ -93,8 +45,6 @@
93
45
  <ANCHOR id="cairo-clip-extents" href="cairo/cairo-cairo-t.html#cairo-clip-extents">
94
46
  <ANCHOR id="cairo-in-clip" href="cairo/cairo-cairo-t.html#cairo-in-clip">
95
47
  <ANCHOR id="cairo-reset-clip" href="cairo/cairo-cairo-t.html#cairo-reset-clip">
96
- <ANCHOR id="cairo-rectangle-t" href="cairo/cairo-cairo-t.html#cairo-rectangle-t">
97
- <ANCHOR id="cairo-rectangle-list-t" href="cairo/cairo-cairo-t.html#cairo-rectangle-list-t">
98
48
  <ANCHOR id="cairo-rectangle-list-destroy" href="cairo/cairo-cairo-t.html#cairo-rectangle-list-destroy">
99
49
  <ANCHOR id="cairo-copy-clip-rectangle-list" href="cairo/cairo-cairo-t.html#cairo-copy-clip-rectangle-list">
100
50
  <ANCHOR id="cairo-fill" href="cairo/cairo-cairo-t.html#cairo-fill">
@@ -114,18 +64,22 @@
114
64
  <ANCHOR id="cairo-get-reference-count" href="cairo/cairo-cairo-t.html#cairo-get-reference-count">
115
65
  <ANCHOR id="cairo-set-user-data" href="cairo/cairo-cairo-t.html#cairo-set-user-data">
116
66
  <ANCHOR id="cairo-get-user-data" href="cairo/cairo-cairo-t.html#cairo-get-user-data">
67
+ <ANCHOR id="cairo-cairo-t.other_details" href="cairo/cairo-cairo-t.html#cairo-cairo-t.other_details">
68
+ <ANCHOR id="cairo-t" href="cairo/cairo-cairo-t.html#cairo-t">
69
+ <ANCHOR id="cairo-antialias-t" href="cairo/cairo-cairo-t.html#cairo-antialias-t">
70
+ <ANCHOR id="cairo-fill-rule-t" href="cairo/cairo-cairo-t.html#cairo-fill-rule-t">
71
+ <ANCHOR id="cairo-line-cap-t" href="cairo/cairo-cairo-t.html#cairo-line-cap-t">
72
+ <ANCHOR id="cairo-line-join-t" href="cairo/cairo-cairo-t.html#cairo-line-join-t">
73
+ <ANCHOR id="cairo-operator-t" href="cairo/cairo-cairo-t.html#cairo-operator-t">
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">
117
76
  <ANCHOR id="cairo-cairo-t.see-also" href="cairo/cairo-cairo-t.html#cairo-cairo-t.see-also">
118
77
  <ANCHOR id="cairo-Paths" href="cairo/cairo-Paths.html">
119
- <ANCHOR id="cairo-Paths.synopsis" href="cairo/cairo-Paths.html#cairo-Paths.synopsis">
78
+ <ANCHOR id="cairo-Paths.functions" href="cairo/cairo-Paths.html#cairo-Paths.functions">
79
+ <ANCHOR id="cairo-Paths.other" href="cairo/cairo-Paths.html#cairo-Paths.other">
80
+ <ANCHOR id="cairo-Paths.object-hierarchy" href="cairo/cairo-Paths.html#cairo-Paths.object-hierarchy">
120
81
  <ANCHOR id="cairo-Paths.description" href="cairo/cairo-Paths.html#cairo-Paths.description">
121
- <ANCHOR id="cairo-Paths.details" href="cairo/cairo-Paths.html#cairo-Paths.details">
122
- <ANCHOR id="cairo-path-t" href="cairo/cairo-Paths.html#cairo-path-t">
123
- <ANCHOR id="cairo-path-data-t" href="cairo/cairo-Paths.html#cairo-path-data-t">
124
- <ANCHOR id="cairo-path-data-type-t" href="cairo/cairo-Paths.html#cairo-path-data-type-t">
125
- <ANCHOR id="CAIRO-PATH-MOVE-TO:CAPS" href="cairo/cairo-Paths.html#CAIRO-PATH-MOVE-TO:CAPS">
126
- <ANCHOR id="CAIRO-PATH-LINE-TO:CAPS" href="cairo/cairo-Paths.html#CAIRO-PATH-LINE-TO:CAPS">
127
- <ANCHOR id="CAIRO-PATH-CURVE-TO:CAPS" href="cairo/cairo-Paths.html#CAIRO-PATH-CURVE-TO:CAPS">
128
- <ANCHOR id="CAIRO-PATH-CLOSE-PATH:CAPS" href="cairo/cairo-Paths.html#CAIRO-PATH-CLOSE-PATH:CAPS">
82
+ <ANCHOR id="cairo-Paths.functions_details" href="cairo/cairo-Paths.html#cairo-Paths.functions_details">
129
83
  <ANCHOR id="cairo-copy-path" href="cairo/cairo-Paths.html#cairo-copy-path">
130
84
  <ANCHOR id="cairo-copy-path-flat" href="cairo/cairo-Paths.html#cairo-copy-path-flat">
131
85
  <ANCHOR id="cairo-path-destroy" href="cairo/cairo-Paths.html#cairo-path-destroy">
@@ -147,11 +101,16 @@
147
101
  <ANCHOR id="cairo-rel-line-to" href="cairo/cairo-Paths.html#cairo-rel-line-to">
148
102
  <ANCHOR id="cairo-rel-move-to" href="cairo/cairo-Paths.html#cairo-rel-move-to">
149
103
  <ANCHOR id="cairo-path-extents" href="cairo/cairo-Paths.html#cairo-path-extents">
104
+ <ANCHOR id="cairo-Paths.other_details" href="cairo/cairo-Paths.html#cairo-Paths.other_details">
105
+ <ANCHOR id="cairo-path-t" href="cairo/cairo-Paths.html#cairo-path-t">
106
+ <ANCHOR id="cairo-path-data-t" href="cairo/cairo-Paths.html#cairo-path-data-t">
107
+ <ANCHOR id="cairo-path-data-type-t" href="cairo/cairo-Paths.html#cairo-path-data-type-t">
150
108
  <ANCHOR id="cairo-cairo-pattern-t" href="cairo/cairo-cairo-pattern-t.html">
151
- <ANCHOR id="cairo-cairo-pattern-t.synopsis" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.synopsis">
109
+ <ANCHOR id="cairo-cairo-pattern-t.functions" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.functions">
110
+ <ANCHOR id="cairo-cairo-pattern-t.other" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.other">
111
+ <ANCHOR id="cairo-cairo-pattern-t.object-hierarchy" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.object-hierarchy">
152
112
  <ANCHOR id="cairo-cairo-pattern-t.description" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.description">
153
- <ANCHOR id="cairo-cairo-pattern-t.details" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.details">
154
- <ANCHOR id="cairo-pattern-t" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-t">
113
+ <ANCHOR id="cairo-cairo-pattern-t.functions_details" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.functions_details">
155
114
  <ANCHOR id="cairo-pattern-add-color-stop-rgb" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-add-color-stop-rgb">
156
115
  <ANCHOR id="cairo-pattern-add-color-stop-rgba" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-add-color-stop-rgba">
157
116
  <ANCHOR id="cairo-pattern-get-color-stop-count" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-color-stop-count">
@@ -181,41 +140,28 @@
181
140
  <ANCHOR id="cairo-pattern-reference" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-reference">
182
141
  <ANCHOR id="cairo-pattern-destroy" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-destroy">
183
142
  <ANCHOR id="cairo-pattern-status" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-status">
184
- <ANCHOR id="cairo-extend-t" href="cairo/cairo-cairo-pattern-t.html#cairo-extend-t">
185
- <ANCHOR id="CAIRO-EXTEND-NONE:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-EXTEND-NONE:CAPS">
186
- <ANCHOR id="CAIRO-EXTEND-REPEAT:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-EXTEND-REPEAT:CAPS">
187
- <ANCHOR id="CAIRO-EXTEND-REFLECT:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-EXTEND-REFLECT:CAPS">
188
- <ANCHOR id="CAIRO-EXTEND-PAD:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-EXTEND-PAD:CAPS">
189
143
  <ANCHOR id="cairo-pattern-set-extend" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-set-extend">
190
144
  <ANCHOR id="cairo-pattern-get-extend" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-extend">
191
- <ANCHOR id="cairo-filter-t" href="cairo/cairo-cairo-pattern-t.html#cairo-filter-t">
192
- <ANCHOR id="CAIRO-FILTER-FAST:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-FILTER-FAST:CAPS">
193
- <ANCHOR id="CAIRO-FILTER-GOOD:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-FILTER-GOOD:CAPS">
194
- <ANCHOR id="CAIRO-FILTER-BEST:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-FILTER-BEST:CAPS">
195
- <ANCHOR id="CAIRO-FILTER-NEAREST:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-FILTER-NEAREST:CAPS">
196
- <ANCHOR id="CAIRO-FILTER-BILINEAR:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-FILTER-BILINEAR:CAPS">
197
- <ANCHOR id="CAIRO-FILTER-GAUSSIAN:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-FILTER-GAUSSIAN:CAPS">
198
145
  <ANCHOR id="cairo-pattern-set-filter" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-set-filter">
199
146
  <ANCHOR id="cairo-pattern-get-filter" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-filter">
200
147
  <ANCHOR id="cairo-pattern-set-matrix" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-set-matrix">
201
148
  <ANCHOR id="cairo-pattern-get-matrix" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-matrix">
202
- <ANCHOR id="cairo-pattern-type-t" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-type-t">
203
- <ANCHOR id="CAIRO-PATTERN-TYPE-SOLID:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-PATTERN-TYPE-SOLID:CAPS">
204
- <ANCHOR id="CAIRO-PATTERN-TYPE-SURFACE:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-PATTERN-TYPE-SURFACE:CAPS">
205
- <ANCHOR id="CAIRO-PATTERN-TYPE-LINEAR:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-PATTERN-TYPE-LINEAR:CAPS">
206
- <ANCHOR id="CAIRO-PATTERN-TYPE-RADIAL:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-PATTERN-TYPE-RADIAL:CAPS">
207
- <ANCHOR id="CAIRO-PATTERN-TYPE-MESH:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-PATTERN-TYPE-MESH:CAPS">
208
- <ANCHOR id="CAIRO-PATTERN-TYPE-RASTER-SOURCE:CAPS" href="cairo/cairo-cairo-pattern-t.html#CAIRO-PATTERN-TYPE-RASTER-SOURCE:CAPS">
209
149
  <ANCHOR id="cairo-pattern-get-type" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-type">
210
150
  <ANCHOR id="cairo-pattern-get-reference-count" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-reference-count">
211
151
  <ANCHOR id="cairo-pattern-set-user-data" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-set-user-data">
212
152
  <ANCHOR id="cairo-pattern-get-user-data" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-get-user-data">
153
+ <ANCHOR id="cairo-cairo-pattern-t.other_details" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.other_details">
154
+ <ANCHOR id="cairo-pattern-t" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-t">
155
+ <ANCHOR id="cairo-extend-t" href="cairo/cairo-cairo-pattern-t.html#cairo-extend-t">
156
+ <ANCHOR id="cairo-filter-t" href="cairo/cairo-cairo-pattern-t.html#cairo-filter-t">
157
+ <ANCHOR id="cairo-pattern-type-t" href="cairo/cairo-cairo-pattern-t.html#cairo-pattern-type-t">
213
158
  <ANCHOR id="cairo-cairo-pattern-t.see-also" href="cairo/cairo-cairo-pattern-t.html#cairo-cairo-pattern-t.see-also">
214
159
  <ANCHOR id="cairo-Regions" href="cairo/cairo-Regions.html">
215
- <ANCHOR id="cairo-Regions.synopsis" href="cairo/cairo-Regions.html#cairo-Regions.synopsis">
160
+ <ANCHOR id="cairo-Regions.functions" href="cairo/cairo-Regions.html#cairo-Regions.functions">
161
+ <ANCHOR id="cairo-Regions.other" href="cairo/cairo-Regions.html#cairo-Regions.other">
162
+ <ANCHOR id="cairo-Regions.object-hierarchy" href="cairo/cairo-Regions.html#cairo-Regions.object-hierarchy">
216
163
  <ANCHOR id="cairo-Regions.description" href="cairo/cairo-Regions.html#cairo-Regions.description">
217
- <ANCHOR id="cairo-Regions.details" href="cairo/cairo-Regions.html#cairo-Regions.details">
218
- <ANCHOR id="cairo-region-t" href="cairo/cairo-Regions.html#cairo-region-t">
164
+ <ANCHOR id="cairo-Regions.functions_details" href="cairo/cairo-Regions.html#cairo-Regions.functions_details">
219
165
  <ANCHOR id="cairo-region-create" href="cairo/cairo-Regions.html#cairo-region-create">
220
166
  <ANCHOR id="cairo-region-create-rectangle" href="cairo/cairo-Regions.html#cairo-region-create-rectangle">
221
167
  <ANCHOR id="cairo-region-create-rectangles" href="cairo/cairo-Regions.html#cairo-region-create-rectangles">
@@ -228,10 +174,6 @@
228
174
  <ANCHOR id="cairo-region-get-rectangle" href="cairo/cairo-Regions.html#cairo-region-get-rectangle">
229
175
  <ANCHOR id="cairo-region-is-empty" href="cairo/cairo-Regions.html#cairo-region-is-empty">
230
176
  <ANCHOR id="cairo-region-contains-point" href="cairo/cairo-Regions.html#cairo-region-contains-point">
231
- <ANCHOR id="cairo-region-overlap-t" href="cairo/cairo-Regions.html#cairo-region-overlap-t">
232
- <ANCHOR id="CAIRO-REGION-OVERLAP-IN:CAPS" href="cairo/cairo-Regions.html#CAIRO-REGION-OVERLAP-IN:CAPS">
233
- <ANCHOR id="CAIRO-REGION-OVERLAP-OUT:CAPS" href="cairo/cairo-Regions.html#CAIRO-REGION-OVERLAP-OUT:CAPS">
234
- <ANCHOR id="CAIRO-REGION-OVERLAP-PART:CAPS" href="cairo/cairo-Regions.html#CAIRO-REGION-OVERLAP-PART:CAPS">
235
177
  <ANCHOR id="cairo-region-contains-rectangle" href="cairo/cairo-Regions.html#cairo-region-contains-rectangle">
236
178
  <ANCHOR id="cairo-region-equal" href="cairo/cairo-Regions.html#cairo-region-equal">
237
179
  <ANCHOR id="cairo-region-translate" href="cairo/cairo-Regions.html#cairo-region-translate">
@@ -243,10 +185,14 @@
243
185
  <ANCHOR id="cairo-region-union-rectangle" href="cairo/cairo-Regions.html#cairo-region-union-rectangle">
244
186
  <ANCHOR id="cairo-region-xor" href="cairo/cairo-Regions.html#cairo-region-xor">
245
187
  <ANCHOR id="cairo-region-xor-rectangle" href="cairo/cairo-Regions.html#cairo-region-xor-rectangle">
188
+ <ANCHOR id="cairo-Regions.other_details" href="cairo/cairo-Regions.html#cairo-Regions.other_details">
189
+ <ANCHOR id="cairo-region-t" href="cairo/cairo-Regions.html#cairo-region-t">
190
+ <ANCHOR id="cairo-region-overlap-t" href="cairo/cairo-Regions.html#cairo-region-overlap-t">
246
191
  <ANCHOR id="cairo-Transformations" href="cairo/cairo-Transformations.html">
247
- <ANCHOR id="cairo-Transformations.synopsis" href="cairo/cairo-Transformations.html#cairo-Transformations.synopsis">
192
+ <ANCHOR id="cairo-Transformations.functions" href="cairo/cairo-Transformations.html#cairo-Transformations.functions">
193
+ <ANCHOR id="cairo-Transformations.object-hierarchy" href="cairo/cairo-Transformations.html#cairo-Transformations.object-hierarchy">
248
194
  <ANCHOR id="cairo-Transformations.description" href="cairo/cairo-Transformations.html#cairo-Transformations.description">
249
- <ANCHOR id="cairo-Transformations.details" href="cairo/cairo-Transformations.html#cairo-Transformations.details">
195
+ <ANCHOR id="cairo-Transformations.functions_details" href="cairo/cairo-Transformations.html#cairo-Transformations.functions_details">
250
196
  <ANCHOR id="cairo-translate" href="cairo/cairo-Transformations.html#cairo-translate">
251
197
  <ANCHOR id="cairo-scale" href="cairo/cairo-Transformations.html#cairo-scale">
252
198
  <ANCHOR id="cairo-rotate" href="cairo/cairo-Transformations.html#cairo-rotate">
@@ -258,22 +204,14 @@
258
204
  <ANCHOR id="cairo-user-to-device-distance" href="cairo/cairo-Transformations.html#cairo-user-to-device-distance">
259
205
  <ANCHOR id="cairo-device-to-user" href="cairo/cairo-Transformations.html#cairo-device-to-user">
260
206
  <ANCHOR id="cairo-device-to-user-distance" href="cairo/cairo-Transformations.html#cairo-device-to-user-distance">
207
+ <ANCHOR id="cairo-Transformations.other_details" href="cairo/cairo-Transformations.html#cairo-Transformations.other_details">
261
208
  <ANCHOR id="cairo-Transformations.see-also" href="cairo/cairo-Transformations.html#cairo-Transformations.see-also">
262
209
  <ANCHOR id="cairo-text" href="cairo/cairo-text.html">
263
- <ANCHOR id="cairo-text.synopsis" href="cairo/cairo-text.html#cairo-text.synopsis">
210
+ <ANCHOR id="cairo-text.functions" href="cairo/cairo-text.html#cairo-text.functions">
211
+ <ANCHOR id="cairo-text.other" href="cairo/cairo-text.html#cairo-text.other">
212
+ <ANCHOR id="cairo-text.object-hierarchy" href="cairo/cairo-text.html#cairo-text.object-hierarchy">
264
213
  <ANCHOR id="cairo-text.description" href="cairo/cairo-text.html#cairo-text.description">
265
- <ANCHOR id="cairo-text.details" href="cairo/cairo-text.html#cairo-text.details">
266
- <ANCHOR id="cairo-glyph-t" href="cairo/cairo-text.html#cairo-glyph-t">
267
- <ANCHOR id="cairo-font-slant-t" href="cairo/cairo-text.html#cairo-font-slant-t">
268
- <ANCHOR id="CAIRO-FONT-SLANT-NORMAL:CAPS" href="cairo/cairo-text.html#CAIRO-FONT-SLANT-NORMAL:CAPS">
269
- <ANCHOR id="CAIRO-FONT-SLANT-ITALIC:CAPS" href="cairo/cairo-text.html#CAIRO-FONT-SLANT-ITALIC:CAPS">
270
- <ANCHOR id="CAIRO-FONT-SLANT-OBLIQUE:CAPS" href="cairo/cairo-text.html#CAIRO-FONT-SLANT-OBLIQUE:CAPS">
271
- <ANCHOR id="cairo-font-weight-t" href="cairo/cairo-text.html#cairo-font-weight-t">
272
- <ANCHOR id="CAIRO-FONT-WEIGHT-NORMAL:CAPS" href="cairo/cairo-text.html#CAIRO-FONT-WEIGHT-NORMAL:CAPS">
273
- <ANCHOR id="CAIRO-FONT-WEIGHT-BOLD:CAPS" href="cairo/cairo-text.html#CAIRO-FONT-WEIGHT-BOLD:CAPS">
274
- <ANCHOR id="cairo-text-cluster-t" href="cairo/cairo-text.html#cairo-text-cluster-t">
275
- <ANCHOR id="cairo-text-cluster-flags-t" href="cairo/cairo-text.html#cairo-text-cluster-flags-t">
276
- <ANCHOR id="CAIRO-TEXT-CLUSTER-FLAG-BACKWARD:CAPS" href="cairo/cairo-text.html#CAIRO-TEXT-CLUSTER-FLAG-BACKWARD:CAPS">
214
+ <ANCHOR id="cairo-text.functions_details" href="cairo/cairo-text.html#cairo-text.functions_details">
277
215
  <ANCHOR id="cairo-select-font-face" href="cairo/cairo-text.html#cairo-select-font-face">
278
216
  <ANCHOR id="cairo-set-font-size" href="cairo/cairo-text.html#cairo-set-font-size">
279
217
  <ANCHOR id="cairo-set-font-matrix" href="cairo/cairo-text.html#cairo-set-font-matrix">
@@ -298,11 +236,18 @@
298
236
  <ANCHOR id="cairo-glyph-free" href="cairo/cairo-text.html#cairo-glyph-free">
299
237
  <ANCHOR id="cairo-text-cluster-allocate" href="cairo/cairo-text.html#cairo-text-cluster-allocate">
300
238
  <ANCHOR id="cairo-text-cluster-free" href="cairo/cairo-text.html#cairo-text-cluster-free">
239
+ <ANCHOR id="cairo-text.other_details" href="cairo/cairo-text.html#cairo-text.other_details">
240
+ <ANCHOR id="cairo-glyph-t" href="cairo/cairo-text.html#cairo-glyph-t">
241
+ <ANCHOR id="cairo-font-slant-t" href="cairo/cairo-text.html#cairo-font-slant-t">
242
+ <ANCHOR id="cairo-font-weight-t" href="cairo/cairo-text.html#cairo-font-weight-t">
243
+ <ANCHOR id="cairo-text-cluster-t" href="cairo/cairo-text.html#cairo-text-cluster-t">
244
+ <ANCHOR id="cairo-text-cluster-flags-t" href="cairo/cairo-text.html#cairo-text-cluster-flags-t">
301
245
  <ANCHOR id="cairo-text.see-also" href="cairo/cairo-text.html#cairo-text.see-also">
302
246
  <ANCHOR id="cairo-Raster-Sources" href="cairo/cairo-Raster-Sources.html">
303
- <ANCHOR id="cairo-Raster-Sources.synopsis" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.synopsis">
247
+ <ANCHOR id="cairo-Raster-Sources.functions" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.functions">
248
+ <ANCHOR id="cairo-Raster-Sources.object-hierarchy" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.object-hierarchy">
304
249
  <ANCHOR id="cairo-Raster-Sources.description" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.description">
305
- <ANCHOR id="cairo-Raster-Sources.details" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.details">
250
+ <ANCHOR id="cairo-Raster-Sources.functions_details" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.functions_details">
306
251
  <ANCHOR id="cairo-pattern-create-raster-source" href="cairo/cairo-Raster-Sources.html#cairo-pattern-create-raster-source">
307
252
  <ANCHOR id="cairo-raster-source-pattern-set-callback-data" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-pattern-set-callback-data">
308
253
  <ANCHOR id="cairo-raster-source-pattern-get-callback-data" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-pattern-get-callback-data">
@@ -319,38 +264,36 @@
319
264
  <ANCHOR id="cairo-raster-source-snapshot-func-t" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-snapshot-func-t">
320
265
  <ANCHOR id="cairo-raster-source-copy-func-t" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-copy-func-t">
321
266
  <ANCHOR id="cairo-raster-source-finish-func-t" href="cairo/cairo-Raster-Sources.html#cairo-raster-source-finish-func-t">
267
+ <ANCHOR id="cairo-Raster-Sources.other_details" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.other_details">
322
268
  <ANCHOR id="cairo-Raster-Sources.see-also" href="cairo/cairo-Raster-Sources.html#cairo-Raster-Sources.see-also">
323
269
  <ANCHOR id="cairo-cairo-font-face-t" href="cairo/cairo-cairo-font-face-t.html">
324
- <ANCHOR id="cairo-cairo-font-face-t.synopsis" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.synopsis">
270
+ <ANCHOR id="cairo-cairo-font-face-t.functions" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.functions">
271
+ <ANCHOR id="cairo-cairo-font-face-t.other" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.other">
272
+ <ANCHOR id="cairo-cairo-font-face-t.object-hierarchy" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.object-hierarchy">
325
273
  <ANCHOR id="cairo-cairo-font-face-t.description" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.description">
326
- <ANCHOR id="cairo-cairo-font-face-t.details" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.details">
327
- <ANCHOR id="cairo-font-face-t" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-t">
274
+ <ANCHOR id="cairo-cairo-font-face-t.functions_details" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.functions_details">
328
275
  <ANCHOR id="cairo-font-face-reference" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-reference">
329
276
  <ANCHOR id="cairo-font-face-destroy" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-destroy">
330
277
  <ANCHOR id="cairo-font-face-status" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-status">
331
- <ANCHOR id="cairo-font-type-t" href="cairo/cairo-cairo-font-face-t.html#cairo-font-type-t">
332
- <ANCHOR id="CAIRO-FONT-TYPE-TOY:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-TOY:CAPS">
333
- <ANCHOR id="CAIRO-FONT-TYPE-FT:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-FT:CAPS">
334
- <ANCHOR id="CAIRO-FONT-TYPE-WIN32:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-WIN32:CAPS">
335
- <ANCHOR id="CAIRO-FONT-TYPE-QUARTZ:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-QUARTZ:CAPS">
336
- <ANCHOR id="CAIRO-FONT-TYPE-USER:CAPS" href="cairo/cairo-cairo-font-face-t.html#CAIRO-FONT-TYPE-USER:CAPS">
337
278
  <ANCHOR id="cairo-font-face-get-type" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-get-type">
338
279
  <ANCHOR id="cairo-font-face-get-reference-count" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-get-reference-count">
339
280
  <ANCHOR id="cairo-font-face-set-user-data" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-set-user-data">
340
281
  <ANCHOR id="cairo-font-face-get-user-data" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-get-user-data">
282
+ <ANCHOR id="cairo-cairo-font-face-t.other_details" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.other_details">
283
+ <ANCHOR id="cairo-font-face-t" href="cairo/cairo-cairo-font-face-t.html#cairo-font-face-t">
284
+ <ANCHOR id="cairo-font-type-t" href="cairo/cairo-cairo-font-face-t.html#cairo-font-type-t">
341
285
  <ANCHOR id="cairo-cairo-font-face-t.see-also" href="cairo/cairo-cairo-font-face-t.html#cairo-cairo-font-face-t.see-also">
342
286
  <ANCHOR id="cairo-cairo-scaled-font-t" href="cairo/cairo-cairo-scaled-font-t.html">
343
- <ANCHOR id="cairo-cairo-scaled-font-t.synopsis" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.synopsis">
287
+ <ANCHOR id="cairo-cairo-scaled-font-t.functions" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.functions">
288
+ <ANCHOR id="cairo-cairo-scaled-font-t.other" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.other">
289
+ <ANCHOR id="cairo-cairo-scaled-font-t.object-hierarchy" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.object-hierarchy">
344
290
  <ANCHOR id="cairo-cairo-scaled-font-t.description" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.description">
345
- <ANCHOR id="cairo-cairo-scaled-font-t.details" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.details">
346
- <ANCHOR id="cairo-scaled-font-t" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-t">
291
+ <ANCHOR id="cairo-cairo-scaled-font-t.functions_details" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.functions_details">
347
292
  <ANCHOR id="cairo-scaled-font-create" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-create">
348
293
  <ANCHOR id="cairo-scaled-font-reference" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-reference">
349
294
  <ANCHOR id="cairo-scaled-font-destroy" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-destroy">
350
295
  <ANCHOR id="cairo-scaled-font-status" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-status">
351
- <ANCHOR id="cairo-font-extents-t" href="cairo/cairo-cairo-scaled-font-t.html#cairo-font-extents-t">
352
296
  <ANCHOR id="cairo-scaled-font-extents" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-extents">
353
- <ANCHOR id="cairo-text-extents-t" href="cairo/cairo-cairo-scaled-font-t.html#cairo-text-extents-t">
354
297
  <ANCHOR id="cairo-scaled-font-text-extents" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-text-extents">
355
298
  <ANCHOR id="cairo-scaled-font-glyph-extents" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-glyph-extents">
356
299
  <ANCHOR id="cairo-scaled-font-text-to-glyphs" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-text-to-glyphs">
@@ -363,12 +306,17 @@
363
306
  <ANCHOR id="cairo-scaled-font-get-reference-count" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-reference-count">
364
307
  <ANCHOR id="cairo-scaled-font-set-user-data" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-set-user-data">
365
308
  <ANCHOR id="cairo-scaled-font-get-user-data" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-get-user-data">
309
+ <ANCHOR id="cairo-cairo-scaled-font-t.other_details" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.other_details">
310
+ <ANCHOR id="cairo-scaled-font-t" href="cairo/cairo-cairo-scaled-font-t.html#cairo-scaled-font-t">
311
+ <ANCHOR id="cairo-font-extents-t" href="cairo/cairo-cairo-scaled-font-t.html#cairo-font-extents-t">
312
+ <ANCHOR id="cairo-text-extents-t" href="cairo/cairo-cairo-scaled-font-t.html#cairo-text-extents-t">
366
313
  <ANCHOR id="cairo-cairo-scaled-font-t.see-also" href="cairo/cairo-cairo-scaled-font-t.html#cairo-cairo-scaled-font-t.see-also">
367
314
  <ANCHOR id="cairo-cairo-font-options-t" href="cairo/cairo-cairo-font-options-t.html">
368
- <ANCHOR id="cairo-cairo-font-options-t.synopsis" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.synopsis">
315
+ <ANCHOR id="cairo-cairo-font-options-t.functions" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.functions">
316
+ <ANCHOR id="cairo-cairo-font-options-t.other" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.other">
317
+ <ANCHOR id="cairo-cairo-font-options-t.object-hierarchy" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.object-hierarchy">
369
318
  <ANCHOR id="cairo-cairo-font-options-t.description" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.description">
370
- <ANCHOR id="cairo-cairo-font-options-t.details" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.details">
371
- <ANCHOR id="cairo-font-options-t" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-t">
319
+ <ANCHOR id="cairo-cairo-font-options-t.functions_details" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.functions_details">
372
320
  <ANCHOR id="cairo-font-options-create" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-create">
373
321
  <ANCHOR id="cairo-font-options-copy" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-copy">
374
322
  <ANCHOR id="cairo-font-options-destroy" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-destroy">
@@ -378,52 +326,43 @@
378
326
  <ANCHOR id="cairo-font-options-equal" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-equal">
379
327
  <ANCHOR id="cairo-font-options-set-antialias" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-set-antialias">
380
328
  <ANCHOR id="cairo-font-options-get-antialias" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-get-antialias">
381
- <ANCHOR id="cairo-subpixel-order-t" href="cairo/cairo-cairo-font-options-t.html#cairo-subpixel-order-t">
382
- <ANCHOR id="CAIRO-SUBPIXEL-ORDER-DEFAULT:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-SUBPIXEL-ORDER-DEFAULT:CAPS">
383
- <ANCHOR id="CAIRO-SUBPIXEL-ORDER-RGB:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-SUBPIXEL-ORDER-RGB:CAPS">
384
- <ANCHOR id="CAIRO-SUBPIXEL-ORDER-BGR:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-SUBPIXEL-ORDER-BGR:CAPS">
385
- <ANCHOR id="CAIRO-SUBPIXEL-ORDER-VRGB:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-SUBPIXEL-ORDER-VRGB:CAPS">
386
- <ANCHOR id="CAIRO-SUBPIXEL-ORDER-VBGR:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-SUBPIXEL-ORDER-VBGR:CAPS">
387
329
  <ANCHOR id="cairo-font-options-set-subpixel-order" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-set-subpixel-order">
388
330
  <ANCHOR id="cairo-font-options-get-subpixel-order" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-get-subpixel-order">
389
- <ANCHOR id="cairo-hint-style-t" href="cairo/cairo-cairo-font-options-t.html#cairo-hint-style-t">
390
- <ANCHOR id="CAIRO-HINT-STYLE-DEFAULT:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-HINT-STYLE-DEFAULT:CAPS">
391
- <ANCHOR id="CAIRO-HINT-STYLE-NONE:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-HINT-STYLE-NONE:CAPS">
392
- <ANCHOR id="CAIRO-HINT-STYLE-SLIGHT:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-HINT-STYLE-SLIGHT:CAPS">
393
- <ANCHOR id="CAIRO-HINT-STYLE-MEDIUM:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-HINT-STYLE-MEDIUM:CAPS">
394
- <ANCHOR id="CAIRO-HINT-STYLE-FULL:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-HINT-STYLE-FULL:CAPS">
395
331
  <ANCHOR id="cairo-font-options-set-hint-style" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-set-hint-style">
396
332
  <ANCHOR id="cairo-font-options-get-hint-style" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-get-hint-style">
397
- <ANCHOR id="cairo-hint-metrics-t" href="cairo/cairo-cairo-font-options-t.html#cairo-hint-metrics-t">
398
- <ANCHOR id="CAIRO-HINT-METRICS-DEFAULT:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-HINT-METRICS-DEFAULT:CAPS">
399
- <ANCHOR id="CAIRO-HINT-METRICS-OFF:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-HINT-METRICS-OFF:CAPS">
400
- <ANCHOR id="CAIRO-HINT-METRICS-ON:CAPS" href="cairo/cairo-cairo-font-options-t.html#CAIRO-HINT-METRICS-ON:CAPS">
401
333
  <ANCHOR id="cairo-font-options-set-hint-metrics" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-set-hint-metrics">
402
334
  <ANCHOR id="cairo-font-options-get-hint-metrics" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-get-hint-metrics">
335
+ <ANCHOR id="cairo-cairo-font-options-t.other_details" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.other_details">
336
+ <ANCHOR id="cairo-font-options-t" href="cairo/cairo-cairo-font-options-t.html#cairo-font-options-t">
337
+ <ANCHOR id="cairo-subpixel-order-t" href="cairo/cairo-cairo-font-options-t.html#cairo-subpixel-order-t">
338
+ <ANCHOR id="cairo-hint-style-t" href="cairo/cairo-cairo-font-options-t.html#cairo-hint-style-t">
339
+ <ANCHOR id="cairo-hint-metrics-t" href="cairo/cairo-cairo-font-options-t.html#cairo-hint-metrics-t">
403
340
  <ANCHOR id="cairo-cairo-font-options-t.see-also" href="cairo/cairo-cairo-font-options-t.html#cairo-cairo-font-options-t.see-also">
404
341
  <ANCHOR id="cairo-FreeType-Fonts" href="cairo/cairo-FreeType-Fonts.html">
405
- <ANCHOR id="cairo-FreeType-Fonts.synopsis" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.synopsis">
342
+ <ANCHOR id="cairo-FreeType-Fonts.functions" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.functions">
343
+ <ANCHOR id="cairo-FreeType-Fonts.other" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.other">
344
+ <ANCHOR id="cairo-FreeType-Fonts.object-hierarchy" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.object-hierarchy">
406
345
  <ANCHOR id="cairo-FreeType-Fonts.description" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.description">
407
- <ANCHOR id="cairo-FreeType-Fonts.details" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.details">
408
- <ANCHOR id="CAIRO-HAS-FT-FONT:CAPS" href="cairo/cairo-FreeType-Fonts.html#CAIRO-HAS-FT-FONT:CAPS">
409
- <ANCHOR id="CAIRO-HAS-FC-FONT:CAPS" href="cairo/cairo-FreeType-Fonts.html#CAIRO-HAS-FC-FONT:CAPS">
346
+ <ANCHOR id="cairo-FreeType-Fonts.functions_details" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.functions_details">
410
347
  <ANCHOR id="cairo-ft-font-face-create-for-ft-face" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-ft-face">
411
348
  <ANCHOR id="cairo-ft-font-face-create-for-pattern" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-create-for-pattern">
412
349
  <ANCHOR id="cairo-ft-font-options-substitute" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-options-substitute">
413
350
  <ANCHOR id="cairo-ft-scaled-font-lock-face" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-scaled-font-lock-face">
414
351
  <ANCHOR id="cairo-ft-scaled-font-unlock-face" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-scaled-font-unlock-face">
415
- <ANCHOR id="cairo-ft-synthesize-t" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-synthesize-t">
416
- <ANCHOR id="CAIRO-FT-SYNTHESIZE-BOLD:CAPS" href="cairo/cairo-FreeType-Fonts.html#CAIRO-FT-SYNTHESIZE-BOLD:CAPS">
417
- <ANCHOR id="CAIRO-FT-SYNTHESIZE-OBLIQUE:CAPS" href="cairo/cairo-FreeType-Fonts.html#CAIRO-FT-SYNTHESIZE-OBLIQUE:CAPS">
418
352
  <ANCHOR id="cairo-ft-font-face-get-synthesize" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-get-synthesize">
419
353
  <ANCHOR id="cairo-ft-font-face-set-synthesize" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-set-synthesize">
420
354
  <ANCHOR id="cairo-ft-font-face-unset-synthesize" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-font-face-unset-synthesize">
355
+ <ANCHOR id="cairo-FreeType-Fonts.other_details" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.other_details">
356
+ <ANCHOR id="CAIRO-HAS-FT-FONT:CAPS" href="cairo/cairo-FreeType-Fonts.html#CAIRO-HAS-FT-FONT:CAPS">
357
+ <ANCHOR id="CAIRO-HAS-FC-FONT:CAPS" href="cairo/cairo-FreeType-Fonts.html#CAIRO-HAS-FC-FONT:CAPS">
358
+ <ANCHOR id="cairo-ft-synthesize-t" href="cairo/cairo-FreeType-Fonts.html#cairo-ft-synthesize-t">
421
359
  <ANCHOR id="cairo-FreeType-Fonts.see-also" href="cairo/cairo-FreeType-Fonts.html#cairo-FreeType-Fonts.see-also">
422
360
  <ANCHOR id="cairo-Win32-Fonts" href="cairo/cairo-Win32-Fonts.html">
423
- <ANCHOR id="cairo-Win32-Fonts.synopsis" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.synopsis">
361
+ <ANCHOR id="cairo-Win32-Fonts.functions" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.functions">
362
+ <ANCHOR id="cairo-Win32-Fonts.other" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.other">
363
+ <ANCHOR id="cairo-Win32-Fonts.object-hierarchy" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.object-hierarchy">
424
364
  <ANCHOR id="cairo-Win32-Fonts.description" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.description">
425
- <ANCHOR id="cairo-Win32-Fonts.details" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.details">
426
- <ANCHOR id="CAIRO-HAS-WIN32-FONT:CAPS" href="cairo/cairo-Win32-Fonts.html#CAIRO-HAS-WIN32-FONT:CAPS">
365
+ <ANCHOR id="cairo-Win32-Fonts.functions_details" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.functions_details">
427
366
  <ANCHOR id="cairo-win32-font-face-create-for-logfontw" href="cairo/cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-logfontw">
428
367
  <ANCHOR id="cairo-win32-font-face-create-for-hfont" href="cairo/cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-hfont">
429
368
  <ANCHOR id="cairo-win32-font-face-create-for-logfontw-hfont" href="cairo/cairo-Win32-Fonts.html#cairo-win32-font-face-create-for-logfontw-hfont">
@@ -432,20 +371,26 @@
432
371
  <ANCHOR id="cairo-win32-scaled-font-get-metrics-factor" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-metrics-factor">
433
372
  <ANCHOR id="cairo-win32-scaled-font-get-logical-to-device" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-logical-to-device">
434
373
  <ANCHOR id="cairo-win32-scaled-font-get-device-to-logical" href="cairo/cairo-Win32-Fonts.html#cairo-win32-scaled-font-get-device-to-logical">
374
+ <ANCHOR id="cairo-Win32-Fonts.other_details" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.other_details">
375
+ <ANCHOR id="CAIRO-HAS-WIN32-FONT:CAPS" href="cairo/cairo-Win32-Fonts.html#CAIRO-HAS-WIN32-FONT:CAPS">
435
376
  <ANCHOR id="cairo-Win32-Fonts.see-also" href="cairo/cairo-Win32-Fonts.html#cairo-Win32-Fonts.see-also">
436
377
  <ANCHOR id="cairo-Quartz-(CGFont)-Fonts" href="cairo/cairo-Quartz-(CGFont)-Fonts.html">
437
- <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.synopsis" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.synopsis">
378
+ <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.functions" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.functions">
379
+ <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.other" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.other">
380
+ <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.object-hierarchy" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.object-hierarchy">
438
381
  <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.description" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.description">
439
- <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.details" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.details">
440
- <ANCHOR id="CAIRO-HAS-QUARTZ-FONT:CAPS" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#CAIRO-HAS-QUARTZ-FONT:CAPS">
382
+ <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.functions_details" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.functions_details">
441
383
  <ANCHOR id="cairo-quartz-font-face-create-for-cgfont" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-quartz-font-face-create-for-cgfont">
442
384
  <ANCHOR id="cairo-quartz-font-face-create-for-atsu-font-id" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-quartz-font-face-create-for-atsu-font-id">
385
+ <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.other_details" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.other_details">
386
+ <ANCHOR id="CAIRO-HAS-QUARTZ-FONT:CAPS" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#CAIRO-HAS-QUARTZ-FONT:CAPS">
443
387
  <ANCHOR id="cairo-Quartz-(CGFont)-Fonts.see-also" href="cairo/cairo-Quartz-(CGFont)-Fonts.html#cairo-Quartz-(CGFont)-Fonts.see-also">
444
388
  <ANCHOR id="cairo-User-Fonts" href="cairo/cairo-User-Fonts.html">
445
- <ANCHOR id="cairo-User-Fonts.synopsis" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.synopsis">
389
+ <ANCHOR id="cairo-User-Fonts.functions" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.functions">
390
+ <ANCHOR id="cairo-User-Fonts.other" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.other">
391
+ <ANCHOR id="cairo-User-Fonts.object-hierarchy" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.object-hierarchy">
446
392
  <ANCHOR id="cairo-User-Fonts.description" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.description">
447
- <ANCHOR id="cairo-User-Fonts.details" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.details">
448
- <ANCHOR id="CAIRO-HAS-USER-FONT:CAPS" href="cairo/cairo-User-Fonts.html#CAIRO-HAS-USER-FONT:CAPS">
393
+ <ANCHOR id="cairo-User-Fonts.functions_details" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.functions_details">
449
394
  <ANCHOR id="cairo-user-scaled-font-init-func-t" href="cairo/cairo-User-Fonts.html#cairo-user-scaled-font-init-func-t">
450
395
  <ANCHOR id="cairo-user-scaled-font-render-glyph-func-t" href="cairo/cairo-User-Fonts.html#cairo-user-scaled-font-render-glyph-func-t">
451
396
  <ANCHOR id="cairo-user-scaled-font-text-to-glyphs-func-t" href="cairo/cairo-User-Fonts.html#cairo-user-scaled-font-text-to-glyphs-func-t">
@@ -459,26 +404,19 @@
459
404
  <ANCHOR id="cairo-user-font-face-get-unicode-to-glyph-func" href="cairo/cairo-User-Fonts.html#cairo-user-font-face-get-unicode-to-glyph-func">
460
405
  <ANCHOR id="cairo-user-font-face-set-text-to-glyphs-func" href="cairo/cairo-User-Fonts.html#cairo-user-font-face-set-text-to-glyphs-func">
461
406
  <ANCHOR id="cairo-user-font-face-get-text-to-glyphs-func" href="cairo/cairo-User-Fonts.html#cairo-user-font-face-get-text-to-glyphs-func">
407
+ <ANCHOR id="cairo-User-Fonts.other_details" href="cairo/cairo-User-Fonts.html#cairo-User-Fonts.other_details">
408
+ <ANCHOR id="CAIRO-HAS-USER-FONT:CAPS" href="cairo/cairo-User-Fonts.html#CAIRO-HAS-USER-FONT:CAPS">
462
409
  <ANCHOR id="cairo-cairo-device-t" href="cairo/cairo-cairo-device-t.html">
463
- <ANCHOR id="cairo-cairo-device-t.synopsis" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.synopsis">
410
+ <ANCHOR id="cairo-cairo-device-t.functions" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.functions">
411
+ <ANCHOR id="cairo-cairo-device-t.other" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.other">
412
+ <ANCHOR id="cairo-cairo-device-t.object-hierarchy" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.object-hierarchy">
464
413
  <ANCHOR id="cairo-cairo-device-t.description" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.description">
465
- <ANCHOR id="cairo-cairo-device-t.details" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.details">
466
- <ANCHOR id="cairo-device-t" href="cairo/cairo-cairo-device-t.html#cairo-device-t">
414
+ <ANCHOR id="cairo-cairo-device-t.functions_details" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.functions_details">
467
415
  <ANCHOR id="cairo-device-reference" href="cairo/cairo-cairo-device-t.html#cairo-device-reference">
468
416
  <ANCHOR id="cairo-device-destroy" href="cairo/cairo-cairo-device-t.html#cairo-device-destroy">
469
417
  <ANCHOR id="cairo-device-status" href="cairo/cairo-cairo-device-t.html#cairo-device-status">
470
418
  <ANCHOR id="cairo-device-finish" href="cairo/cairo-cairo-device-t.html#cairo-device-finish">
471
419
  <ANCHOR id="cairo-device-flush" href="cairo/cairo-cairo-device-t.html#cairo-device-flush">
472
- <ANCHOR id="cairo-device-type-t" href="cairo/cairo-cairo-device-t.html#cairo-device-type-t">
473
- <ANCHOR id="CAIRO-DEVICE-TYPE-DRM:CAPS" href="cairo/cairo-cairo-device-t.html#CAIRO-DEVICE-TYPE-DRM:CAPS">
474
- <ANCHOR id="CAIRO-DEVICE-TYPE-GL:CAPS" href="cairo/cairo-cairo-device-t.html#CAIRO-DEVICE-TYPE-GL:CAPS">
475
- <ANCHOR id="CAIRO-DEVICE-TYPE-SCRIPT:CAPS" href="cairo/cairo-cairo-device-t.html#CAIRO-DEVICE-TYPE-SCRIPT:CAPS">
476
- <ANCHOR id="CAIRO-DEVICE-TYPE-XCB:CAPS" href="cairo/cairo-cairo-device-t.html#CAIRO-DEVICE-TYPE-XCB:CAPS">
477
- <ANCHOR id="CAIRO-DEVICE-TYPE-XLIB:CAPS" href="cairo/cairo-cairo-device-t.html#CAIRO-DEVICE-TYPE-XLIB:CAPS">
478
- <ANCHOR id="CAIRO-DEVICE-TYPE-XML:CAPS" href="cairo/cairo-cairo-device-t.html#CAIRO-DEVICE-TYPE-XML:CAPS">
479
- <ANCHOR id="CAIRO-DEVICE-TYPE-COGL:CAPS" href="cairo/cairo-cairo-device-t.html#CAIRO-DEVICE-TYPE-COGL:CAPS">
480
- <ANCHOR id="CAIRO-DEVICE-TYPE-WIN32:CAPS" href="cairo/cairo-cairo-device-t.html#CAIRO-DEVICE-TYPE-WIN32:CAPS">
481
- <ANCHOR id="CAIRO-DEVICE-TYPE-INVALID:CAPS" href="cairo/cairo-cairo-device-t.html#CAIRO-DEVICE-TYPE-INVALID:CAPS">
482
420
  <ANCHOR id="cairo-device-get-type" href="cairo/cairo-cairo-device-t.html#cairo-device-get-type">
483
421
  <ANCHOR id="cairo-device-get-reference-count" href="cairo/cairo-cairo-device-t.html#cairo-device-get-reference-count">
484
422
  <ANCHOR id="cairo-device-set-user-data" href="cairo/cairo-cairo-device-t.html#cairo-device-set-user-data">
@@ -492,25 +430,16 @@
492
430
  <ANCHOR id="cairo-device-observer-paint-elapsed" href="cairo/cairo-cairo-device-t.html#cairo-device-observer-paint-elapsed">
493
431
  <ANCHOR id="cairo-device-observer-print" href="cairo/cairo-cairo-device-t.html#cairo-device-observer-print">
494
432
  <ANCHOR id="cairo-device-observer-stroke-elapsed" href="cairo/cairo-cairo-device-t.html#cairo-device-observer-stroke-elapsed">
433
+ <ANCHOR id="cairo-cairo-device-t.other_details" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.other_details">
434
+ <ANCHOR id="cairo-device-t" href="cairo/cairo-cairo-device-t.html#cairo-device-t">
435
+ <ANCHOR id="cairo-device-type-t" href="cairo/cairo-cairo-device-t.html#cairo-device-type-t">
495
436
  <ANCHOR id="cairo-cairo-device-t.see-also" href="cairo/cairo-cairo-device-t.html#cairo-cairo-device-t.see-also">
496
437
  <ANCHOR id="cairo-cairo-surface-t" href="cairo/cairo-cairo-surface-t.html">
497
- <ANCHOR id="cairo-cairo-surface-t.synopsis" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.synopsis">
438
+ <ANCHOR id="cairo-cairo-surface-t.functions" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.functions">
439
+ <ANCHOR id="cairo-cairo-surface-t.other" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.other">
440
+ <ANCHOR id="cairo-cairo-surface-t.object-hierarchy" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.object-hierarchy">
498
441
  <ANCHOR id="cairo-cairo-surface-t.description" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.description">
499
- <ANCHOR id="cairo-cairo-surface-t.details" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.details">
500
- <ANCHOR id="CAIRO-HAS-MIME-SURFACE:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-HAS-MIME-SURFACE:CAPS">
501
- <ANCHOR id="CAIRO-MIME-TYPE-JBIG2:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2:CAPS">
502
- <ANCHOR id="CAIRO-MIME-TYPE-JBIG2-GLOBAL:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL:CAPS">
503
- <ANCHOR id="CAIRO-MIME-TYPE-JBIG2-GLOBAL-ID:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL-ID:CAPS">
504
- <ANCHOR id="CAIRO-MIME-TYPE-JP2:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JP2:CAPS">
505
- <ANCHOR id="CAIRO-MIME-TYPE-JPEG:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JPEG:CAPS">
506
- <ANCHOR id="CAIRO-MIME-TYPE-PNG:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-PNG:CAPS">
507
- <ANCHOR id="CAIRO-MIME-TYPE-URI:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-URI:CAPS">
508
- <ANCHOR id="CAIRO-MIME-TYPE-UNIQUE-ID:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-UNIQUE-ID:CAPS">
509
- <ANCHOR id="cairo-surface-t" href="cairo/cairo-cairo-surface-t.html#cairo-surface-t">
510
- <ANCHOR id="cairo-content-t" href="cairo/cairo-cairo-surface-t.html#cairo-content-t">
511
- <ANCHOR id="CAIRO-CONTENT-COLOR:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-CONTENT-COLOR:CAPS">
512
- <ANCHOR id="CAIRO-CONTENT-ALPHA:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-CONTENT-ALPHA:CAPS">
513
- <ANCHOR id="CAIRO-CONTENT-COLOR-ALPHA:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-CONTENT-COLOR-ALPHA:CAPS">
442
+ <ANCHOR id="cairo-cairo-surface-t.functions_details" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.functions_details">
514
443
  <ANCHOR id="cairo-surface-create-similar" href="cairo/cairo-cairo-surface-t.html#cairo-surface-create-similar">
515
444
  <ANCHOR id="cairo-surface-create-similar-image" href="cairo/cairo-cairo-surface-t.html#cairo-surface-create-similar-image">
516
445
  <ANCHOR id="cairo-surface-create-for-rectangle" href="cairo/cairo-cairo-surface-t.html#cairo-surface-create-for-rectangle">
@@ -530,32 +459,6 @@
530
459
  <ANCHOR id="cairo-surface-set-device-scale" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-device-scale">
531
460
  <ANCHOR id="cairo-surface-set-fallback-resolution" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-fallback-resolution">
532
461
  <ANCHOR id="cairo-surface-get-fallback-resolution" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-fallback-resolution">
533
- <ANCHOR id="cairo-surface-type-t" href="cairo/cairo-cairo-surface-t.html#cairo-surface-type-t">
534
- <ANCHOR id="CAIRO-SURFACE-TYPE-IMAGE:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-IMAGE:CAPS">
535
- <ANCHOR id="CAIRO-SURFACE-TYPE-PDF:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-PDF:CAPS">
536
- <ANCHOR id="CAIRO-SURFACE-TYPE-PS:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-PS:CAPS">
537
- <ANCHOR id="CAIRO-SURFACE-TYPE-XLIB:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-XLIB:CAPS">
538
- <ANCHOR id="CAIRO-SURFACE-TYPE-XCB:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-XCB:CAPS">
539
- <ANCHOR id="CAIRO-SURFACE-TYPE-GLITZ:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-GLITZ:CAPS">
540
- <ANCHOR id="CAIRO-SURFACE-TYPE-QUARTZ:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-QUARTZ:CAPS">
541
- <ANCHOR id="CAIRO-SURFACE-TYPE-WIN32:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-WIN32:CAPS">
542
- <ANCHOR id="CAIRO-SURFACE-TYPE-BEOS:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-BEOS:CAPS">
543
- <ANCHOR id="CAIRO-SURFACE-TYPE-DIRECTFB:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-DIRECTFB:CAPS">
544
- <ANCHOR id="CAIRO-SURFACE-TYPE-SVG:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-SVG:CAPS">
545
- <ANCHOR id="CAIRO-SURFACE-TYPE-OS2:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-OS2:CAPS">
546
- <ANCHOR id="CAIRO-SURFACE-TYPE-WIN32-PRINTING:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-WIN32-PRINTING:CAPS">
547
- <ANCHOR id="CAIRO-SURFACE-TYPE-QUARTZ-IMAGE:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-QUARTZ-IMAGE:CAPS">
548
- <ANCHOR id="CAIRO-SURFACE-TYPE-SCRIPT:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-SCRIPT:CAPS">
549
- <ANCHOR id="CAIRO-SURFACE-TYPE-QT:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-QT:CAPS">
550
- <ANCHOR id="CAIRO-SURFACE-TYPE-RECORDING:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-RECORDING:CAPS">
551
- <ANCHOR id="CAIRO-SURFACE-TYPE-VG:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-VG:CAPS">
552
- <ANCHOR id="CAIRO-SURFACE-TYPE-GL:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-GL:CAPS">
553
- <ANCHOR id="CAIRO-SURFACE-TYPE-DRM:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-DRM:CAPS">
554
- <ANCHOR id="CAIRO-SURFACE-TYPE-TEE:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-TEE:CAPS">
555
- <ANCHOR id="CAIRO-SURFACE-TYPE-XML:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-XML:CAPS">
556
- <ANCHOR id="CAIRO-SURFACE-TYPE-SKIA:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-SKIA:CAPS">
557
- <ANCHOR id="CAIRO-SURFACE-TYPE-SUBSURFACE:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-SUBSURFACE:CAPS">
558
- <ANCHOR id="CAIRO-SURFACE-TYPE-COGL:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-SURFACE-TYPE-COGL:CAPS">
559
462
  <ANCHOR id="cairo-surface-get-type" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-type">
560
463
  <ANCHOR id="cairo-surface-get-reference-count" href="cairo/cairo-cairo-surface-t.html#cairo-surface-get-reference-count">
561
464
  <ANCHOR id="cairo-surface-set-user-data" href="cairo/cairo-cairo-surface-t.html#cairo-surface-set-user-data">
@@ -568,20 +471,26 @@
568
471
  <ANCHOR id="cairo-surface-supports-mime-type" href="cairo/cairo-cairo-surface-t.html#cairo-surface-supports-mime-type">
569
472
  <ANCHOR id="cairo-surface-map-to-image" href="cairo/cairo-cairo-surface-t.html#cairo-surface-map-to-image">
570
473
  <ANCHOR id="cairo-surface-unmap-image" href="cairo/cairo-cairo-surface-t.html#cairo-surface-unmap-image">
474
+ <ANCHOR id="cairo-cairo-surface-t.other_details" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.other_details">
475
+ <ANCHOR id="CAIRO-HAS-MIME-SURFACE:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-HAS-MIME-SURFACE:CAPS">
476
+ <ANCHOR id="CAIRO-MIME-TYPE-JBIG2:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2:CAPS">
477
+ <ANCHOR id="CAIRO-MIME-TYPE-JBIG2-GLOBAL:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL:CAPS">
478
+ <ANCHOR id="CAIRO-MIME-TYPE-JBIG2-GLOBAL-ID:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL-ID:CAPS">
479
+ <ANCHOR id="CAIRO-MIME-TYPE-JP2:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JP2:CAPS">
480
+ <ANCHOR id="CAIRO-MIME-TYPE-JPEG:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JPEG:CAPS">
481
+ <ANCHOR id="CAIRO-MIME-TYPE-PNG:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-PNG:CAPS">
482
+ <ANCHOR id="CAIRO-MIME-TYPE-URI:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-URI:CAPS">
483
+ <ANCHOR id="CAIRO-MIME-TYPE-UNIQUE-ID:CAPS" href="cairo/cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-UNIQUE-ID:CAPS">
484
+ <ANCHOR id="cairo-surface-t" href="cairo/cairo-cairo-surface-t.html#cairo-surface-t">
485
+ <ANCHOR id="cairo-content-t" href="cairo/cairo-cairo-surface-t.html#cairo-content-t">
486
+ <ANCHOR id="cairo-surface-type-t" href="cairo/cairo-cairo-surface-t.html#cairo-surface-type-t">
571
487
  <ANCHOR id="cairo-cairo-surface-t.see-also" href="cairo/cairo-cairo-surface-t.html#cairo-cairo-surface-t.see-also">
572
488
  <ANCHOR id="cairo-Image-Surfaces" href="cairo/cairo-Image-Surfaces.html">
573
- <ANCHOR id="cairo-Image-Surfaces.synopsis" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.synopsis">
489
+ <ANCHOR id="cairo-Image-Surfaces.functions" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.functions">
490
+ <ANCHOR id="cairo-Image-Surfaces.other" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.other">
491
+ <ANCHOR id="cairo-Image-Surfaces.object-hierarchy" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.object-hierarchy">
574
492
  <ANCHOR id="cairo-Image-Surfaces.description" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.description">
575
- <ANCHOR id="cairo-Image-Surfaces.details" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.details">
576
- <ANCHOR id="CAIRO-HAS-IMAGE-SURFACE:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-HAS-IMAGE-SURFACE:CAPS">
577
- <ANCHOR id="cairo-format-t" href="cairo/cairo-Image-Surfaces.html#cairo-format-t">
578
- <ANCHOR id="CAIRO-FORMAT-INVALID:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-INVALID:CAPS">
579
- <ANCHOR id="CAIRO-FORMAT-ARGB32:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-ARGB32:CAPS">
580
- <ANCHOR id="CAIRO-FORMAT-RGB24:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-RGB24:CAPS">
581
- <ANCHOR id="CAIRO-FORMAT-A8:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-A8:CAPS">
582
- <ANCHOR id="CAIRO-FORMAT-A1:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-A1:CAPS">
583
- <ANCHOR id="CAIRO-FORMAT-RGB16-565:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-RGB16-565:CAPS">
584
- <ANCHOR id="CAIRO-FORMAT-RGB30:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-FORMAT-RGB30:CAPS">
493
+ <ANCHOR id="cairo-Image-Surfaces.functions_details" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.functions_details">
585
494
  <ANCHOR id="cairo-format-stride-for-width" href="cairo/cairo-Image-Surfaces.html#cairo-format-stride-for-width">
586
495
  <ANCHOR id="cairo-image-surface-create" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-create">
587
496
  <ANCHOR id="cairo-image-surface-create-for-data" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-create-for-data">
@@ -590,45 +499,50 @@
590
499
  <ANCHOR id="cairo-image-surface-get-width" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-width">
591
500
  <ANCHOR id="cairo-image-surface-get-height" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-height">
592
501
  <ANCHOR id="cairo-image-surface-get-stride" href="cairo/cairo-Image-Surfaces.html#cairo-image-surface-get-stride">
502
+ <ANCHOR id="cairo-Image-Surfaces.other_details" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.other_details">
503
+ <ANCHOR id="CAIRO-HAS-IMAGE-SURFACE:CAPS" href="cairo/cairo-Image-Surfaces.html#CAIRO-HAS-IMAGE-SURFACE:CAPS">
504
+ <ANCHOR id="cairo-format-t" href="cairo/cairo-Image-Surfaces.html#cairo-format-t">
593
505
  <ANCHOR id="cairo-Image-Surfaces.see-also" href="cairo/cairo-Image-Surfaces.html#cairo-Image-Surfaces.see-also">
594
506
  <ANCHOR id="cairo-PDF-Surfaces" href="cairo/cairo-PDF-Surfaces.html">
595
- <ANCHOR id="cairo-PDF-Surfaces.synopsis" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.synopsis">
507
+ <ANCHOR id="cairo-PDF-Surfaces.functions" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.functions">
508
+ <ANCHOR id="cairo-PDF-Surfaces.other" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.other">
509
+ <ANCHOR id="cairo-PDF-Surfaces.object-hierarchy" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.object-hierarchy">
596
510
  <ANCHOR id="cairo-PDF-Surfaces.description" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.description">
597
- <ANCHOR id="cairo-PDF-Surfaces.details" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.details">
598
- <ANCHOR id="CAIRO-HAS-PDF-SURFACE:CAPS" href="cairo/cairo-PDF-Surfaces.html#CAIRO-HAS-PDF-SURFACE:CAPS">
511
+ <ANCHOR id="cairo-PDF-Surfaces.functions_details" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.functions_details">
599
512
  <ANCHOR id="cairo-pdf-surface-create" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-create">
600
513
  <ANCHOR id="cairo-pdf-surface-create-for-stream" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-create-for-stream">
601
514
  <ANCHOR id="cairo-pdf-surface-restrict-to-version" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-restrict-to-version">
602
- <ANCHOR id="cairo-pdf-version-t" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-version-t">
603
- <ANCHOR id="CAIRO-PDF-VERSION-1-4:CAPS" href="cairo/cairo-PDF-Surfaces.html#CAIRO-PDF-VERSION-1-4:CAPS">
604
- <ANCHOR id="CAIRO-PDF-VERSION-1-5:CAPS" href="cairo/cairo-PDF-Surfaces.html#CAIRO-PDF-VERSION-1-5:CAPS">
605
515
  <ANCHOR id="cairo-pdf-get-versions" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-get-versions">
606
516
  <ANCHOR id="cairo-pdf-version-to-string" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-version-to-string">
607
517
  <ANCHOR id="cairo-pdf-surface-set-size" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-surface-set-size">
518
+ <ANCHOR id="cairo-PDF-Surfaces.other_details" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.other_details">
519
+ <ANCHOR id="CAIRO-HAS-PDF-SURFACE:CAPS" href="cairo/cairo-PDF-Surfaces.html#CAIRO-HAS-PDF-SURFACE:CAPS">
520
+ <ANCHOR id="cairo-pdf-version-t" href="cairo/cairo-PDF-Surfaces.html#cairo-pdf-version-t">
608
521
  <ANCHOR id="cairo-PDF-Surfaces.see-also" href="cairo/cairo-PDF-Surfaces.html#cairo-PDF-Surfaces.see-also">
609
522
  <ANCHOR id="cairo-PNG-Support" href="cairo/cairo-PNG-Support.html">
610
- <ANCHOR id="cairo-PNG-Support.synopsis" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.synopsis">
523
+ <ANCHOR id="cairo-PNG-Support.functions" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.functions">
524
+ <ANCHOR id="cairo-PNG-Support.other" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.other">
525
+ <ANCHOR id="cairo-PNG-Support.object-hierarchy" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.object-hierarchy">
611
526
  <ANCHOR id="cairo-PNG-Support.description" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.description">
612
- <ANCHOR id="cairo-PNG-Support.details" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.details">
613
- <ANCHOR id="CAIRO-HAS-PNG-FUNCTIONS:CAPS" href="cairo/cairo-PNG-Support.html#CAIRO-HAS-PNG-FUNCTIONS:CAPS">
527
+ <ANCHOR id="cairo-PNG-Support.functions_details" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.functions_details">
614
528
  <ANCHOR id="cairo-image-surface-create-from-png" href="cairo/cairo-PNG-Support.html#cairo-image-surface-create-from-png">
615
529
  <ANCHOR id="cairo-read-func-t" href="cairo/cairo-PNG-Support.html#cairo-read-func-t">
616
530
  <ANCHOR id="cairo-image-surface-create-from-png-stream" href="cairo/cairo-PNG-Support.html#cairo-image-surface-create-from-png-stream">
617
531
  <ANCHOR id="cairo-surface-write-to-png" href="cairo/cairo-PNG-Support.html#cairo-surface-write-to-png">
618
532
  <ANCHOR id="cairo-write-func-t" href="cairo/cairo-PNG-Support.html#cairo-write-func-t">
619
533
  <ANCHOR id="cairo-surface-write-to-png-stream" href="cairo/cairo-PNG-Support.html#cairo-surface-write-to-png-stream">
534
+ <ANCHOR id="cairo-PNG-Support.other_details" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.other_details">
535
+ <ANCHOR id="CAIRO-HAS-PNG-FUNCTIONS:CAPS" href="cairo/cairo-PNG-Support.html#CAIRO-HAS-PNG-FUNCTIONS:CAPS">
620
536
  <ANCHOR id="cairo-PNG-Support.see-also" href="cairo/cairo-PNG-Support.html#cairo-PNG-Support.see-also">
621
537
  <ANCHOR id="cairo-PostScript-Surfaces" href="cairo/cairo-PostScript-Surfaces.html">
622
- <ANCHOR id="cairo-PostScript-Surfaces.synopsis" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.synopsis">
538
+ <ANCHOR id="cairo-PostScript-Surfaces.functions" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.functions">
539
+ <ANCHOR id="cairo-PostScript-Surfaces.other" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.other">
540
+ <ANCHOR id="cairo-PostScript-Surfaces.object-hierarchy" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.object-hierarchy">
623
541
  <ANCHOR id="cairo-PostScript-Surfaces.description" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.description">
624
- <ANCHOR id="cairo-PostScript-Surfaces.details" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.details">
625
- <ANCHOR id="CAIRO-HAS-PS-SURFACE:CAPS" href="cairo/cairo-PostScript-Surfaces.html#CAIRO-HAS-PS-SURFACE:CAPS">
542
+ <ANCHOR id="cairo-PostScript-Surfaces.functions_details" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.functions_details">
626
543
  <ANCHOR id="cairo-ps-surface-create" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-create">
627
544
  <ANCHOR id="cairo-ps-surface-create-for-stream" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-create-for-stream">
628
545
  <ANCHOR id="cairo-ps-surface-restrict-to-level" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-restrict-to-level">
629
- <ANCHOR id="cairo-ps-level-t" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-level-t">
630
- <ANCHOR id="CAIRO-PS-LEVEL-2:CAPS" href="cairo/cairo-PostScript-Surfaces.html#CAIRO-PS-LEVEL-2:CAPS">
631
- <ANCHOR id="CAIRO-PS-LEVEL-3:CAPS" href="cairo/cairo-PostScript-Surfaces.html#CAIRO-PS-LEVEL-3:CAPS">
632
546
  <ANCHOR id="cairo-ps-get-levels" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-get-levels">
633
547
  <ANCHOR id="cairo-ps-level-to-string" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-level-to-string">
634
548
  <ANCHOR id="cairo-ps-surface-set-eps" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-set-eps">
@@ -637,57 +551,70 @@
637
551
  <ANCHOR id="cairo-ps-surface-dsc-begin-setup" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-begin-setup">
638
552
  <ANCHOR id="cairo-ps-surface-dsc-begin-page-setup" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-begin-page-setup">
639
553
  <ANCHOR id="cairo-ps-surface-dsc-comment" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-surface-dsc-comment">
554
+ <ANCHOR id="cairo-PostScript-Surfaces.other_details" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.other_details">
555
+ <ANCHOR id="CAIRO-HAS-PS-SURFACE:CAPS" href="cairo/cairo-PostScript-Surfaces.html#CAIRO-HAS-PS-SURFACE:CAPS">
556
+ <ANCHOR id="cairo-ps-level-t" href="cairo/cairo-PostScript-Surfaces.html#cairo-ps-level-t">
640
557
  <ANCHOR id="cairo-PostScript-Surfaces.see-also" href="cairo/cairo-PostScript-Surfaces.html#cairo-PostScript-Surfaces.see-also">
641
558
  <ANCHOR id="cairo-Recording-Surfaces" href="cairo/cairo-Recording-Surfaces.html">
642
- <ANCHOR id="cairo-Recording-Surfaces.synopsis" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.synopsis">
559
+ <ANCHOR id="cairo-Recording-Surfaces.functions" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.functions">
560
+ <ANCHOR id="cairo-Recording-Surfaces.other" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.other">
561
+ <ANCHOR id="cairo-Recording-Surfaces.object-hierarchy" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.object-hierarchy">
643
562
  <ANCHOR id="cairo-Recording-Surfaces.description" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.description">
644
- <ANCHOR id="cairo-Recording-Surfaces.details" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.details">
645
- <ANCHOR id="CAIRO-HAS-RECORDING-SURFACE:CAPS" href="cairo/cairo-Recording-Surfaces.html#CAIRO-HAS-RECORDING-SURFACE:CAPS">
563
+ <ANCHOR id="cairo-Recording-Surfaces.functions_details" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.functions_details">
646
564
  <ANCHOR id="cairo-recording-surface-create" href="cairo/cairo-Recording-Surfaces.html#cairo-recording-surface-create">
647
565
  <ANCHOR id="cairo-recording-surface-ink-extents" href="cairo/cairo-Recording-Surfaces.html#cairo-recording-surface-ink-extents">
648
566
  <ANCHOR id="cairo-recording-surface-get-extents" href="cairo/cairo-Recording-Surfaces.html#cairo-recording-surface-get-extents">
567
+ <ANCHOR id="cairo-Recording-Surfaces.other_details" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.other_details">
568
+ <ANCHOR id="CAIRO-HAS-RECORDING-SURFACE:CAPS" href="cairo/cairo-Recording-Surfaces.html#CAIRO-HAS-RECORDING-SURFACE:CAPS">
649
569
  <ANCHOR id="cairo-Recording-Surfaces.see-also" href="cairo/cairo-Recording-Surfaces.html#cairo-Recording-Surfaces.see-also">
650
570
  <ANCHOR id="cairo-Win32-Surfaces" href="cairo/cairo-Win32-Surfaces.html">
651
- <ANCHOR id="cairo-Win32-Surfaces.synopsis" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.synopsis">
571
+ <ANCHOR id="cairo-Win32-Surfaces.functions" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.functions">
572
+ <ANCHOR id="cairo-Win32-Surfaces.other" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.other">
573
+ <ANCHOR id="cairo-Win32-Surfaces.object-hierarchy" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.object-hierarchy">
652
574
  <ANCHOR id="cairo-Win32-Surfaces.description" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.description">
653
- <ANCHOR id="cairo-Win32-Surfaces.details" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.details">
654
- <ANCHOR id="CAIRO-HAS-WIN32-SURFACE:CAPS" href="cairo/cairo-Win32-Surfaces.html#CAIRO-HAS-WIN32-SURFACE:CAPS">
575
+ <ANCHOR id="cairo-Win32-Surfaces.functions_details" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.functions_details">
655
576
  <ANCHOR id="cairo-win32-surface-create" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-create">
656
577
  <ANCHOR id="cairo-win32-surface-create-with-dib" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-dib">
657
578
  <ANCHOR id="cairo-win32-surface-create-with-ddb" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-create-with-ddb">
658
579
  <ANCHOR id="cairo-win32-printing-surface-create" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-printing-surface-create">
659
580
  <ANCHOR id="cairo-win32-surface-get-dc" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-get-dc">
660
581
  <ANCHOR id="cairo-win32-surface-get-image" href="cairo/cairo-Win32-Surfaces.html#cairo-win32-surface-get-image">
582
+ <ANCHOR id="cairo-Win32-Surfaces.other_details" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.other_details">
583
+ <ANCHOR id="CAIRO-HAS-WIN32-SURFACE:CAPS" href="cairo/cairo-Win32-Surfaces.html#CAIRO-HAS-WIN32-SURFACE:CAPS">
661
584
  <ANCHOR id="cairo-Win32-Surfaces.see-also" href="cairo/cairo-Win32-Surfaces.html#cairo-Win32-Surfaces.see-also">
662
585
  <ANCHOR id="cairo-SVG-Surfaces" href="cairo/cairo-SVG-Surfaces.html">
663
- <ANCHOR id="cairo-SVG-Surfaces.synopsis" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.synopsis">
586
+ <ANCHOR id="cairo-SVG-Surfaces.functions" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.functions">
587
+ <ANCHOR id="cairo-SVG-Surfaces.other" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.other">
588
+ <ANCHOR id="cairo-SVG-Surfaces.object-hierarchy" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.object-hierarchy">
664
589
  <ANCHOR id="cairo-SVG-Surfaces.description" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.description">
665
- <ANCHOR id="cairo-SVG-Surfaces.details" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.details">
666
- <ANCHOR id="CAIRO-HAS-SVG-SURFACE:CAPS" href="cairo/cairo-SVG-Surfaces.html#CAIRO-HAS-SVG-SURFACE:CAPS">
590
+ <ANCHOR id="cairo-SVG-Surfaces.functions_details" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.functions_details">
667
591
  <ANCHOR id="cairo-svg-surface-create" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-surface-create">
668
592
  <ANCHOR id="cairo-svg-surface-create-for-stream" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-surface-create-for-stream">
669
593
  <ANCHOR id="cairo-svg-surface-restrict-to-version" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-surface-restrict-to-version">
670
- <ANCHOR id="cairo-svg-version-t" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-version-t">
671
- <ANCHOR id="CAIRO-SVG-VERSION-1-1:CAPS" href="cairo/cairo-SVG-Surfaces.html#CAIRO-SVG-VERSION-1-1:CAPS">
672
- <ANCHOR id="CAIRO-SVG-VERSION-1-2:CAPS" href="cairo/cairo-SVG-Surfaces.html#CAIRO-SVG-VERSION-1-2:CAPS">
673
594
  <ANCHOR id="cairo-svg-get-versions" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-get-versions">
674
595
  <ANCHOR id="cairo-svg-version-to-string" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-version-to-string">
596
+ <ANCHOR id="cairo-SVG-Surfaces.other_details" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.other_details">
597
+ <ANCHOR id="CAIRO-HAS-SVG-SURFACE:CAPS" href="cairo/cairo-SVG-Surfaces.html#CAIRO-HAS-SVG-SURFACE:CAPS">
598
+ <ANCHOR id="cairo-svg-version-t" href="cairo/cairo-SVG-Surfaces.html#cairo-svg-version-t">
675
599
  <ANCHOR id="cairo-SVG-Surfaces.see-also" href="cairo/cairo-SVG-Surfaces.html#cairo-SVG-Surfaces.see-also">
676
600
  <ANCHOR id="cairo-Quartz-Surfaces" href="cairo/cairo-Quartz-Surfaces.html">
677
- <ANCHOR id="cairo-Quartz-Surfaces.synopsis" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.synopsis">
601
+ <ANCHOR id="cairo-Quartz-Surfaces.functions" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.functions">
602
+ <ANCHOR id="cairo-Quartz-Surfaces.other" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.other">
603
+ <ANCHOR id="cairo-Quartz-Surfaces.object-hierarchy" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.object-hierarchy">
678
604
  <ANCHOR id="cairo-Quartz-Surfaces.description" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.description">
679
- <ANCHOR id="cairo-Quartz-Surfaces.details" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.details">
680
- <ANCHOR id="CAIRO-HAS-QUARTZ-SURFACE:CAPS" href="cairo/cairo-Quartz-Surfaces.html#CAIRO-HAS-QUARTZ-SURFACE:CAPS">
605
+ <ANCHOR id="cairo-Quartz-Surfaces.functions_details" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.functions_details">
681
606
  <ANCHOR id="cairo-quartz-surface-create" href="cairo/cairo-Quartz-Surfaces.html#cairo-quartz-surface-create">
682
607
  <ANCHOR id="cairo-quartz-surface-create-for-cg-context" href="cairo/cairo-Quartz-Surfaces.html#cairo-quartz-surface-create-for-cg-context">
683
608
  <ANCHOR id="cairo-quartz-surface-get-cg-context" href="cairo/cairo-Quartz-Surfaces.html#cairo-quartz-surface-get-cg-context">
609
+ <ANCHOR id="cairo-Quartz-Surfaces.other_details" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.other_details">
610
+ <ANCHOR id="CAIRO-HAS-QUARTZ-SURFACE:CAPS" href="cairo/cairo-Quartz-Surfaces.html#CAIRO-HAS-QUARTZ-SURFACE:CAPS">
684
611
  <ANCHOR id="cairo-Quartz-Surfaces.see-also" href="cairo/cairo-Quartz-Surfaces.html#cairo-Quartz-Surfaces.see-also">
685
612
  <ANCHOR id="cairo-XCB-Surfaces" href="cairo/cairo-XCB-Surfaces.html">
686
- <ANCHOR id="cairo-XCB-Surfaces.synopsis" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.synopsis">
613
+ <ANCHOR id="cairo-XCB-Surfaces.functions" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.functions">
614
+ <ANCHOR id="cairo-XCB-Surfaces.other" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.other">
615
+ <ANCHOR id="cairo-XCB-Surfaces.object-hierarchy" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.object-hierarchy">
687
616
  <ANCHOR id="cairo-XCB-Surfaces.description" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.description">
688
- <ANCHOR id="cairo-XCB-Surfaces.details" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.details">
689
- <ANCHOR id="CAIRO-HAS-XCB-SURFACE:CAPS" href="cairo/cairo-XCB-Surfaces.html#CAIRO-HAS-XCB-SURFACE:CAPS">
690
- <ANCHOR id="CAIRO-HAS-XCB-SHM-FUNCTIONS:CAPS" href="cairo/cairo-XCB-Surfaces.html#CAIRO-HAS-XCB-SHM-FUNCTIONS:CAPS">
617
+ <ANCHOR id="cairo-XCB-Surfaces.functions_details" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.functions_details">
691
618
  <ANCHOR id="cairo-xcb-surface-create" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-surface-create">
692
619
  <ANCHOR id="cairo-xcb-surface-create-for-bitmap" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-surface-create-for-bitmap">
693
620
  <ANCHOR id="cairo-xcb-surface-create-with-xrender-format" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-surface-create-with-xrender-format">
@@ -698,12 +625,16 @@
698
625
  <ANCHOR id="cairo-xcb-device-debug-cap-xshm-version" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-device-debug-cap-xshm-version">
699
626
  <ANCHOR id="cairo-xcb-device-debug-get-precision" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-device-debug-get-precision">
700
627
  <ANCHOR id="cairo-xcb-device-debug-set-precision" href="cairo/cairo-XCB-Surfaces.html#cairo-xcb-device-debug-set-precision">
628
+ <ANCHOR id="cairo-XCB-Surfaces.other_details" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.other_details">
629
+ <ANCHOR id="CAIRO-HAS-XCB-SURFACE:CAPS" href="cairo/cairo-XCB-Surfaces.html#CAIRO-HAS-XCB-SURFACE:CAPS">
630
+ <ANCHOR id="CAIRO-HAS-XCB-SHM-FUNCTIONS:CAPS" href="cairo/cairo-XCB-Surfaces.html#CAIRO-HAS-XCB-SHM-FUNCTIONS:CAPS">
701
631
  <ANCHOR id="cairo-XCB-Surfaces.see-also" href="cairo/cairo-XCB-Surfaces.html#cairo-XCB-Surfaces.see-also">
702
632
  <ANCHOR id="cairo-XLib-Surfaces" href="cairo/cairo-XLib-Surfaces.html">
703
- <ANCHOR id="cairo-XLib-Surfaces.synopsis" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.synopsis">
633
+ <ANCHOR id="cairo-XLib-Surfaces.functions" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.functions">
634
+ <ANCHOR id="cairo-XLib-Surfaces.other" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.other">
635
+ <ANCHOR id="cairo-XLib-Surfaces.object-hierarchy" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.object-hierarchy">
704
636
  <ANCHOR id="cairo-XLib-Surfaces.description" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.description">
705
- <ANCHOR id="cairo-XLib-Surfaces.details" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.details">
706
- <ANCHOR id="CAIRO-HAS-XLIB-SURFACE:CAPS" href="cairo/cairo-XLib-Surfaces.html#CAIRO-HAS-XLIB-SURFACE:CAPS">
637
+ <ANCHOR id="cairo-XLib-Surfaces.functions_details" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.functions_details">
707
638
  <ANCHOR id="cairo-xlib-surface-create" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-create">
708
639
  <ANCHOR id="cairo-xlib-surface-create-for-bitmap" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-create-for-bitmap">
709
640
  <ANCHOR id="cairo-xlib-surface-set-size" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-surface-set-size">
@@ -718,37 +649,44 @@
718
649
  <ANCHOR id="cairo-xlib-device-debug-cap-xrender-version" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-device-debug-cap-xrender-version">
719
650
  <ANCHOR id="cairo-xlib-device-debug-get-precision" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-device-debug-get-precision">
720
651
  <ANCHOR id="cairo-xlib-device-debug-set-precision" href="cairo/cairo-XLib-Surfaces.html#cairo-xlib-device-debug-set-precision">
652
+ <ANCHOR id="cairo-XLib-Surfaces.other_details" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.other_details">
653
+ <ANCHOR id="CAIRO-HAS-XLIB-SURFACE:CAPS" href="cairo/cairo-XLib-Surfaces.html#CAIRO-HAS-XLIB-SURFACE:CAPS">
721
654
  <ANCHOR id="cairo-XLib-Surfaces.see-also" href="cairo/cairo-XLib-Surfaces.html#cairo-XLib-Surfaces.see-also">
722
655
  <ANCHOR id="cairo-XLib-XRender-Backend" href="cairo/cairo-XLib-XRender-Backend.html">
723
- <ANCHOR id="cairo-XLib-XRender-Backend.synopsis" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.synopsis">
656
+ <ANCHOR id="cairo-XLib-XRender-Backend.functions" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.functions">
657
+ <ANCHOR id="cairo-XLib-XRender-Backend.other" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.other">
658
+ <ANCHOR id="cairo-XLib-XRender-Backend.object-hierarchy" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.object-hierarchy">
724
659
  <ANCHOR id="cairo-XLib-XRender-Backend.description" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.description">
725
- <ANCHOR id="cairo-XLib-XRender-Backend.details" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.details">
726
- <ANCHOR id="CAIRO-HAS-XLIB-XRENDER-SURFACE:CAPS" href="cairo/cairo-XLib-XRender-Backend.html#CAIRO-HAS-XLIB-XRENDER-SURFACE:CAPS">
660
+ <ANCHOR id="cairo-XLib-XRender-Backend.functions_details" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.functions_details">
727
661
  <ANCHOR id="cairo-xlib-surface-create-with-xrender-format" href="cairo/cairo-XLib-XRender-Backend.html#cairo-xlib-surface-create-with-xrender-format">
728
662
  <ANCHOR id="cairo-xlib-surface-get-xrender-format" href="cairo/cairo-XLib-XRender-Backend.html#cairo-xlib-surface-get-xrender-format">
663
+ <ANCHOR id="cairo-XLib-XRender-Backend.other_details" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.other_details">
664
+ <ANCHOR id="CAIRO-HAS-XLIB-XRENDER-SURFACE:CAPS" href="cairo/cairo-XLib-XRender-Backend.html#CAIRO-HAS-XLIB-XRENDER-SURFACE:CAPS">
729
665
  <ANCHOR id="cairo-XLib-XRender-Backend.see-also" href="cairo/cairo-XLib-XRender-Backend.html#cairo-XLib-XRender-Backend.see-also">
730
666
  <ANCHOR id="cairo-Script-Surfaces" href="cairo/cairo-Script-Surfaces.html">
731
- <ANCHOR id="cairo-Script-Surfaces.synopsis" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.synopsis">
667
+ <ANCHOR id="cairo-Script-Surfaces.functions" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.functions">
668
+ <ANCHOR id="cairo-Script-Surfaces.other" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.other">
669
+ <ANCHOR id="cairo-Script-Surfaces.object-hierarchy" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.object-hierarchy">
732
670
  <ANCHOR id="cairo-Script-Surfaces.description" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.description">
733
- <ANCHOR id="cairo-Script-Surfaces.details" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.details">
734
- <ANCHOR id="CAIRO-HAS-SCRIPT-SURFACE:CAPS" href="cairo/cairo-Script-Surfaces.html#CAIRO-HAS-SCRIPT-SURFACE:CAPS">
671
+ <ANCHOR id="cairo-Script-Surfaces.functions_details" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.functions_details">
735
672
  <ANCHOR id="cairo-script-create" href="cairo/cairo-Script-Surfaces.html#cairo-script-create">
736
673
  <ANCHOR id="cairo-script-create-for-stream" href="cairo/cairo-Script-Surfaces.html#cairo-script-create-for-stream">
737
674
  <ANCHOR id="cairo-script-from-recording-surface" href="cairo/cairo-Script-Surfaces.html#cairo-script-from-recording-surface">
738
675
  <ANCHOR id="cairo-script-get-mode" href="cairo/cairo-Script-Surfaces.html#cairo-script-get-mode">
739
- <ANCHOR id="cairo-script-mode-t" href="cairo/cairo-Script-Surfaces.html#cairo-script-mode-t">
740
- <ANCHOR id="CAIRO-SCRIPT-MODE-ASCII:CAPS" href="cairo/cairo-Script-Surfaces.html#CAIRO-SCRIPT-MODE-ASCII:CAPS">
741
- <ANCHOR id="CAIRO-SCRIPT-MODE-BINARY:CAPS" href="cairo/cairo-Script-Surfaces.html#CAIRO-SCRIPT-MODE-BINARY:CAPS">
742
676
  <ANCHOR id="cairo-script-set-mode" href="cairo/cairo-Script-Surfaces.html#cairo-script-set-mode">
743
677
  <ANCHOR id="cairo-script-surface-create" href="cairo/cairo-Script-Surfaces.html#cairo-script-surface-create">
744
678
  <ANCHOR id="cairo-script-surface-create-for-target" href="cairo/cairo-Script-Surfaces.html#cairo-script-surface-create-for-target">
745
679
  <ANCHOR id="cairo-script-write-comment" href="cairo/cairo-Script-Surfaces.html#cairo-script-write-comment">
680
+ <ANCHOR id="cairo-Script-Surfaces.other_details" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.other_details">
681
+ <ANCHOR id="CAIRO-HAS-SCRIPT-SURFACE:CAPS" href="cairo/cairo-Script-Surfaces.html#CAIRO-HAS-SCRIPT-SURFACE:CAPS">
682
+ <ANCHOR id="cairo-script-mode-t" href="cairo/cairo-Script-Surfaces.html#cairo-script-mode-t">
746
683
  <ANCHOR id="cairo-Script-Surfaces.see-also" href="cairo/cairo-Script-Surfaces.html#cairo-Script-Surfaces.see-also">
747
684
  <ANCHOR id="cairo-cairo-matrix-t" href="cairo/cairo-cairo-matrix-t.html">
748
- <ANCHOR id="cairo-cairo-matrix-t.synopsis" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.synopsis">
685
+ <ANCHOR id="cairo-cairo-matrix-t.functions" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.functions">
686
+ <ANCHOR id="cairo-cairo-matrix-t.other" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.other">
687
+ <ANCHOR id="cairo-cairo-matrix-t.object-hierarchy" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.object-hierarchy">
749
688
  <ANCHOR id="cairo-cairo-matrix-t.description" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.description">
750
- <ANCHOR id="cairo-cairo-matrix-t.details" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.details">
751
- <ANCHOR id="cairo-matrix-t" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-t">
689
+ <ANCHOR id="cairo-cairo-matrix-t.functions_details" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.functions_details">
752
690
  <ANCHOR id="cairo-matrix-init" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init">
753
691
  <ANCHOR id="cairo-matrix-init-identity" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-identity">
754
692
  <ANCHOR id="cairo-matrix-init-translate" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-init-translate">
@@ -761,73 +699,44 @@
761
699
  <ANCHOR id="cairo-matrix-multiply" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-multiply">
762
700
  <ANCHOR id="cairo-matrix-transform-distance" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-transform-distance">
763
701
  <ANCHOR id="cairo-matrix-transform-point" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-transform-point">
702
+ <ANCHOR id="cairo-cairo-matrix-t.other_details" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.other_details">
703
+ <ANCHOR id="cairo-matrix-t" href="cairo/cairo-cairo-matrix-t.html#cairo-matrix-t">
764
704
  <ANCHOR id="cairo-cairo-matrix-t.see-also" href="cairo/cairo-cairo-matrix-t.html#cairo-cairo-matrix-t.see-also">
765
705
  <ANCHOR id="cairo-Error-handling" href="cairo/cairo-Error-handling.html">
766
- <ANCHOR id="cairo-Error-handling.synopsis" href="cairo/cairo-Error-handling.html#cairo-Error-handling.synopsis">
706
+ <ANCHOR id="cairo-Error-handling.functions" href="cairo/cairo-Error-handling.html#cairo-Error-handling.functions">
707
+ <ANCHOR id="cairo-Error-handling.other" href="cairo/cairo-Error-handling.html#cairo-Error-handling.other">
708
+ <ANCHOR id="cairo-Error-handling.object-hierarchy" href="cairo/cairo-Error-handling.html#cairo-Error-handling.object-hierarchy">
767
709
  <ANCHOR id="cairo-Error-handling.description" href="cairo/cairo-Error-handling.html#cairo-Error-handling.description">
768
- <ANCHOR id="cairo-Error-handling.details" href="cairo/cairo-Error-handling.html#cairo-Error-handling.details">
769
- <ANCHOR id="cairo-status-t" href="cairo/cairo-Error-handling.html#cairo-status-t">
770
- <ANCHOR id="CAIRO-STATUS-SUCCESS:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS">
771
- <ANCHOR id="CAIRO-STATUS-NO-MEMORY:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS">
772
- <ANCHOR id="CAIRO-STATUS-INVALID-RESTORE:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-RESTORE:CAPS">
773
- <ANCHOR id="CAIRO-STATUS-INVALID-POP-GROUP:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-POP-GROUP:CAPS">
774
- <ANCHOR id="CAIRO-STATUS-NO-CURRENT-POINT:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-NO-CURRENT-POINT:CAPS">
775
- <ANCHOR id="CAIRO-STATUS-INVALID-MATRIX:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-MATRIX:CAPS">
776
- <ANCHOR id="CAIRO-STATUS-INVALID-STATUS:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-STATUS:CAPS">
777
- <ANCHOR id="CAIRO-STATUS-NULL-POINTER:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-NULL-POINTER:CAPS">
778
- <ANCHOR id="CAIRO-STATUS-INVALID-STRING:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-STRING:CAPS">
779
- <ANCHOR id="CAIRO-STATUS-INVALID-PATH-DATA:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-PATH-DATA:CAPS">
780
- <ANCHOR id="CAIRO-STATUS-READ-ERROR:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-READ-ERROR:CAPS">
781
- <ANCHOR id="CAIRO-STATUS-WRITE-ERROR:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-WRITE-ERROR:CAPS">
782
- <ANCHOR id="CAIRO-STATUS-SURFACE-FINISHED:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-SURFACE-FINISHED:CAPS">
783
- <ANCHOR id="CAIRO-STATUS-SURFACE-TYPE-MISMATCH:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-SURFACE-TYPE-MISMATCH:CAPS">
784
- <ANCHOR id="CAIRO-STATUS-PATTERN-TYPE-MISMATCH:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-PATTERN-TYPE-MISMATCH:CAPS">
785
- <ANCHOR id="CAIRO-STATUS-INVALID-CONTENT:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-CONTENT:CAPS">
786
- <ANCHOR id="CAIRO-STATUS-INVALID-FORMAT:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-FORMAT:CAPS">
787
- <ANCHOR id="CAIRO-STATUS-INVALID-VISUAL:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-VISUAL:CAPS">
788
- <ANCHOR id="CAIRO-STATUS-FILE-NOT-FOUND:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-FILE-NOT-FOUND:CAPS">
789
- <ANCHOR id="CAIRO-STATUS-INVALID-DASH:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-DASH:CAPS">
790
- <ANCHOR id="CAIRO-STATUS-INVALID-DSC-COMMENT:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-DSC-COMMENT:CAPS">
791
- <ANCHOR id="CAIRO-STATUS-INVALID-INDEX:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-INDEX:CAPS">
792
- <ANCHOR id="CAIRO-STATUS-CLIP-NOT-REPRESENTABLE:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-CLIP-NOT-REPRESENTABLE:CAPS">
793
- <ANCHOR id="CAIRO-STATUS-TEMP-FILE-ERROR:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-TEMP-FILE-ERROR:CAPS">
794
- <ANCHOR id="CAIRO-STATUS-INVALID-STRIDE:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-STRIDE:CAPS">
795
- <ANCHOR id="CAIRO-STATUS-FONT-TYPE-MISMATCH:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-FONT-TYPE-MISMATCH:CAPS">
796
- <ANCHOR id="CAIRO-STATUS-USER-FONT-IMMUTABLE:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-USER-FONT-IMMUTABLE:CAPS">
797
- <ANCHOR id="CAIRO-STATUS-USER-FONT-ERROR:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-USER-FONT-ERROR:CAPS">
798
- <ANCHOR id="CAIRO-STATUS-NEGATIVE-COUNT:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-NEGATIVE-COUNT:CAPS">
799
- <ANCHOR id="CAIRO-STATUS-INVALID-CLUSTERS:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-CLUSTERS:CAPS">
800
- <ANCHOR id="CAIRO-STATUS-INVALID-SLANT:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-SLANT:CAPS">
801
- <ANCHOR id="CAIRO-STATUS-INVALID-WEIGHT:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-WEIGHT:CAPS">
802
- <ANCHOR id="CAIRO-STATUS-INVALID-SIZE:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-SIZE:CAPS">
803
- <ANCHOR id="CAIRO-STATUS-USER-FONT-NOT-IMPLEMENTED:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-USER-FONT-NOT-IMPLEMENTED:CAPS">
804
- <ANCHOR id="CAIRO-STATUS-DEVICE-TYPE-MISMATCH:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-DEVICE-TYPE-MISMATCH:CAPS">
805
- <ANCHOR id="CAIRO-STATUS-DEVICE-ERROR:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-DEVICE-ERROR:CAPS">
806
- <ANCHOR id="CAIRO-STATUS-INVALID-MESH-CONSTRUCTION:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-INVALID-MESH-CONSTRUCTION:CAPS">
807
- <ANCHOR id="CAIRO-STATUS-DEVICE-FINISHED:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-DEVICE-FINISHED:CAPS">
808
- <ANCHOR id="CAIRO-STATUS-JBIG2-GLOBAL-MISSING:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-JBIG2-GLOBAL-MISSING:CAPS">
809
- <ANCHOR id="CAIRO-STATUS-LAST-STATUS:CAPS" href="cairo/cairo-Error-handling.html#CAIRO-STATUS-LAST-STATUS:CAPS">
710
+ <ANCHOR id="cairo-Error-handling.functions_details" href="cairo/cairo-Error-handling.html#cairo-Error-handling.functions_details">
810
711
  <ANCHOR id="cairo-status-to-string" href="cairo/cairo-Error-handling.html#cairo-status-to-string">
811
712
  <ANCHOR id="cairo-debug-reset-static-data" href="cairo/cairo-Error-handling.html#cairo-debug-reset-static-data">
713
+ <ANCHOR id="cairo-Error-handling.other_details" href="cairo/cairo-Error-handling.html#cairo-Error-handling.other_details">
714
+ <ANCHOR id="cairo-status-t" href="cairo/cairo-Error-handling.html#cairo-status-t">
812
715
  <ANCHOR id="cairo-Error-handling.see-also" href="cairo/cairo-Error-handling.html#cairo-Error-handling.see-also">
813
716
  <ANCHOR id="cairo-Version-Information" href="cairo/cairo-Version-Information.html">
814
- <ANCHOR id="cairo-Version-Information.synopsis" href="cairo/cairo-Version-Information.html#cairo-Version-Information.synopsis">
717
+ <ANCHOR id="cairo-Version-Information.functions" href="cairo/cairo-Version-Information.html#cairo-Version-Information.functions">
718
+ <ANCHOR id="cairo-Version-Information.other" href="cairo/cairo-Version-Information.html#cairo-Version-Information.other">
719
+ <ANCHOR id="cairo-Version-Information.object-hierarchy" href="cairo/cairo-Version-Information.html#cairo-Version-Information.object-hierarchy">
815
720
  <ANCHOR id="cairo-Version-Information.description" href="cairo/cairo-Version-Information.html#cairo-Version-Information.description">
816
- <ANCHOR id="cairo-Version-Information.details" href="cairo/cairo-Version-Information.html#cairo-Version-Information.details">
721
+ <ANCHOR id="cairo-Version-Information.functions_details" href="cairo/cairo-Version-Information.html#cairo-Version-Information.functions_details">
722
+ <ANCHOR id="CAIRO-VERSION-ENCODE:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS">
723
+ <ANCHOR id="CAIRO-VERSION-STRINGIZE:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-STRINGIZE:CAPS">
724
+ <ANCHOR id="cairo-version" href="cairo/cairo-Version-Information.html#cairo-version">
725
+ <ANCHOR id="cairo-version-string" href="cairo/cairo-Version-Information.html#cairo-version-string">
726
+ <ANCHOR id="cairo-Version-Information.other_details" href="cairo/cairo-Version-Information.html#cairo-Version-Information.other_details">
817
727
  <ANCHOR id="CAIRO-VERSION:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION:CAPS">
818
728
  <ANCHOR id="CAIRO-VERSION-MAJOR:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-MAJOR:CAPS">
819
729
  <ANCHOR id="CAIRO-VERSION-MINOR:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-MINOR:CAPS">
820
730
  <ANCHOR id="CAIRO-VERSION-MICRO:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-MICRO:CAPS">
821
731
  <ANCHOR id="CAIRO-VERSION-STRING:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS">
822
- <ANCHOR id="CAIRO-VERSION-ENCODE:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS">
823
- <ANCHOR id="CAIRO-VERSION-STRINGIZE:CAPS" href="cairo/cairo-Version-Information.html#CAIRO-VERSION-STRINGIZE:CAPS">
824
- <ANCHOR id="cairo-version" href="cairo/cairo-Version-Information.html#cairo-version">
825
- <ANCHOR id="cairo-version-string" href="cairo/cairo-Version-Information.html#cairo-version-string">
826
732
  <ANCHOR id="cairo-Types" href="cairo/cairo-Types.html">
827
- <ANCHOR id="cairo-Types.synopsis" href="cairo/cairo-Types.html#cairo-Types.synopsis">
733
+ <ANCHOR id="cairo-Types.functions" href="cairo/cairo-Types.html#cairo-Types.functions">
734
+ <ANCHOR id="cairo-Types.other" href="cairo/cairo-Types.html#cairo-Types.other">
735
+ <ANCHOR id="cairo-Types.object-hierarchy" href="cairo/cairo-Types.html#cairo-Types.object-hierarchy">
828
736
  <ANCHOR id="cairo-Types.description" href="cairo/cairo-Types.html#cairo-Types.description">
829
- <ANCHOR id="cairo-Types.details" href="cairo/cairo-Types.html#cairo-Types.details">
737
+ <ANCHOR id="cairo-Types.functions_details" href="cairo/cairo-Types.html#cairo-Types.functions_details">
738
+ <ANCHOR id="cairo-destroy-func-t" href="cairo/cairo-Types.html#cairo-destroy-func-t">
739
+ <ANCHOR id="cairo-Types.other_details" href="cairo/cairo-Types.html#cairo-Types.other_details">
830
740
  <ANCHOR id="cairo-bool-t" href="cairo/cairo-Types.html#cairo-bool-t">
831
741
  <ANCHOR id="cairo-user-data-key-t" href="cairo/cairo-Types.html#cairo-user-data-key-t">
832
- <ANCHOR id="cairo-destroy-func-t" href="cairo/cairo-Types.html#cairo-destroy-func-t">
833
742
  <ANCHOR id="cairo-rectangle-int-t" href="cairo/cairo-Types.html#cairo-rectangle-int-t">