cairo 1.8.0-x86-mswin32 → 1.8.1-x86-mswin32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cairo might be problematic. Click here for more details.

Files changed (117) hide show
  1. data/ChangeLog +25 -0
  2. data/NEWS +8 -0
  3. data/Rakefile +5 -32
  4. data/cairo/bin/libcairo-2.dll +0 -0
  5. data/cairo/bin/libpng12-0.dll +0 -0
  6. data/cairo/include/cairo/cairo-features.h +1 -1
  7. data/cairo/include/cairo/cairo-ft.h +75 -0
  8. data/cairo/include/cairo/cairo-version.h +1 -1
  9. data/cairo/include/cairo/cairo.h +16 -21
  10. data/cairo/include/libpng12/png.h +251 -121
  11. data/cairo/include/libpng12/pngconf.h +83 -56
  12. data/cairo/include/png.h +251 -121
  13. data/cairo/include/pngconf.h +83 -56
  14. data/cairo/lib/cairo.def +5 -0
  15. data/cairo/lib/cairo.lib +0 -0
  16. data/cairo/lib/libcairo.dll.a +0 -0
  17. data/cairo/lib/libpng.def +3 -0
  18. data/cairo/lib/libpng.lib +0 -0
  19. data/cairo/lib/libpng12.dll.a +0 -0
  20. data/cairo/lib/pkgconfig/cairo-ft.pc +12 -0
  21. data/cairo/lib/pkgconfig/cairo-pdf.pc +2 -2
  22. data/cairo/lib/pkgconfig/cairo-png.pc +2 -2
  23. data/cairo/lib/pkgconfig/cairo-ps.pc +2 -2
  24. data/cairo/lib/pkgconfig/cairo-svg.pc +2 -2
  25. data/cairo/lib/pkgconfig/cairo-win32-font.pc +2 -2
  26. data/cairo/lib/pkgconfig/cairo-win32.pc +2 -2
  27. data/cairo/lib/pkgconfig/cairo.pc +4 -4
  28. data/cairo/lib/pkgconfig/libpng.pc +2 -2
  29. data/cairo/lib/pkgconfig/libpng12.pc +2 -2
  30. data/cairo/manifest/{cairo-dev_1.8.0-1_win32.mft → cairo-dev_1.8.8-2_win32.mft} +5 -3
  31. data/cairo/manifest/cairo_1.8.8-2_win32.mft +5 -0
  32. data/cairo/manifest/{libpng-dev_1.2.32-1_win32.mft → libpng-dev_1.2.39-1_win32.mft} +3 -3
  33. data/cairo/manifest/libpng_1.2.39-1_win32.mft +2 -0
  34. data/cairo/share/doc/{cairo_1.8.0-1_win32 → cairo_1.8.8-2_win32}/COPYING +0 -0
  35. data/cairo/share/doc/{cairo_1.8.0-1_win32 → cairo_1.8.8-2_win32}/COPYING-LGPL-2.1 +0 -0
  36. data/cairo/share/doc/{cairo_1.8.0-1_win32 → cairo_1.8.8-2_win32}/COPYING-MPL-1.1 +0 -0
  37. data/cairo/share/gtk-doc/html/cairo/bindings-errors.html +9 -9
  38. data/cairo/share/gtk-doc/html/cairo/bindings-fonts.html +5 -5
  39. data/cairo/share/gtk-doc/html/cairo/bindings-memory.html +8 -8
  40. data/cairo/share/gtk-doc/html/cairo/bindings-overloading.html +5 -5
  41. data/cairo/share/gtk-doc/html/cairo/bindings-path.html +5 -5
  42. data/cairo/share/gtk-doc/html/cairo/bindings-patterns.html +6 -6
  43. data/cairo/share/gtk-doc/html/cairo/bindings-return-values.html +5 -5
  44. data/cairo/share/gtk-doc/html/cairo/bindings-streams.html +5 -5
  45. data/cairo/share/gtk-doc/html/cairo/bindings-surfaces.html +5 -5
  46. data/cairo/share/gtk-doc/html/cairo/cairo-context.html +200 -262
  47. data/cairo/share/gtk-doc/html/cairo/cairo-drawing.html +5 -5
  48. data/cairo/share/gtk-doc/html/cairo/cairo-error-status.html +61 -60
  49. data/cairo/share/gtk-doc/html/cairo/cairo-font-face.html +51 -53
  50. data/cairo/share/gtk-doc/html/cairo/cairo-font-options.html +65 -78
  51. data/cairo/share/gtk-doc/html/cairo/cairo-fonts.html +5 -5
  52. data/cairo/share/gtk-doc/html/cairo/cairo-ft-font.html +37 -34
  53. data/cairo/share/gtk-doc/html/cairo/cairo-image-surface.html +49 -60
  54. data/cairo/share/gtk-doc/html/cairo/cairo-matrix.html +30 -41
  55. data/cairo/share/gtk-doc/html/cairo/cairo-paths.html +72 -97
  56. data/cairo/share/gtk-doc/html/cairo/cairo-pattern.html +184 -175
  57. data/cairo/share/gtk-doc/html/cairo/cairo-pdf-surface.html +40 -34
  58. data/cairo/share/gtk-doc/html/cairo/cairo-png-functions.html +57 -48
  59. data/cairo/share/gtk-doc/html/cairo/cairo-ps-surface.html +73 -76
  60. data/cairo/share/gtk-doc/html/cairo/cairo-quartz-font.html +27 -30
  61. data/cairo/share/gtk-doc/html/cairo/cairo-quartz-surface.html +29 -34
  62. data/cairo/share/gtk-doc/html/cairo/cairo-scaled-font.html +102 -106
  63. data/cairo/share/gtk-doc/html/cairo/cairo-support.html +5 -5
  64. data/cairo/share/gtk-doc/html/cairo/cairo-surface.html +101 -127
  65. data/cairo/share/gtk-doc/html/cairo/cairo-surfaces.html +5 -5
  66. data/cairo/share/gtk-doc/html/cairo/cairo-svg-surface.html +52 -49
  67. data/cairo/share/gtk-doc/html/cairo/cairo-text.html +126 -146
  68. data/cairo/share/gtk-doc/html/cairo/cairo-transformations.html +26 -35
  69. data/cairo/share/gtk-doc/html/cairo/cairo-types.html +16 -17
  70. data/cairo/share/gtk-doc/html/cairo/cairo-user-font.html +121 -127
  71. data/cairo/share/gtk-doc/html/cairo/cairo-version-info.html +50 -60
  72. data/cairo/share/gtk-doc/html/cairo/cairo-win32-font.html +37 -46
  73. data/cairo/share/gtk-doc/html/cairo/cairo-win32-surface.html +58 -58
  74. data/cairo/share/gtk-doc/html/cairo/cairo-xlib-surface.html +47 -63
  75. data/cairo/share/gtk-doc/html/cairo/cairo.devhelp +21 -21
  76. data/cairo/share/gtk-doc/html/cairo/cairo.devhelp2 +21 -21
  77. data/cairo/share/gtk-doc/html/cairo/index-1.2.html +5 -5
  78. data/cairo/share/gtk-doc/html/cairo/index-1.4.html +5 -5
  79. data/cairo/share/gtk-doc/html/cairo/index-1.6.html +5 -5
  80. data/cairo/share/gtk-doc/html/cairo/index-1.8.html +8 -8
  81. data/cairo/share/gtk-doc/html/cairo/index-all.html +24 -24
  82. data/cairo/share/gtk-doc/html/cairo/index.html +6 -6
  83. data/cairo/share/gtk-doc/html/cairo/index.sgml +19 -19
  84. data/cairo/share/gtk-doc/html/cairo/language-bindings.html +6 -6
  85. data/cairo/share/gtk-doc/html/cairo/style.css +8 -1
  86. data/cairo/share/man/man3/libpng.3 +299 -59
  87. data/cairo/share/man/man3/libpngpf.3 +2 -2
  88. data/cairo/share/man/man5/png.5 +1 -1
  89. data/cairo/src/tml/packaging/cairo_1.8.8-2_win32.log +949 -0
  90. data/cairo/src/tml/{make/cairo_1.8.0-1_win32.sh → packaging/cairo_1.8.8-2_win32.sh} +6 -6
  91. data/cairo/src/tml/{make/libpng_1.2.32-1_win32.log → packaging/libpng_1.2.39-1_win32.log} +74 -73
  92. data/cairo/src/tml/{make/libpng_1.2.32-1_win32.sh → packaging/libpng_1.2.39-1_win32.sh} +4 -4
  93. data/doc/ja/cairo-context.html +1 -1
  94. data/doc/ja/index.html +0 -3
  95. data/extconf.rb +1 -0
  96. data/pkg-config.rb +4 -0
  97. data/src/cairo.so +0 -0
  98. data/src/libruby-cairo.a +0 -0
  99. data/src/rb_cairo.c +2 -2
  100. data/src/rb_cairo_surface.c +6 -2
  101. metadata +20 -50
  102. data/cairo/DLL_FAQ.txt +0 -397
  103. data/cairo/README.txt +0 -53
  104. data/cairo/USAGE.txt +0 -94
  105. data/cairo/bin/zlib1.dll +0 -0
  106. data/cairo/include/zconf.h +0 -332
  107. data/cairo/include/zlib.h +0 -1357
  108. data/cairo/lib/zdll.exp +0 -0
  109. data/cairo/lib/zdll.lib +0 -0
  110. data/cairo/lib/zlib.def +0 -60
  111. data/cairo/manifest/cairo_1.8.0-1_win32.mft +0 -5
  112. data/cairo/manifest/libpng_1.2.32-1_win32.mft +0 -2
  113. data/cairo/src/tml/make/cairo_1.8.0-1_win32.log +0 -1021
  114. data/cairo/test/example_d.exe +0 -0
  115. data/cairo/test/minigzip_d.exe +0 -0
  116. data/cairo/test/testzlib_d.exe +0 -0
  117. data/cairo/test/untgz_d.exe +0 -0
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>cairo_matrix_t</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="cairo-support.html" title="Utilities">
9
9
  <link rel="prev" href="cairo-support.html" title="Utilities">
10
10
  <link rel="next" href="cairo-error-status.html" title="Error handling">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -30,11 +30,13 @@
30
30
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
31
31
  <td><a accesskey="n" href="cairo-error-status.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
32
32
  </tr>
33
- <tr><td colspan="5" class="shortcuts"><nobr><a href="#cairo-matrix.synopsis" class="shortcut">Top</a>
34
-  | 
35
- <a href="#cairo-matrix.description" class="shortcut">Description</a></nobr></td></tr>
33
+ <tr><td colspan="5" class="shortcuts">
34
+ <a href="#cairo-matrix.synopsis" class="shortcut">Top</a>
35
+  | 
36
+ <a href="#cairo-matrix.description" class="shortcut">Description</a>
37
+ </td></tr>
36
38
  </table>
37
- <div class="refentry" lang="en">
39
+ <div class="refentry" title="cairo_matrix_t">
38
40
  <a name="cairo-matrix"></a><div class="titlepage"></div>
39
41
  <div class="refnamediv"><table width="100%"><tr>
40
42
  <td valign="top">
@@ -43,7 +45,7 @@
43
45
  </td>
44
46
  <td valign="top" align="right"></td>
45
47
  </tr></table></div>
46
- <div class="refsynopsisdiv">
48
+ <div class="refsynopsisdiv" title="Synopsis">
47
49
  <a name="cairo-matrix.synopsis"></a><h2>Synopsis</h2>
48
50
  <pre class="synopsis">
49
51
  <a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a>;
@@ -83,7 +85,7 @@ void <a class="link" href="cairo-matrix.html#cairo-matrix-transfo
83
85
  double *y);
84
86
  </pre>
85
87
  </div>
86
- <div class="refsect1" lang="en">
88
+ <div class="refsect1" title="Description">
87
89
  <a name="cairo-matrix.description"></a><h2>Description</h2>
88
90
  <p>
89
91
  <a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t"><span class="type">cairo_matrix_t</span></a> is used throughout cairo to convert between different
@@ -103,9 +105,9 @@ void <a class="link" href="cairo-matrix.html#cairo-matrix-transfo
103
105
  <a class="link" href="cairo-transformations.html#cairo-set-matrix" title="cairo_set_matrix ()"><code class="function">cairo_set_matrix()</code></a>.
104
106
  </p>
105
107
  </div>
106
- <div class="refsect1" lang="en">
108
+ <div class="refsect1" title="Details">
107
109
  <a name="cairo-matrix.details"></a><h2>Details</h2>
108
- <div class="refsect2" lang="en">
110
+ <div class="refsect2" title="cairo_matrix_t">
109
111
  <a name="cairo-matrix-t"></a><h3>cairo_matrix_t</h3>
110
112
  <pre class="programlisting">typedef struct {
111
113
  double xx; double yx;
@@ -123,7 +125,6 @@ a point (x, y) is given by:
123
125
  y_new = yx * x + yy * y + y0;
124
126
  </pre>
125
127
  <p>
126
-
127
128
  </p>
128
129
  <div class="variablelist"><table border="0">
129
130
  <col align="left" valign="top">
@@ -162,7 +163,7 @@ a point (x, y) is given by:
162
163
  </table></div>
163
164
  </div>
164
165
  <hr>
165
- <div class="refsect2" lang="en">
166
+ <div class="refsect2" title="cairo_matrix_init ()">
166
167
  <a name="cairo-matrix-init"></a><h3>cairo_matrix_init ()</h3>
167
168
  <pre class="programlisting">void cairo_matrix_init (<a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix,
168
169
  double xx,
@@ -181,7 +182,6 @@ by:
181
182
  y_new = yx * x + yy * y + y0;
182
183
  </pre>
183
184
  <p>
184
-
185
185
  </p>
186
186
  <div class="variablelist"><table border="0">
187
187
  <col align="left" valign="top">
@@ -225,13 +225,12 @@ by:
225
225
  </table></div>
226
226
  </div>
227
227
  <hr>
228
- <div class="refsect2" lang="en">
228
+ <div class="refsect2" title="cairo_matrix_init_identity ()">
229
229
  <a name="cairo-matrix-init-identity"></a><h3>cairo_matrix_init_identity ()</h3>
230
230
  <pre class="programlisting">void cairo_matrix_init_identity (<a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix);</pre>
231
231
  <p>
232
232
  Modifies <em class="parameter"><code>matrix</code></em> to be an identity transformation.</p>
233
233
  <p>
234
-
235
234
  </p>
236
235
  <div class="variablelist"><table border="0">
237
236
  <col align="left" valign="top">
@@ -243,7 +242,7 @@ Modifies <em class="parameter"><code>matrix</code></em> to be an identity transf
243
242
  </table></div>
244
243
  </div>
245
244
  <hr>
246
- <div class="refsect2" lang="en">
245
+ <div class="refsect2" title="cairo_matrix_init_translate ()">
247
246
  <a name="cairo-matrix-init-translate"></a><h3>cairo_matrix_init_translate ()</h3>
248
247
  <pre class="programlisting">void cairo_matrix_init_translate (<a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix,
249
248
  double tx,
@@ -252,7 +251,6 @@ Modifies <em class="parameter"><code>matrix</code></em> to be an identity transf
252
251
  Initializes <em class="parameter"><code>matrix</code></em> to a transformation that translates by <em class="parameter"><code>tx</code></em> and
253
252
  <em class="parameter"><code>ty</code></em> in the X and Y dimensions, respectively.</p>
254
253
  <p>
255
-
256
254
  </p>
257
255
  <div class="variablelist"><table border="0">
258
256
  <col align="left" valign="top">
@@ -276,7 +274,7 @@ Initializes <em class="parameter"><code>matrix</code></em> to a transformation t
276
274
  </table></div>
277
275
  </div>
278
276
  <hr>
279
- <div class="refsect2" lang="en">
277
+ <div class="refsect2" title="cairo_matrix_init_scale ()">
280
278
  <a name="cairo-matrix-init-scale"></a><h3>cairo_matrix_init_scale ()</h3>
281
279
  <pre class="programlisting">void cairo_matrix_init_scale (<a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix,
282
280
  double sx,
@@ -285,7 +283,6 @@ Initializes <em class="parameter"><code>matrix</code></em> to a transformation t
285
283
  Initializes <em class="parameter"><code>matrix</code></em> to a transformation that scales by <em class="parameter"><code>sx</code></em> and <em class="parameter"><code>sy</code></em>
286
284
  in the X and Y dimensions, respectively.</p>
287
285
  <p>
288
-
289
286
  </p>
290
287
  <div class="variablelist"><table border="0">
291
288
  <col align="left" valign="top">
@@ -309,14 +306,13 @@ in the X and Y dimensions, respectively.</p>
309
306
  </table></div>
310
307
  </div>
311
308
  <hr>
312
- <div class="refsect2" lang="en">
309
+ <div class="refsect2" title="cairo_matrix_init_rotate ()">
313
310
  <a name="cairo-matrix-init-rotate"></a><h3>cairo_matrix_init_rotate ()</h3>
314
311
  <pre class="programlisting">void cairo_matrix_init_rotate (<a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix,
315
312
  double radians);</pre>
316
313
  <p>
317
314
  Initialized <em class="parameter"><code>matrix</code></em> to a transformation that rotates by <em class="parameter"><code>radians</code></em>.</p>
318
315
  <p>
319
-
320
316
  </p>
321
317
  <div class="variablelist"><table border="0">
322
318
  <col align="left" valign="top">
@@ -339,7 +335,7 @@ direction.
339
335
  </table></div>
340
336
  </div>
341
337
  <hr>
342
- <div class="refsect2" lang="en">
338
+ <div class="refsect2" title="cairo_matrix_translate ()">
343
339
  <a name="cairo-matrix-translate"></a><h3>cairo_matrix_translate ()</h3>
344
340
  <pre class="programlisting">void cairo_matrix_translate (<a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix,
345
341
  double tx,
@@ -350,7 +346,6 @@ Applies a translation by <em class="parameter"><code>tx</code></em>, <em class="
350
346
  the coordinates by <em class="parameter"><code>tx</code></em> and <em class="parameter"><code>ty</code></em>, then apply the original transformation
351
347
  to the coordinates.</p>
352
348
  <p>
353
-
354
349
  </p>
355
350
  <div class="variablelist"><table border="0">
356
351
  <col align="left" valign="top">
@@ -374,7 +369,7 @@ to the coordinates.</p>
374
369
  </table></div>
375
370
  </div>
376
371
  <hr>
377
- <div class="refsect2" lang="en">
372
+ <div class="refsect2" title="cairo_matrix_scale ()">
378
373
  <a name="cairo-matrix-scale"></a><h3>cairo_matrix_scale ()</h3>
379
374
  <pre class="programlisting">void cairo_matrix_scale (<a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix,
380
375
  double sx,
@@ -384,7 +379,6 @@ Applies scaling by <em class="parameter"><code>sx</code></em>, <em class="parame
384
379
  effect of the new transformation is to first scale the coordinates
385
380
  by <em class="parameter"><code>sx</code></em> and <em class="parameter"><code>sy</code></em>, then apply the original transformation to the coordinates.</p>
386
381
  <p>
387
-
388
382
  </p>
389
383
  <div class="variablelist"><table border="0">
390
384
  <col align="left" valign="top">
@@ -408,7 +402,7 @@ by <em class="parameter"><code>sx</code></em> and <em class="parameter"><code>sy
408
402
  </table></div>
409
403
  </div>
410
404
  <hr>
411
- <div class="refsect2" lang="en">
405
+ <div class="refsect2" title="cairo_matrix_rotate ()">
412
406
  <a name="cairo-matrix-rotate"></a><h3>cairo_matrix_rotate ()</h3>
413
407
  <pre class="programlisting">void cairo_matrix_rotate (<a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix,
414
408
  double radians);</pre>
@@ -418,7 +412,6 @@ Applies rotation by <em class="parameter"><code>radians</code></em> to the trans
418
412
  coordinates by <em class="parameter"><code>radians</code></em>, then apply the original transformation
419
413
  to the coordinates.</p>
420
414
  <p>
421
-
422
415
  </p>
423
416
  <div class="variablelist"><table border="0">
424
417
  <col align="left" valign="top">
@@ -441,7 +434,7 @@ direction.
441
434
  </table></div>
442
435
  </div>
443
436
  <hr>
444
- <div class="refsect2" lang="en">
437
+ <div class="refsect2" title="cairo_matrix_invert ()">
445
438
  <a name="cairo-matrix-invert"></a><h3>cairo_matrix_invert ()</h3>
446
439
  <pre class="programlisting"><a class="link" href="cairo-error-status.html#cairo-status-t" title="enum cairo_status_t">cairo_status_t</a> cairo_matrix_invert (<a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix);</pre>
447
440
  <p>
@@ -450,7 +443,6 @@ all transformation matrices have inverses; if the matrix
450
443
  collapses points together (it is <em class="firstterm">degenerate</em>),
451
444
  then it has no inverse and this function will fail.</p>
452
445
  <p>
453
-
454
446
  </p>
455
447
  <div class="variablelist"><table border="0">
456
448
  <col align="left" valign="top">
@@ -463,15 +455,15 @@ then it has no inverse and this function will fail.</p>
463
455
  <tr>
464
456
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
465
457
  <td> If <em class="parameter"><code>matrix</code></em> has an inverse, modifies <em class="parameter"><code>matrix</code></em> to
466
- be the inverse matrix and returns <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>. Otherwise,
467
- returns <a class="link" href="cairo-error-status.html#CAIRO-STATUS-INVALID-MATRIX:CAPS"><code class="literal">CAIRO_STATUS_INVALID_MATRIX</code></a>.
458
+ be the inverse matrix and returns <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>. Otherwise,
459
+ returns <a class="link" href="cairo-error-status.html#CAIRO-STATUS-INVALID-MATRIX--CAPS"><code class="literal">CAIRO_STATUS_INVALID_MATRIX</code></a>.
468
460
  </td>
469
461
  </tr>
470
462
  </tbody>
471
463
  </table></div>
472
464
  </div>
473
465
  <hr>
474
- <div class="refsect2" lang="en">
466
+ <div class="refsect2" title="cairo_matrix_multiply ()">
475
467
  <a name="cairo-matrix-multiply"></a><h3>cairo_matrix_multiply ()</h3>
476
468
  <pre class="programlisting">void cairo_matrix_multiply (<a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *result,
477
469
  const <a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *a,
@@ -486,7 +478,6 @@ coordinates.
486
478
  <p>
487
479
  It is allowable for <em class="parameter"><code>result</code></em> to be identical to either <em class="parameter"><code>a</code></em> or <em class="parameter"><code>b</code></em>.</p>
488
480
  <p>
489
-
490
481
  </p>
491
482
  <div class="variablelist"><table border="0">
492
483
  <col align="left" valign="top">
@@ -510,7 +501,7 @@ It is allowable for <em class="parameter"><code>result</code></em> to be identic
510
501
  </table></div>
511
502
  </div>
512
503
  <hr>
513
- <div class="refsect2" lang="en">
504
+ <div class="refsect2" title="cairo_matrix_transform_distance ()">
514
505
  <a name="cairo-matrix-transform-distance"></a><h3>cairo_matrix_transform_distance ()</h3>
515
506
  <pre class="programlisting">void cairo_matrix_transform_distance (const <a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix,
516
507
  double *dx,
@@ -535,7 +526,6 @@ always transforms to the same vector. If (<em class="parameter"><code>x1</code><
535
526
  to (<em class="parameter"><code>x2</code></em>,<em class="parameter"><code>y2</code></em>) then (<em class="parameter"><code>x1</code></em>+<em class="parameter"><code>dx1</code></em>,<em class="parameter"><code>y1</code></em>+<em class="parameter"><code>dy1</code></em>) will transform to
536
527
  (<em class="parameter"><code>x1</code></em>+<em class="parameter"><code>dx2</code></em>,<em class="parameter"><code>y1</code></em>+<em class="parameter"><code>dy2</code></em>) for all values of <em class="parameter"><code>x1</code></em> and <em class="parameter"><code>x2</code></em>.</p>
537
528
  <p>
538
-
539
529
  </p>
540
530
  <div class="variablelist"><table border="0">
541
531
  <col align="left" valign="top">
@@ -559,7 +549,7 @@ to (<em class="parameter"><code>x2</code></em>,<em class="parameter"><code>y2</c
559
549
  </table></div>
560
550
  </div>
561
551
  <hr>
562
- <div class="refsect2" lang="en">
552
+ <div class="refsect2" title="cairo_matrix_transform_point ()">
563
553
  <a name="cairo-matrix-transform-point"></a><h3>cairo_matrix_transform_point ()</h3>
564
554
  <pre class="programlisting">void cairo_matrix_transform_point (const <a class="link" href="cairo-matrix.html#cairo-matrix-t" title="cairo_matrix_t">cairo_matrix_t</a> *matrix,
565
555
  double *x,
@@ -567,7 +557,6 @@ to (<em class="parameter"><code>x2</code></em>,<em class="parameter"><code>y2</c
567
557
  <p>
568
558
  Transforms the point (<em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em>) by <em class="parameter"><code>matrix</code></em>.</p>
569
559
  <p>
570
-
571
560
  </p>
572
561
  <div class="variablelist"><table border="0">
573
562
  <col align="left" valign="top">
@@ -591,17 +580,17 @@ Transforms the point (<em class="parameter"><code>x</code></em>, <em class="para
591
580
  </table></div>
592
581
  </div>
593
582
  </div>
594
- <div class="refsect1" lang="en">
583
+ <div class="refsect1" title="See Also">
595
584
  <a name="cairo-matrix.see-also"></a><h2>See Also</h2>
596
585
  <p>
597
586
  </p>
598
- <div class="itemizedlist"><ul type="disc"><li><a class="link" href="cairo-context.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a></li></ul></div>
587
+ <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="cairo-context.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a></li></ul></div>
599
588
  <p>
600
589
  </p>
601
590
  </div>
602
591
  </div>
603
592
  <div class="footer">
604
593
  <hr>
605
- Generated by GTK-Doc V1.10</div>
594
+ Generated by GTK-Doc V1.11</div>
606
595
  </body>
607
596
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Paths</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
- <link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
+ <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="cairo-drawing.html" title="Drawing">
9
9
  <link rel="prev" href="cairo-context.html" title="cairo_t">
10
10
  <link rel="next" href="cairo-pattern.html" title="cairo_pattern_t">
11
- <meta name="generator" content="GTK-Doc V1.10 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  <link rel="chapter" href="cairo-drawing.html" title="Drawing">
14
14
  <link rel="chapter" href="cairo-fonts.html" title="Fonts">
@@ -30,11 +30,13 @@
30
30
  <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
31
31
  <td><a accesskey="n" href="cairo-pattern.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
32
32
  </tr>
33
- <tr><td colspan="5" class="shortcuts"><nobr><a href="#cairo-paths.synopsis" class="shortcut">Top</a>
34
-  | 
35
- <a href="#cairo-paths.description" class="shortcut">Description</a></nobr></td></tr>
33
+ <tr><td colspan="5" class="shortcuts">
34
+ <a href="#cairo-paths.synopsis" class="shortcut">Top</a>
35
+  | 
36
+ <a href="#cairo-paths.description" class="shortcut">Description</a>
37
+ </td></tr>
36
38
  </table>
37
- <div class="refentry" lang="en">
39
+ <div class="refentry" title="Paths">
38
40
  <a name="cairo-paths"></a><div class="titlepage"></div>
39
41
  <div class="refnamediv"><table width="100%"><tr>
40
42
  <td valign="top">
@@ -43,14 +45,14 @@
43
45
  </td>
44
46
  <td valign="top" align="right"></td>
45
47
  </tr></table></div>
46
- <div class="refsynopsisdiv">
48
+ <div class="refsynopsisdiv" title="Synopsis">
47
49
  <a name="cairo-paths.synopsis"></a><h2>Synopsis</h2>
48
50
  <pre class="synopsis">
49
51
  <a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a>;
50
52
  union <a class="link" href="cairo-paths.html#cairo-path-data-t" title="union cairo_path_data_t">cairo_path_data_t</a>;
51
53
  enum <a class="link" href="cairo-paths.html#cairo-path-data-type-t" title="enum cairo_path_data_type_t">cairo_path_data_type_t</a>;
52
- <a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a>* <a class="link" href="cairo-paths.html#cairo-copy-path" title="cairo_copy_path ()">cairo_copy_path</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
53
- <a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a>* <a class="link" href="cairo-paths.html#cairo-copy-path-flat" title="cairo_copy_path_flat ()">cairo_copy_path_flat</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
54
+ <a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a> * <a class="link" href="cairo-paths.html#cairo-copy-path" title="cairo_copy_path ()">cairo_copy_path</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
55
+ <a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a> * <a class="link" href="cairo-paths.html#cairo-copy-path-flat" title="cairo_copy_path_flat ()">cairo_copy_path_flat</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);
54
56
  void <a class="link" href="cairo-paths.html#cairo-path-destroy" title="cairo_path_destroy ()">cairo_path_destroy</a> (<a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a> *path);
55
57
  void <a class="link" href="cairo-paths.html#cairo-append-path" title="cairo_append_path ()">cairo_append_path</a> (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
56
58
  const <a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a> *path);
@@ -116,16 +118,16 @@ void <a class="link" href="cairo-paths.html#cairo-path-extents" t
116
118
  double *y2);
117
119
  </pre>
118
120
  </div>
119
- <div class="refsect1" lang="en">
121
+ <div class="refsect1" title="Description">
120
122
  <a name="cairo-paths.description"></a><h2>Description</h2>
121
123
  <p>
122
124
  Paths are the most basic drawing tools and are primarily used to implicitly
123
125
  generate simple masks.
124
126
  </p>
125
127
  </div>
126
- <div class="refsect1" lang="en">
128
+ <div class="refsect1" title="Details">
127
129
  <a name="cairo-paths.details"></a><h2>Details</h2>
128
- <div class="refsect2" lang="en">
130
+ <div class="refsect2" title="cairo_path_t">
129
131
  <a name="cairo-path-t"></a><h3>cairo_path_t</h3>
130
132
  <pre class="programlisting">typedef struct {
131
133
  cairo_status_t status;
@@ -149,7 +151,6 @@ array. This number is larger than the number of independent path
149
151
  portions (defined in <a class="link" href="cairo-paths.html#cairo-path-data-type-t" title="enum cairo_path_data_type_t"><span class="type">cairo_path_data_type_t</span></a>), since the data
150
152
  includes both headers and coordinates for each portion.</p>
151
153
  <p>
152
-
153
154
  </p>
154
155
  <div class="variablelist"><table border="0">
155
156
  <col align="left" valign="top">
@@ -173,7 +174,7 @@ includes both headers and coordinates for each portion.</p>
173
174
  </table></div>
174
175
  </div>
175
176
  <hr>
176
- <div class="refsect2" lang="en">
177
+ <div class="refsect2" title="union cairo_path_data_t">
177
178
  <a name="cairo-path-data-t"></a><h3>union cairo_path_data_t</h3>
178
179
  <pre class="programlisting">union cairo_path_data_t {
179
180
  struct {
@@ -260,11 +261,10 @@ always use <code class="literal">data-&gt;header.length</code> to
260
261
  iterate over the path data, instead of hardcoding the number of
261
262
  elements for each element type.</p>
262
263
  <p>
263
-
264
264
  </p>
265
265
  </div>
266
266
  <hr>
267
- <div class="refsect2" lang="en">
267
+ <div class="refsect2" title="enum cairo_path_data_type_t">
268
268
  <a name="cairo-path-data-type-t"></a><h3>enum cairo_path_data_type_t</h3>
269
269
  <pre class="programlisting">typedef enum _cairo_path_data_type {
270
270
  CAIRO_PATH_MOVE_TO,
@@ -278,28 +278,27 @@ elements for each element type.</p>
278
278
  of a path when represented as a <a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t"><span class="type">cairo_path_t</span></a>.
279
279
  See <a class="link" href="cairo-paths.html#cairo-path-data-t" title="union cairo_path_data_t"><span class="type">cairo_path_data_t</span></a> for details.</p>
280
280
  <p>
281
-
282
281
  </p>
283
282
  <div class="variablelist"><table border="0">
284
283
  <col align="left" valign="top">
285
284
  <tbody>
286
285
  <tr>
287
- <td><p><a name="CAIRO-PATH-MOVE-TO:CAPS"></a><span class="term"><code class="literal">CAIRO_PATH_MOVE_TO</code></span></p></td>
286
+ <td><p><a name="CAIRO-PATH-MOVE-TO--CAPS"></a><span class="term"><code class="literal">CAIRO_PATH_MOVE_TO</code></span></p></td>
288
287
  <td> A move-to operation
289
288
  </td>
290
289
  </tr>
291
290
  <tr>
292
- <td><p><a name="CAIRO-PATH-LINE-TO:CAPS"></a><span class="term"><code class="literal">CAIRO_PATH_LINE_TO</code></span></p></td>
291
+ <td><p><a name="CAIRO-PATH-LINE-TO--CAPS"></a><span class="term"><code class="literal">CAIRO_PATH_LINE_TO</code></span></p></td>
293
292
  <td> A line-to operation
294
293
  </td>
295
294
  </tr>
296
295
  <tr>
297
- <td><p><a name="CAIRO-PATH-CURVE-TO:CAPS"></a><span class="term"><code class="literal">CAIRO_PATH_CURVE_TO</code></span></p></td>
296
+ <td><p><a name="CAIRO-PATH-CURVE-TO--CAPS"></a><span class="term"><code class="literal">CAIRO_PATH_CURVE_TO</code></span></p></td>
298
297
  <td> A curve-to operation
299
298
  </td>
300
299
  </tr>
301
300
  <tr>
302
- <td><p><a name="CAIRO-PATH-CLOSE-PATH:CAPS"></a><span class="term"><code class="literal">CAIRO_PATH_CLOSE_PATH</code></span></p></td>
301
+ <td><p><a name="CAIRO-PATH-CLOSE-PATH--CAPS"></a><span class="term"><code class="literal">CAIRO_PATH_CLOSE_PATH</code></span></p></td>
303
302
  <td> A close-path operation
304
303
  </td>
305
304
  </tr>
@@ -307,9 +306,9 @@ See <a class="link" href="cairo-paths.html#cairo-path-data-t" title="union cairo
307
306
  </table></div>
308
307
  </div>
309
308
  <hr>
310
- <div class="refsect2" lang="en">
309
+ <div class="refsect2" title="cairo_copy_path ()">
311
310
  <a name="cairo-copy-path"></a><h3>cairo_copy_path ()</h3>
312
- <pre class="programlisting"><a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a>* cairo_copy_path (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
311
+ <pre class="programlisting"><a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a> * cairo_copy_path (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
313
312
  <p>
314
313
  Creates a copy of the current path and returns it to the user as a
315
314
  <a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t"><span class="type">cairo_path_t</span></a>. See <a class="link" href="cairo-paths.html#cairo-path-data-t" title="union cairo_path_data_t"><span class="type">cairo_path_data_t</span></a> for hints on how to iterate
@@ -317,28 +316,23 @@ over the returned data structure.
317
316
  </p>
318
317
  <p>
319
318
  This function will always return a valid pointer, but the result
320
- will have no data (<code class="literal">data==<code class="literal">NULL</code></code> and
319
+ will have no data (<code class="literal">data==<a
320
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
321
+ ><code class="literal">NULL</code></a></code> and
321
322
  <code class="literal">num_data==0</code>), if either of the following
322
323
  conditions hold:
323
324
  </p>
324
325
  <p>
325
326
  </p>
326
- <div class="orderedlist"><ol type="1">
327
- <li>If there is insufficient memory to copy the path. In this
327
+ <div class="orderedlist"><ol class="orderedlist" type="1">
328
+ <li class="listitem">If there is insufficient memory to copy the path. In this
328
329
  case <code class="literal">path-&gt;status</code> will be set to
329
- <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>.</li>
330
- <li>If <em class="parameter"><code>cr</code></em> is already in an error state. In this case
330
+ <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-MEMORY--CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>.</li>
331
+ <li class="listitem">If <em class="parameter"><code>cr</code></em> is already in an error state. In this case
331
332
  <code class="literal">path-&gt;status</code> will contain the same status that
332
333
  would be returned by <a class="link" href="cairo-context.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a>.</li>
333
334
  </ol></div>
334
335
  <p>
335
- </p>
336
- <p>
337
- In either case, <code class="literal">path-&gt;status</code> will be set to
338
- <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a> (regardless of what the error status in
339
- <em class="parameter"><code>cr</code></em> might have been).</p>
340
- <p>
341
-
342
336
  </p>
343
337
  <div class="variablelist"><table border="0">
344
338
  <col align="left" valign="top">
@@ -359,9 +353,9 @@ with it.
359
353
  </table></div>
360
354
  </div>
361
355
  <hr>
362
- <div class="refsect2" lang="en">
356
+ <div class="refsect2" title="cairo_copy_path_flat ()">
363
357
  <a name="cairo-copy-path-flat"></a><h3>cairo_copy_path_flat ()</h3>
364
- <pre class="programlisting"><a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a>* cairo_copy_path_flat (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
358
+ <pre class="programlisting"><a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a> * cairo_copy_path_flat (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
365
359
  <p>
366
360
  Gets a flattened copy of the current path and returns it to the
367
361
  user as a <a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t"><span class="type">cairo_path_t</span></a>. See <a class="link" href="cairo-paths.html#cairo-path-data-t" title="union cairo_path_data_t"><span class="type">cairo_path_data_t</span></a> for hints on
@@ -372,27 +366,28 @@ This function is like <a class="link" href="cairo-paths.html#cairo-copy-path" ti
372
366
  in the path will be approximated with piecewise-linear
373
367
  approximations, (accurate to within the current tolerance
374
368
  value). That is, the result is guaranteed to not have any elements
375
- of type <a class="link" href="cairo-paths.html#CAIRO-PATH-CURVE-TO:CAPS"><code class="literal">CAIRO_PATH_CURVE_TO</code></a> which will instead be replaced by a
376
- series of <a class="link" href="cairo-paths.html#CAIRO-PATH-LINE-TO:CAPS"><code class="literal">CAIRO_PATH_LINE_TO</code></a> elements.
369
+ of type <a class="link" href="cairo-paths.html#CAIRO-PATH-CURVE-TO--CAPS"><code class="literal">CAIRO_PATH_CURVE_TO</code></a> which will instead be replaced by a
370
+ series of <a class="link" href="cairo-paths.html#CAIRO-PATH-LINE-TO--CAPS"><code class="literal">CAIRO_PATH_LINE_TO</code></a> elements.
377
371
  </p>
378
372
  <p>
379
373
  This function will always return a valid pointer, but the result
380
- will have no data (<code class="literal">data==<code class="literal">NULL</code></code> and
374
+ will have no data (<code class="literal">data==<a
375
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
376
+ ><code class="literal">NULL</code></a></code> and
381
377
  <code class="literal">num_data==0</code>), if either of the following
382
378
  conditions hold:
383
379
  </p>
384
380
  <p>
385
381
  </p>
386
- <div class="orderedlist"><ol type="1">
387
- <li>If there is insufficient memory to copy the path. In this
382
+ <div class="orderedlist"><ol class="orderedlist" type="1">
383
+ <li class="listitem">If there is insufficient memory to copy the path. In this
388
384
  case <code class="literal">path-&gt;status</code> will be set to
389
- <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>.</li>
390
- <li>If <em class="parameter"><code>cr</code></em> is already in an error state. In this case
385
+ <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-MEMORY--CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>.</li>
386
+ <li class="listitem">If <em class="parameter"><code>cr</code></em> is already in an error state. In this case
391
387
  <code class="literal">path-&gt;status</code> will contain the same status that
392
388
  would be returned by <a class="link" href="cairo-context.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a>.</li>
393
389
  </ol></div>
394
390
  <p>
395
-
396
391
  </p>
397
392
  <div class="variablelist"><table border="0">
398
393
  <col align="left" valign="top">
@@ -413,7 +408,7 @@ with it.
413
408
  </table></div>
414
409
  </div>
415
410
  <hr>
416
- <div class="refsect2" lang="en">
411
+ <div class="refsect2" title="cairo_path_destroy ()">
417
412
  <a name="cairo-path-destroy"></a><h3>cairo_path_destroy ()</h3>
418
413
  <pre class="programlisting">void cairo_path_destroy (<a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a> *path);</pre>
419
414
  <p>
@@ -427,7 +422,6 @@ pointer to a <a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_p
427
422
  that is created manually (ie. outside of cairo) should be destroyed
428
423
  manually as well.</p>
429
424
  <p>
430
-
431
425
  </p>
432
426
  <div class="variablelist"><table border="0">
433
427
  <col align="left" valign="top">
@@ -440,7 +434,7 @@ manually as well.</p>
440
434
  </table></div>
441
435
  </div>
442
436
  <hr>
443
- <div class="refsect2" lang="en">
437
+ <div class="refsect2" title="cairo_append_path ()">
444
438
  <a name="cairo-append-path"></a><h3>cairo_append_path ()</h3>
445
439
  <pre class="programlisting">void cairo_append_path (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
446
440
  const <a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t">cairo_path_t</a> *path);</pre>
@@ -450,9 +444,8 @@ return value from one of <a class="link" href="cairo-paths.html#cairo-copy-path"
450
444
  <a class="link" href="cairo-paths.html#cairo-copy-path-flat" title="cairo_copy_path_flat ()"><code class="function">cairo_copy_path_flat()</code></a> or it may be constructed manually. See
451
445
  <a class="link" href="cairo-paths.html#cairo-path-t" title="cairo_path_t"><span class="type">cairo_path_t</span></a> for details on how the path data structure should be
452
446
  initialized, and note that <code class="literal">path-&gt;status</code> must be
453
- initialized to <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>.</p>
447
+ initialized to <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCESS--CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a>.</p>
454
448
  <p>
455
-
456
449
  </p>
457
450
  <div class="variablelist"><table border="0">
458
451
  <col align="left" valign="top">
@@ -471,14 +464,13 @@ initialized to <a class="link" href="cairo-error-status.html#CAIRO-STATUS-SUCCES
471
464
  </table></div>
472
465
  </div>
473
466
  <hr>
474
- <div class="refsect2" lang="en">
467
+ <div class="refsect2" title="cairo_has_current_point ()">
475
468
  <a name="cairo-has-current-point"></a><h3>cairo_has_current_point ()</h3>
476
469
  <pre class="programlisting"><a class="link" href="cairo-types.html#cairo-bool-t" title="cairo_bool_t">cairo_bool_t</a> cairo_has_current_point (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
477
470
  <p>
478
471
  Returns whether a current point is defined on the current path.
479
472
  See <a class="link" href="cairo-paths.html#cairo-get-current-point" title="cairo_get_current_point ()"><code class="function">cairo_get_current_point()</code></a> for details on the current point.</p>
480
473
  <p>
481
-
482
474
  </p>
483
475
  <div class="variablelist"><table border="0">
484
476
  <col align="left" valign="top">
@@ -496,11 +488,10 @@ See <a class="link" href="cairo-paths.html#cairo-get-current-point" title="cairo
496
488
  </tr>
497
489
  </tbody>
498
490
  </table></div>
499
- <p class="since">Since 1.6
500
- </p>
491
+ <p class="since">Since 1.6</p>
501
492
  </div>
502
493
  <hr>
503
- <div class="refsect2" lang="en">
494
+ <div class="refsect2" title="cairo_get_current_point ()">
504
495
  <a name="cairo-get-current-point"></a><h3>cairo_get_current_point ()</h3>
505
496
  <pre class="programlisting">void cairo_get_current_point (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
506
497
  double *x,
@@ -534,7 +525,6 @@ otherwise change current path:
534
525
  Some functions unset the current path and as a result, current point:
535
526
  <a class="link" href="cairo-context.html#cairo-fill" title="cairo_fill ()"><code class="function">cairo_fill()</code></a>, <a class="link" href="cairo-context.html#cairo-stroke" title="cairo_stroke ()"><code class="function">cairo_stroke()</code></a>.</p>
536
527
  <p>
537
-
538
528
  </p>
539
529
  <div class="variablelist"><table border="0">
540
530
  <col align="left" valign="top">
@@ -558,14 +548,13 @@ Some functions unset the current path and as a result, current point:
558
548
  </table></div>
559
549
  </div>
560
550
  <hr>
561
- <div class="refsect2" lang="en">
551
+ <div class="refsect2" title="cairo_new_path ()">
562
552
  <a name="cairo-new-path"></a><h3>cairo_new_path ()</h3>
563
553
  <pre class="programlisting">void cairo_new_path (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
564
554
  <p>
565
555
  Clears the current path. After this call there will be no path and
566
556
  no current point.</p>
567
557
  <p>
568
-
569
558
  </p>
570
559
  <div class="variablelist"><table border="0">
571
560
  <col align="left" valign="top">
@@ -577,7 +566,7 @@ no current point.</p>
577
566
  </table></div>
578
567
  </div>
579
568
  <hr>
580
- <div class="refsect2" lang="en">
569
+ <div class="refsect2" title="cairo_new_sub_path ()">
581
570
  <a name="cairo-new-sub-path"></a><h3>cairo_new_sub_path ()</h3>
582
571
  <pre class="programlisting">void cairo_new_sub_path (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
583
572
  <p>
@@ -595,7 +584,6 @@ makes things easier as it is no longer necessary to manually
595
584
  compute the arc's initial coordinates for a call to
596
585
  <a class="link" href="cairo-paths.html#cairo-move-to" title="cairo_move_to ()"><code class="function">cairo_move_to()</code></a>.</p>
597
586
  <p>
598
-
599
587
  </p>
600
588
  <div class="variablelist"><table border="0">
601
589
  <col align="left" valign="top">
@@ -605,11 +593,10 @@ compute the arc's initial coordinates for a call to
605
593
  </td>
606
594
  </tr></tbody>
607
595
  </table></div>
608
- <p class="since">Since 1.2
609
- </p>
596
+ <p class="since">Since 1.2</p>
610
597
  </div>
611
598
  <hr>
612
- <div class="refsect2" lang="en">
599
+ <div class="refsect2" title="cairo_close_path ()">
613
600
  <a name="cairo-close-path"></a><h3>cairo_close_path ()</h3>
614
601
  <pre class="programlisting">void cairo_close_path (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr);</pre>
615
602
  <p>
@@ -638,7 +625,6 @@ not be necessary to save the "last move_to point" during processing
638
625
  as the MOVE_TO immediately after the CLOSE_PATH will provide that
639
626
  point.</p>
640
627
  <p>
641
-
642
628
  </p>
643
629
  <div class="variablelist"><table border="0">
644
630
  <col align="left" valign="top">
@@ -650,7 +636,7 @@ point.</p>
650
636
  </table></div>
651
637
  </div>
652
638
  <hr>
653
- <div class="refsect2" lang="en">
639
+ <div class="refsect2" title="cairo_arc ()">
654
640
  <a name="cairo-arc"></a><h3>cairo_arc ()</h3>
655
641
  <pre class="programlisting">void cairo_arc (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
656
642
  double xc,
@@ -704,7 +690,6 @@ cairo_arc (cr, 0., 0., 1., 0., 2 * M_PI);
704
690
  cairo_restore (cr);
705
691
  </pre></div>
706
692
  <p>
707
-
708
693
  </p>
709
694
  <div class="variablelist"><table border="0">
710
695
  <col align="left" valign="top">
@@ -743,7 +728,7 @@ cairo_restore (cr);
743
728
  </table></div>
744
729
  </div>
745
730
  <hr>
746
- <div class="refsect2" lang="en">
731
+ <div class="refsect2" title="cairo_arc_negative ()">
747
732
  <a name="cairo-arc-negative"></a><h3>cairo_arc_negative ()</h3>
748
733
  <pre class="programlisting">void cairo_arc_negative (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
749
734
  double xc,
@@ -762,7 +747,6 @@ until it is less than <em class="parameter"><code>angle1</code></em>.
762
747
  See <a class="link" href="cairo-paths.html#cairo-arc" title="cairo_arc ()"><code class="function">cairo_arc()</code></a> for more details. This function differs only in the
763
748
  direction of the arc between the two angles.</p>
764
749
  <p>
765
-
766
750
  </p>
767
751
  <div class="variablelist"><table border="0">
768
752
  <col align="left" valign="top">
@@ -801,7 +785,7 @@ direction of the arc between the two angles.</p>
801
785
  </table></div>
802
786
  </div>
803
787
  <hr>
804
- <div class="refsect2" lang="en">
788
+ <div class="refsect2" title="cairo_curve_to ()">
805
789
  <a name="cairo-curve-to"></a><h3>cairo_curve_to ()</h3>
806
790
  <pre class="programlisting">void cairo_curve_to (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
807
791
  double x1,
@@ -821,7 +805,6 @@ If there is no current point before the call to <a class="link" href="cairo-path
821
805
  this function will behave as if preceded by a call to
822
806
  cairo_move_to(<em class="parameter"><code>cr</code></em>, <em class="parameter"><code>x1</code></em>, <em class="parameter"><code>y1</code></em>).</p>
823
807
  <p>
824
-
825
808
  </p>
826
809
  <div class="variablelist"><table border="0">
827
810
  <col align="left" valign="top">
@@ -865,7 +848,7 @@ cairo_move_to(<em class="parameter"><code>cr</code></em>, <em class="parameter">
865
848
  </table></div>
866
849
  </div>
867
850
  <hr>
868
- <div class="refsect2" lang="en">
851
+ <div class="refsect2" title="cairo_line_to ()">
869
852
  <a name="cairo-line-to"></a><h3>cairo_line_to ()</h3>
870
853
  <pre class="programlisting">void cairo_line_to (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
871
854
  double x,
@@ -879,7 +862,6 @@ will be (<em class="parameter"><code>x</code></em>, <em class="parameter"><code>
879
862
  If there is no current point before the call to <a class="link" href="cairo-paths.html#cairo-line-to" title="cairo_line_to ()"><code class="function">cairo_line_to()</code></a>
880
863
  this function will behave as cairo_move_to(<em class="parameter"><code>cr</code></em>, <em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em>).</p>
881
864
  <p>
882
-
883
865
  </p>
884
866
  <div class="variablelist"><table border="0">
885
867
  <col align="left" valign="top">
@@ -903,7 +885,7 @@ this function will behave as cairo_move_to(<em class="parameter"><code>cr</code>
903
885
  </table></div>
904
886
  </div>
905
887
  <hr>
906
- <div class="refsect2" lang="en">
888
+ <div class="refsect2" title="cairo_move_to ()">
907
889
  <a name="cairo-move-to"></a><h3>cairo_move_to ()</h3>
908
890
  <pre class="programlisting">void cairo_move_to (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
909
891
  double x,
@@ -912,7 +894,6 @@ this function will behave as cairo_move_to(<em class="parameter"><code>cr</code>
912
894
  Begin a new sub-path. After this call the current point will be (<em class="parameter"><code>x</code></em>,
913
895
  <em class="parameter"><code>y</code></em>).</p>
914
896
  <p>
915
-
916
897
  </p>
917
898
  <div class="variablelist"><table border="0">
918
899
  <col align="left" valign="top">
@@ -936,7 +917,7 @@ Begin a new sub-path. After this call the current point will be (<em class="para
936
917
  </table></div>
937
918
  </div>
938
919
  <hr>
939
- <div class="refsect2" lang="en">
920
+ <div class="refsect2" title="cairo_rectangle ()">
940
921
  <a name="cairo-rectangle"></a><h3>cairo_rectangle ()</h3>
941
922
  <pre class="programlisting">void cairo_rectangle (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
942
923
  double x,
@@ -958,7 +939,6 @@ cairo_rel_line_to (cr, -width, 0);
958
939
  cairo_close_path (cr);
959
940
  </pre></div>
960
941
  <p>
961
-
962
942
  </p>
963
943
  <div class="variablelist"><table border="0">
964
944
  <col align="left" valign="top">
@@ -992,7 +972,7 @@ cairo_close_path (cr);
992
972
  </table></div>
993
973
  </div>
994
974
  <hr>
995
- <div class="refsect2" lang="en">
975
+ <div class="refsect2" title="cairo_glyph_path ()">
996
976
  <a name="cairo-glyph-path"></a><h3>cairo_glyph_path ()</h3>
997
977
  <pre class="programlisting">void cairo_glyph_path (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
998
978
  const <a class="link" href="cairo-text.html#cairo-glyph-t" title="cairo_glyph_t">cairo_glyph_t</a> *glyphs,
@@ -1002,7 +982,6 @@ Adds closed paths for the glyphs to the current path. The generated
1002
982
  path if filled, achieves an effect similar to that of
1003
983
  <a class="link" href="cairo-text.html#cairo-show-glyphs" title="cairo_show_glyphs ()"><code class="function">cairo_show_glyphs()</code></a>.</p>
1004
984
  <p>
1005
-
1006
985
  </p>
1007
986
  <div class="variablelist"><table border="0">
1008
987
  <col align="left" valign="top">
@@ -1026,7 +1005,7 @@ path if filled, achieves an effect similar to that of
1026
1005
  </table></div>
1027
1006
  </div>
1028
1007
  <hr>
1029
- <div class="refsect2" lang="en">
1008
+ <div class="refsect2" title="cairo_text_path ()">
1030
1009
  <a name="cairo-text-path"></a><h3>cairo_text_path ()</h3>
1031
1010
  <pre class="programlisting">void cairo_text_path (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1032
1011
  const char *utf8);</pre>
@@ -1053,7 +1032,6 @@ and simple programs, but it is not expected to be adequate for
1053
1032
  serious text-using applications. See <a class="link" href="cairo-paths.html#cairo-glyph-path" title="cairo_glyph_path ()"><code class="function">cairo_glyph_path()</code></a> for the
1054
1033
  "real" text path API in cairo.</p>
1055
1034
  <p>
1056
-
1057
1035
  </p>
1058
1036
  <div class="variablelist"><table border="0">
1059
1037
  <col align="left" valign="top">
@@ -1065,14 +1043,16 @@ serious text-using applications. See <a class="link" href="cairo-paths.html#cair
1065
1043
  </tr>
1066
1044
  <tr>
1067
1045
  <td><p><span class="term"><em class="parameter"><code>utf8</code></em> :</span></p></td>
1068
- <td> a NUL-terminated string of text encoded in UTF-8, or <code class="literal">NULL</code>
1046
+ <td> a NUL-terminated string of text encoded in UTF-8, or <a
1047
+ href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1048
+ ><code class="literal">NULL</code></a>
1069
1049
  </td>
1070
1050
  </tr>
1071
1051
  </tbody>
1072
1052
  </table></div>
1073
1053
  </div>
1074
1054
  <hr>
1075
- <div class="refsect2" lang="en">
1055
+ <div class="refsect2" title="cairo_rel_curve_to ()">
1076
1056
  <a name="cairo-rel-curve-to"></a><h3>cairo_rel_curve_to ()</h3>
1077
1057
  <pre class="programlisting">void cairo_rel_curve_to (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1078
1058
  double dx1,
@@ -1097,9 +1077,8 @@ cairo_curve_to(<em class="parameter"><code>cr</code></em>, x+<em class="paramete
1097
1077
  <p>
1098
1078
  It is an error to call this function with no current point. Doing
1099
1079
  so will cause <em class="parameter"><code>cr</code></em> to shutdown with a status of
1100
- <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-CURRENT-POINT:CAPS"><code class="literal">CAIRO_STATUS_NO_CURRENT_POINT</code></a>.</p>
1080
+ <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-CURRENT-POINT--CAPS"><code class="literal">CAIRO_STATUS_NO_CURRENT_POINT</code></a>.</p>
1101
1081
  <p>
1102
-
1103
1082
  </p>
1104
1083
  <div class="variablelist"><table border="0">
1105
1084
  <col align="left" valign="top">
@@ -1143,7 +1122,7 @@ so will cause <em class="parameter"><code>cr</code></em> to shutdown with a stat
1143
1122
  </table></div>
1144
1123
  </div>
1145
1124
  <hr>
1146
- <div class="refsect2" lang="en">
1125
+ <div class="refsect2" title="cairo_rel_line_to ()">
1147
1126
  <a name="cairo-rel-line-to"></a><h3>cairo_rel_line_to ()</h3>
1148
1127
  <pre class="programlisting">void cairo_rel_line_to (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1149
1128
  double dx,
@@ -1161,9 +1140,8 @@ is logically equivalent to cairo_line_to(<em class="parameter"><code>cr</code></
1161
1140
  <p>
1162
1141
  It is an error to call this function with no current point. Doing
1163
1142
  so will cause <em class="parameter"><code>cr</code></em> to shutdown with a status of
1164
- <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-CURRENT-POINT:CAPS"><code class="literal">CAIRO_STATUS_NO_CURRENT_POINT</code></a>.</p>
1143
+ <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-CURRENT-POINT--CAPS"><code class="literal">CAIRO_STATUS_NO_CURRENT_POINT</code></a>.</p>
1165
1144
  <p>
1166
-
1167
1145
  </p>
1168
1146
  <div class="variablelist"><table border="0">
1169
1147
  <col align="left" valign="top">
@@ -1187,7 +1165,7 @@ so will cause <em class="parameter"><code>cr</code></em> to shutdown with a stat
1187
1165
  </table></div>
1188
1166
  </div>
1189
1167
  <hr>
1190
- <div class="refsect2" lang="en">
1168
+ <div class="refsect2" title="cairo_rel_move_to ()">
1191
1169
  <a name="cairo-rel-move-to"></a><h3>cairo_rel_move_to ()</h3>
1192
1170
  <pre class="programlisting">void cairo_rel_move_to (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1193
1171
  double dx,
@@ -1203,9 +1181,8 @@ is logically equivalent to cairo_move_to(<em class="parameter"><code>cr</code></
1203
1181
  <p>
1204
1182
  It is an error to call this function with no current point. Doing
1205
1183
  so will cause <em class="parameter"><code>cr</code></em> to shutdown with a status of
1206
- <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-CURRENT-POINT:CAPS"><code class="literal">CAIRO_STATUS_NO_CURRENT_POINT</code></a>.</p>
1184
+ <a class="link" href="cairo-error-status.html#CAIRO-STATUS-NO-CURRENT-POINT--CAPS"><code class="literal">CAIRO_STATUS_NO_CURRENT_POINT</code></a>.</p>
1207
1185
  <p>
1208
-
1209
1186
  </p>
1210
1187
  <div class="variablelist"><table border="0">
1211
1188
  <col align="left" valign="top">
@@ -1229,7 +1206,7 @@ so will cause <em class="parameter"><code>cr</code></em> to shutdown with a stat
1229
1206
  </table></div>
1230
1207
  </div>
1231
1208
  <hr>
1232
- <div class="refsect2" lang="en">
1209
+ <div class="refsect2" title="cairo_path_extents ()">
1233
1210
  <a name="cairo-path-extents"></a><h3>cairo_path_extents ()</h3>
1234
1211
  <pre class="programlisting">void cairo_path_extents (<a class="link" href="cairo-context.html#cairo-t" title="cairo_t">cairo_t</a> *cr,
1235
1212
  double *x1,
@@ -1249,7 +1226,7 @@ the corresponding drawing operations.
1249
1226
  </p>
1250
1227
  <p>
1251
1228
  The result of <a class="link" href="cairo-paths.html#cairo-path-extents" title="cairo_path_extents ()"><code class="function">cairo_path_extents()</code></a> is defined as equivalent to the
1252
- limit of <a class="link" href="cairo-context.html#cairo-stroke-extents" title="cairo_stroke_extents ()"><code class="function">cairo_stroke_extents()</code></a> with <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-ROUND:CAPS"><code class="literal">CAIRO_LINE_CAP_ROUND</code></a> as the
1229
+ limit of <a class="link" href="cairo-context.html#cairo-stroke-extents" title="cairo_stroke_extents ()"><code class="function">cairo_stroke_extents()</code></a> with <a class="link" href="cairo-context.html#CAIRO-LINE-CAP-ROUND--CAPS"><code class="literal">CAIRO_LINE_CAP_ROUND</code></a> as the
1253
1230
  line width approaches 0.0, (but never reaching the empty-rectangle
1254
1231
  returned by <a class="link" href="cairo-context.html#cairo-stroke-extents" title="cairo_stroke_extents ()"><code class="function">cairo_stroke_extents()</code></a> for a line width of 0.0).
1255
1232
  </p>
@@ -1261,7 +1238,6 @@ considered as contributing to the extents. However, a lone
1261
1238
  <a class="link" href="cairo-paths.html#cairo-move-to" title="cairo_move_to ()"><code class="function">cairo_move_to()</code></a> will not contribute to the results of
1262
1239
  <a class="link" href="cairo-paths.html#cairo-path-extents" title="cairo_path_extents ()"><code class="function">cairo_path_extents()</code></a>.</p>
1263
1240
  <p>
1264
-
1265
1241
  </p>
1266
1242
  <div class="variablelist"><table border="0">
1267
1243
  <col align="left" valign="top">
@@ -1293,13 +1269,12 @@ considered as contributing to the extents. However, a lone
1293
1269
  </tr>
1294
1270
  </tbody>
1295
1271
  </table></div>
1296
- <p class="since">Since 1.6
1297
- </p>
1272
+ <p class="since">Since 1.6</p>
1298
1273
  </div>
1299
1274
  </div>
1300
1275
  </div>
1301
1276
  <div class="footer">
1302
1277
  <hr>
1303
- Generated by GTK-Doc V1.10</div>
1278
+ Generated by GTK-Doc V1.11</div>
1304
1279
  </body>
1305
1280
  </html>