cairo 1.7.0-x86-mswin32 → 1.8.0-x86-mswin32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/ChangeLog +32 -0
- data/NEWS +9 -1
- data/README +1 -0
- data/Rakefile +2 -2
- data/cairo/DLL_FAQ.txt +397 -0
- data/cairo/README.txt +53 -0
- data/cairo/USAGE.txt +94 -0
- data/cairo/bin/libcairo-2.dll +0 -0
- data/cairo/bin/libpng12-0.dll +0 -0
- data/cairo/bin/zlib1.dll +0 -0
- data/cairo/include/cairo/cairo-deprecated.h +0 -4
- data/cairo/include/cairo/cairo-features.h +7 -22
- data/cairo/include/cairo/cairo-pdf.h +1 -1
- data/cairo/include/cairo/cairo-ps.h +1 -1
- data/cairo/include/cairo/cairo-svg.h +1 -1
- data/cairo/include/cairo/cairo-version.h +8 -0
- data/cairo/include/cairo/cairo-win32.h +9 -1
- data/cairo/include/cairo/cairo.h +420 -32
- data/cairo/include/libpng12/png.h +3592 -0
- data/cairo/include/libpng12/pngconf.h +1481 -0
- data/cairo/include/png.h +36 -13
- data/cairo/include/pngconf.h +3 -3
- data/cairo/include/zconf.h +332 -0
- data/cairo/include/zlib.h +1357 -0
- data/cairo/lib/cairo.def +22 -0
- data/cairo/lib/cairo.lib +0 -0
- data/cairo/lib/libcairo.dll.a +0 -0
- data/cairo/lib/libpng.def +1 -0
- data/cairo/lib/libpng.lib +0 -0
- data/cairo/lib/libpng12.dll.a +0 -0
- data/cairo/lib/pkgconfig/cairo-pdf.pc +5 -5
- data/cairo/lib/pkgconfig/cairo-png.pc +5 -5
- data/cairo/lib/pkgconfig/cairo-ps.pc +5 -5
- data/cairo/lib/pkgconfig/cairo-svg.pc +4 -4
- data/cairo/lib/pkgconfig/cairo-win32-font.pc +4 -4
- data/cairo/lib/pkgconfig/cairo-win32.pc +4 -4
- data/cairo/lib/pkgconfig/cairo.pc +4 -4
- data/cairo/lib/pkgconfig/libpng.pc +3 -2
- data/cairo/lib/pkgconfig/libpng12.pc +3 -2
- data/cairo/lib/zdll.exp +0 -0
- data/cairo/lib/zdll.lib +0 -0
- data/cairo/lib/zlib.def +60 -0
- data/cairo/manifest/cairo-dev_1.8.0-1_win32.mft +76 -0
- data/cairo/manifest/cairo_1.8.0-1_win32.mft +5 -0
- data/cairo/manifest/{libpng-dev-1.2.29.mft → libpng-dev_1.2.32-1_win32.mft} +5 -2
- data/cairo/manifest/libpng_1.2.32-1_win32.mft +2 -0
- data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING +0 -0
- data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING-LGPL-2.1 +0 -0
- data/cairo/share/doc/{cairo-1.6.4-2 → cairo_1.8.0-1_win32}/COPYING-MPL-1.1 +0 -0
- data/cairo/share/gtk-doc/html/cairo/bindings-errors.html +15 -11
- data/cairo/share/gtk-doc/html/cairo/bindings-fonts.html +15 -11
- data/cairo/share/gtk-doc/html/cairo/bindings-memory.html +20 -16
- data/cairo/share/gtk-doc/html/cairo/bindings-overloading.html +16 -12
- data/cairo/share/gtk-doc/html/cairo/bindings-path.html +17 -13
- data/cairo/share/gtk-doc/html/cairo/bindings-patterns.html +25 -21
- data/cairo/share/gtk-doc/html/cairo/bindings-return-values.html +17 -13
- data/cairo/share/gtk-doc/html/cairo/bindings-streams.html +14 -10
- data/cairo/share/gtk-doc/html/cairo/bindings-surfaces.html +19 -15
- data/cairo/share/gtk-doc/html/cairo/cairo-context.html +2721 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-drawing.html +57 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-error-status.html +361 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-font-face.html +418 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-font-options.html +695 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-fonts.html +63 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-ft-font.html +318 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-image-surface.html +486 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-cairo-matrix-t.html → cairo-matrix.html} +137 -156
- data/cairo/share/gtk-doc/html/cairo/{cairo-Paths.html → cairo-paths.html} +275 -306
- data/cairo/share/gtk-doc/html/cairo/cairo-pattern.html +1524 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-PDF-Surfaces.html → cairo-pdf-surface.html} +60 -70
- data/cairo/share/gtk-doc/html/cairo/cairo-png-functions.html +332 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-PostScript-Surfaces.html → cairo-ps-surface.html} +131 -150
- data/cairo/share/gtk-doc/html/cairo/cairo-quartz-font.html +153 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-Quartz-Surfaces.html → cairo-quartz-surface.html} +53 -62
- data/cairo/share/gtk-doc/html/cairo/cairo-scaled-font.html +1051 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-support.html +54 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-surface.html +1064 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-surfaces.html +69 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-svg-surface.html +324 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-text.html +1264 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-Transformations.html → cairo-transformations.html} +98 -115
- data/cairo/share/gtk-doc/html/cairo/cairo-types.html +134 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-user-font.html +769 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-version-info.html +355 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-win32-font.html +366 -0
- data/cairo/share/gtk-doc/html/cairo/cairo-win32-surface.html +321 -0
- data/cairo/share/gtk-doc/html/cairo/{cairo-XLib-Surfaces.html → cairo-xlib-surface.html} +104 -121
- data/cairo/share/gtk-doc/html/cairo/cairo.devhelp +390 -405
- data/cairo/share/gtk-doc/html/cairo/cairo.devhelp2 +390 -405
- data/cairo/share/gtk-doc/html/cairo/index-1.2.html +63 -59
- data/cairo/share/gtk-doc/html/cairo/index-1.4.html +45 -41
- data/cairo/share/gtk-doc/html/cairo/index-1.6.html +29 -23
- data/cairo/share/gtk-doc/html/cairo/index-1.8.html +107 -0
- data/cairo/share/gtk-doc/html/cairo/index-all.html +759 -0
- data/cairo/share/gtk-doc/html/cairo/index.html +51 -41
- data/cairo/share/gtk-doc/html/cairo/index.sgml +478 -466
- data/cairo/share/gtk-doc/html/cairo/language-bindings.html +22 -18
- data/cairo/share/gtk-doc/html/cairo/style.css +14 -2
- data/cairo/share/man/man3/libpng.3 +443 -17
- data/cairo/share/man/man3/libpngpf.3 +618 -102
- data/cairo/share/man/man5/png.5 +1 -1
- data/cairo/src/tml/make/cairo_1.8.0-1_win32.log +1021 -0
- data/cairo/src/tml/make/cairo_1.8.0-1_win32.sh +68 -0
- data/cairo/src/tml/make/libpng_1.2.32-1_win32.log +269 -0
- data/cairo/src/tml/make/libpng_1.2.32-1_win32.sh +63 -0
- data/cairo/test/example_d.exe +0 -0
- data/cairo/test/minigzip_d.exe +0 -0
- data/cairo/test/testzlib_d.exe +0 -0
- data/cairo/test/untgz_d.exe +0 -0
- data/doc/en/cairo-context.html +81 -91
- data/doc/en/cairo-font-options.html +11 -26
- data/doc/en/cairo-text-cluster-flag.html +35 -0
- data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +3 -3
- data/doc/en/cairo.html +38 -42
- data/doc/en/index.html +129 -142
- data/doc/ja/cairo-font-options.html +3 -25
- data/doc/ja/cairo-text-cluster-flag.html +46 -0
- data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +16 -15
- data/doc/ja/cairo.html +3 -7
- data/doc/ja/index.html +9 -17
- data/src/cairo.def +1 -1
- data/src/cairo.so +0 -0
- data/src/lib/cairo/constants.rb +3 -1
- data/src/libruby-cairo.a +0 -0
- data/src/rb_cairo.c +2 -2
- data/src/rb_cairo.h +5 -5
- data/src/rb_cairo_constants.c +12 -19
- data/src/rb_cairo_context.c +25 -21
- data/src/rb_cairo_font_face.c +44 -29
- data/src/rb_cairo_font_options.c +1 -23
- data/src/rb_cairo_scaled_font.c +5 -5
- data/test/test_constants.rb +6 -9
- data/test/test_context.rb +0 -12
- data/test/test_font_face.rb +7 -7
- data/test/test_font_options.rb +2 -21
- data/test/test_scaled_font.rb +3 -3
- data/test/test_text_to_glyphs_data.rb +19 -15
- metadata +68 -45
- data/cairo/make/cairo-1.6.4-2.sh +0 -55
- data/cairo/make/libpng-1.2.29.sh +0 -35
- data/cairo/manifest/cairo-1.6.4-2.mft +0 -6
- data/cairo/manifest/cairo-dev-1.6.4-2.mft +0 -72
- data/cairo/manifest/libpng-1.2.29.mft +0 -2
- data/cairo/share/gtk-doc/html/cairo/Drawing.html +0 -53
- data/cairo/share/gtk-doc/html/cairo/Fonts.html +0 -56
- data/cairo/share/gtk-doc/html/cairo/Support.html +0 -50
- data/cairo/share/gtk-doc/html/cairo/Surfaces.html +0 -65
- data/cairo/share/gtk-doc/html/cairo/cairo-Error-Handling.html +0 -328
- data/cairo/share/gtk-doc/html/cairo/cairo-Font-Options.html +0 -720
- data/cairo/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +0 -297
- data/cairo/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +0 -484
- data/cairo/share/gtk-doc/html/cairo/cairo-PNG-Support.html +0 -345
- data/cairo/share/gtk-doc/html/cairo/cairo-Patterns.html +0 -1560
- data/cairo/share/gtk-doc/html/cairo/cairo-Quartz-Fonts.html +0 -161
- data/cairo/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +0 -337
- data/cairo/share/gtk-doc/html/cairo/cairo-Scaled-Fonts.html +0 -823
- data/cairo/share/gtk-doc/html/cairo/cairo-Text.html +0 -836
- data/cairo/share/gtk-doc/html/cairo/cairo-Types.html +0 -143
- data/cairo/share/gtk-doc/html/cairo/cairo-Version-Information.html +0 -325
- data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +0 -381
- data/cairo/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +0 -331
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +0 -427
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +0 -995
- data/cairo/share/gtk-doc/html/cairo/cairo-cairo-t.html +0 -2795
- data/cairo/share/gtk-doc/html/cairo/ix01.html +0 -693
- data/doc/en/cairo-lcd-filter.html +0 -39
- data/doc/ja/cairo-lcd-filter.html +0 -63
@@ -0,0 +1,321 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Win32 Surfaces</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">
|
8
|
+
<link rel="up" href="cairo-surfaces.html" title="Surfaces">
|
9
|
+
<link rel="prev" href="cairo-ps-surface.html" title="PostScript Surfaces">
|
10
|
+
<link rel="next" href="cairo-svg-surface.html" title="SVG Surfaces">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
<link rel="chapter" href="cairo-drawing.html" title="Drawing">
|
14
|
+
<link rel="chapter" href="cairo-fonts.html" title="Fonts">
|
15
|
+
<link rel="chapter" href="cairo-surfaces.html" title="Surfaces">
|
16
|
+
<link rel="chapter" href="cairo-support.html" title="Utilities">
|
17
|
+
<link rel="index" href="index-all.html" title="Index">
|
18
|
+
<link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
|
19
|
+
<link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
|
20
|
+
<link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
|
21
|
+
<link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
|
22
|
+
<link rel="appendix" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
|
23
|
+
</head>
|
24
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
25
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
26
|
+
<tr valign="middle">
|
27
|
+
<td><a accesskey="p" href="cairo-ps-surface.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
28
|
+
<td><a accesskey="u" href="cairo-surfaces.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
29
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
30
|
+
<th width="100%" align="center">Cairo: A Vector Graphics Library</th>
|
31
|
+
<td><a accesskey="n" href="cairo-svg-surface.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
32
|
+
</tr>
|
33
|
+
<tr><td colspan="5" class="shortcuts"><nobr><a href="#cairo-win32-surface.synopsis" class="shortcut">Top</a>
|
34
|
+
|
|
35
|
+
<a href="#cairo-win32-surface.description" class="shortcut">Description</a></nobr></td></tr>
|
36
|
+
</table>
|
37
|
+
<div class="refentry" lang="en">
|
38
|
+
<a name="cairo-win32-surface"></a><div class="titlepage"></div>
|
39
|
+
<div class="refnamediv"><table width="100%"><tr>
|
40
|
+
<td valign="top">
|
41
|
+
<h2><span class="refentrytitle"><a name="cairo-win32-surface.top_of_page"></a>Win32 Surfaces</span></h2>
|
42
|
+
<p>Win32 Surfaces — Microsoft Windows surface support</p>
|
43
|
+
</td>
|
44
|
+
<td valign="top" align="right"></td>
|
45
|
+
</tr></table></div>
|
46
|
+
<div class="refsynopsisdiv">
|
47
|
+
<a name="cairo-win32-surface.synopsis"></a><h2>Synopsis</h2>
|
48
|
+
<pre class="synopsis">
|
49
|
+
#define <a class="link" href="cairo-win32-surface.html#CAIRO-HAS-WIN32-SURFACE:CAPS" title="CAIRO_HAS_WIN32_SURFACE">CAIRO_HAS_WIN32_SURFACE</a>
|
50
|
+
<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* <a class="link" href="cairo-win32-surface.html#cairo-win32-surface-create" title="cairo_win32_surface_create ()">cairo_win32_surface_create</a> (HDC hdc);
|
51
|
+
<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* <a class="link" href="cairo-win32-surface.html#cairo-win32-surface-create-with-dib" title="cairo_win32_surface_create_with_dib ()">cairo_win32_surface_create_with_dib</a> (<a class="link" href="cairo-image-surface.html#cairo-format-t" title="enum cairo_format_t">cairo_format_t</a> format,
|
52
|
+
int width,
|
53
|
+
int height);
|
54
|
+
<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* <a class="link" href="cairo-win32-surface.html#cairo-win32-surface-create-with-ddb" title="cairo_win32_surface_create_with_ddb ()">cairo_win32_surface_create_with_ddb</a> (HDC hdc,
|
55
|
+
<a class="link" href="cairo-image-surface.html#cairo-format-t" title="enum cairo_format_t">cairo_format_t</a> format,
|
56
|
+
int width,
|
57
|
+
int height);
|
58
|
+
<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* <a class="link" href="cairo-win32-surface.html#cairo-win32-printing-surface-create" title="cairo_win32_printing_surface_create ()">cairo_win32_printing_surface_create</a> (HDC hdc);
|
59
|
+
HDC <a class="link" href="cairo-win32-surface.html#cairo-win32-surface-get-dc" title="cairo_win32_surface_get_dc ()">cairo_win32_surface_get_dc</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);
|
60
|
+
<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* <a class="link" href="cairo-win32-surface.html#cairo-win32-surface-get-image" title="cairo_win32_surface_get_image ()">cairo_win32_surface_get_image</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);
|
61
|
+
</pre>
|
62
|
+
</div>
|
63
|
+
<div class="refsect1" lang="en">
|
64
|
+
<a name="cairo-win32-surface.description"></a><h2>Description</h2>
|
65
|
+
<p>
|
66
|
+
The Microsoft Windows surface is used to render cairo graphics to
|
67
|
+
Microsoft Windows windows, bitmaps, and printing device contexts.
|
68
|
+
</p>
|
69
|
+
<p>
|
70
|
+
The surface returned by <a class="link" href="cairo-win32-surface.html#cairo-win32-printing-surface-create" title="cairo_win32_printing_surface_create ()"><code class="function">cairo_win32_printing_surface_create()</code></a> is of surface
|
71
|
+
type <a class="link" href="cairo-surface.html#CAIRO-SURFACE-TYPE-WIN32-PRINTING:CAPS"><code class="literal">CAIRO_SURFACE_TYPE_WIN32_PRINTING</code></a> and is a multi-page vector surface
|
72
|
+
type.
|
73
|
+
</p>
|
74
|
+
<p>
|
75
|
+
The surface returned by the other win32 constructors is of surface type
|
76
|
+
<a class="link" href="cairo-surface.html#CAIRO-SURFACE-TYPE-WIN32:CAPS"><code class="literal">CAIRO_SURFACE_TYPE_WIN32</code></a> and is a raster surface type.
|
77
|
+
</p>
|
78
|
+
</div>
|
79
|
+
<div class="refsect1" lang="en">
|
80
|
+
<a name="cairo-win32-surface.details"></a><h2>Details</h2>
|
81
|
+
<div class="refsect2" lang="en">
|
82
|
+
<a name="CAIRO-HAS-WIN32-SURFACE:CAPS"></a><h3>CAIRO_HAS_WIN32_SURFACE</h3>
|
83
|
+
<pre class="programlisting">#define CAIRO_HAS_WIN32_SURFACE 1
|
84
|
+
</pre>
|
85
|
+
<p>
|
86
|
+
Defined if the Microsoft Windows surface backend is available.
|
87
|
+
This macro can be used to conditionally compile backend-specific code.
|
88
|
+
</p>
|
89
|
+
</div>
|
90
|
+
<hr>
|
91
|
+
<div class="refsect2" lang="en">
|
92
|
+
<a name="cairo-win32-surface-create"></a><h3>cairo_win32_surface_create ()</h3>
|
93
|
+
<pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* cairo_win32_surface_create (HDC hdc);</pre>
|
94
|
+
<p>
|
95
|
+
Creates a cairo surface that targets the given DC. The DC will be
|
96
|
+
queried for its initial clip extents, and this will be used as the
|
97
|
+
size of the cairo surface. The resulting surface will always be of
|
98
|
+
format <a class="link" href="cairo-image-surface.html#CAIRO-FORMAT-RGB24:CAPS"><code class="literal">CAIRO_FORMAT_RGB24</code></a>; should you need another surface format,
|
99
|
+
you will need to create one through
|
100
|
+
<a class="link" href="cairo-win32-surface.html#cairo-win32-surface-create-with-dib" title="cairo_win32_surface_create_with_dib ()"><code class="function">cairo_win32_surface_create_with_dib()</code></a>.</p>
|
101
|
+
<p>
|
102
|
+
|
103
|
+
</p>
|
104
|
+
<div class="variablelist"><table border="0">
|
105
|
+
<col align="left" valign="top">
|
106
|
+
<tbody>
|
107
|
+
<tr>
|
108
|
+
<td><p><span class="term"><em class="parameter"><code>hdc</code></em> :</span></p></td>
|
109
|
+
<td> the DC to create a surface for
|
110
|
+
</td>
|
111
|
+
</tr>
|
112
|
+
<tr>
|
113
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
114
|
+
<td> the newly created surface
|
115
|
+
</td>
|
116
|
+
</tr>
|
117
|
+
</tbody>
|
118
|
+
</table></div>
|
119
|
+
</div>
|
120
|
+
<hr>
|
121
|
+
<div class="refsect2" lang="en">
|
122
|
+
<a name="cairo-win32-surface-create-with-dib"></a><h3>cairo_win32_surface_create_with_dib ()</h3>
|
123
|
+
<pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* cairo_win32_surface_create_with_dib (<a class="link" href="cairo-image-surface.html#cairo-format-t" title="enum cairo_format_t">cairo_format_t</a> format,
|
124
|
+
int width,
|
125
|
+
int height);</pre>
|
126
|
+
<p>
|
127
|
+
Creates a device-independent-bitmap surface not associated with
|
128
|
+
any particular existing surface or device context. The created
|
129
|
+
bitmap will be uninitialized.</p>
|
130
|
+
<p>
|
131
|
+
|
132
|
+
</p>
|
133
|
+
<div class="variablelist"><table border="0">
|
134
|
+
<col align="left" valign="top">
|
135
|
+
<tbody>
|
136
|
+
<tr>
|
137
|
+
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
138
|
+
<td> format of pixels in the surface to create
|
139
|
+
</td>
|
140
|
+
</tr>
|
141
|
+
<tr>
|
142
|
+
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
143
|
+
<td> width of the surface, in pixels
|
144
|
+
</td>
|
145
|
+
</tr>
|
146
|
+
<tr>
|
147
|
+
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
148
|
+
<td> height of the surface, in pixels
|
149
|
+
</td>
|
150
|
+
</tr>
|
151
|
+
<tr>
|
152
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
153
|
+
<td> the newly created surface
|
154
|
+
|
155
|
+
</td>
|
156
|
+
</tr>
|
157
|
+
</tbody>
|
158
|
+
</table></div>
|
159
|
+
<p class="since">Since 1.2
|
160
|
+
</p>
|
161
|
+
</div>
|
162
|
+
<hr>
|
163
|
+
<div class="refsect2" lang="en">
|
164
|
+
<a name="cairo-win32-surface-create-with-ddb"></a><h3>cairo_win32_surface_create_with_ddb ()</h3>
|
165
|
+
<pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* cairo_win32_surface_create_with_ddb (HDC hdc,
|
166
|
+
<a class="link" href="cairo-image-surface.html#cairo-format-t" title="enum cairo_format_t">cairo_format_t</a> format,
|
167
|
+
int width,
|
168
|
+
int height);</pre>
|
169
|
+
<p>
|
170
|
+
Creates a device-independent-bitmap surface not associated with
|
171
|
+
any particular existing surface or device context. The created
|
172
|
+
bitmap will be uninitialized.</p>
|
173
|
+
<p>
|
174
|
+
|
175
|
+
</p>
|
176
|
+
<div class="variablelist"><table border="0">
|
177
|
+
<col align="left" valign="top">
|
178
|
+
<tbody>
|
179
|
+
<tr>
|
180
|
+
<td><p><span class="term"><em class="parameter"><code>hdc</code></em> :</span></p></td>
|
181
|
+
<td> the DC to create a surface for
|
182
|
+
</td>
|
183
|
+
</tr>
|
184
|
+
<tr>
|
185
|
+
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
|
186
|
+
<td> format of pixels in the surface to create
|
187
|
+
</td>
|
188
|
+
</tr>
|
189
|
+
<tr>
|
190
|
+
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
191
|
+
<td> width of the surface, in pixels
|
192
|
+
</td>
|
193
|
+
</tr>
|
194
|
+
<tr>
|
195
|
+
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
196
|
+
<td> height of the surface, in pixels
|
197
|
+
</td>
|
198
|
+
</tr>
|
199
|
+
<tr>
|
200
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
201
|
+
<td> the newly created surface
|
202
|
+
|
203
|
+
</td>
|
204
|
+
</tr>
|
205
|
+
</tbody>
|
206
|
+
</table></div>
|
207
|
+
<p class="since">Since 1.4
|
208
|
+
</p>
|
209
|
+
</div>
|
210
|
+
<hr>
|
211
|
+
<div class="refsect2" lang="en">
|
212
|
+
<a name="cairo-win32-printing-surface-create"></a><h3>cairo_win32_printing_surface_create ()</h3>
|
213
|
+
<pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* cairo_win32_printing_surface_create (HDC hdc);</pre>
|
214
|
+
<p>
|
215
|
+
Creates a cairo surface that targets the given DC. The DC will be
|
216
|
+
queried for its initial clip extents, and this will be used as the
|
217
|
+
size of the cairo surface. The DC should be a printing DC;
|
218
|
+
antialiasing will be ignored, and GDI will be used as much as
|
219
|
+
possible to draw to the surface.
|
220
|
+
</p>
|
221
|
+
<p>
|
222
|
+
The returned surface will be wrapped using the paginated surface to
|
223
|
+
provide correct complex rendering behaviour; <code class="function">show_page()</code> and
|
224
|
+
associated methods must be used for correct output.</p>
|
225
|
+
<p>
|
226
|
+
|
227
|
+
</p>
|
228
|
+
<div class="variablelist"><table border="0">
|
229
|
+
<col align="left" valign="top">
|
230
|
+
<tbody>
|
231
|
+
<tr>
|
232
|
+
<td><p><span class="term"><em class="parameter"><code>hdc</code></em> :</span></p></td>
|
233
|
+
<td> the DC to create a surface for
|
234
|
+
</td>
|
235
|
+
</tr>
|
236
|
+
<tr>
|
237
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
238
|
+
<td> the newly created surface
|
239
|
+
|
240
|
+
</td>
|
241
|
+
</tr>
|
242
|
+
</tbody>
|
243
|
+
</table></div>
|
244
|
+
<p class="since">Since 1.6
|
245
|
+
</p>
|
246
|
+
</div>
|
247
|
+
<hr>
|
248
|
+
<div class="refsect2" lang="en">
|
249
|
+
<a name="cairo-win32-surface-get-dc"></a><h3>cairo_win32_surface_get_dc ()</h3>
|
250
|
+
<pre class="programlisting">HDC cairo_win32_surface_get_dc (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);</pre>
|
251
|
+
<p>
|
252
|
+
Returns the HDC associated with this surface, or <code class="literal">NULL</code> if none.
|
253
|
+
Also returns <code class="literal">NULL</code> if the surface is not a win32 surface.</p>
|
254
|
+
<p>
|
255
|
+
|
256
|
+
</p>
|
257
|
+
<div class="variablelist"><table border="0">
|
258
|
+
<col align="left" valign="top">
|
259
|
+
<tbody>
|
260
|
+
<tr>
|
261
|
+
<td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
|
262
|
+
<td> a <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a>
|
263
|
+
</td>
|
264
|
+
</tr>
|
265
|
+
<tr>
|
266
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
267
|
+
<td> HDC or <code class="literal">NULL</code> if no HDC available.
|
268
|
+
|
269
|
+
</td>
|
270
|
+
</tr>
|
271
|
+
</tbody>
|
272
|
+
</table></div>
|
273
|
+
<p class="since">Since 1.2
|
274
|
+
</p>
|
275
|
+
</div>
|
276
|
+
<hr>
|
277
|
+
<div class="refsect2" lang="en">
|
278
|
+
<a name="cairo-win32-surface-get-image"></a><h3>cairo_win32_surface_get_image ()</h3>
|
279
|
+
<pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* cairo_win32_surface_get_image (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);</pre>
|
280
|
+
<p>
|
281
|
+
Returns a <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> image surface that refers to the same bits
|
282
|
+
as the DIB of the Win32 surface. If the passed-in win32 surface
|
283
|
+
is not a DIB surface, <code class="literal">NULL</code> is returned.</p>
|
284
|
+
<p>
|
285
|
+
|
286
|
+
</p>
|
287
|
+
<div class="variablelist"><table border="0">
|
288
|
+
<col align="left" valign="top">
|
289
|
+
<tbody>
|
290
|
+
<tr>
|
291
|
+
<td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
|
292
|
+
<td> a <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a>
|
293
|
+
</td>
|
294
|
+
</tr>
|
295
|
+
<tr>
|
296
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
297
|
+
<td> a <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> (owned by the win32 <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a>),
|
298
|
+
or <code class="literal">NULL</code> if the win32 surface is not a DIB.
|
299
|
+
|
300
|
+
</td>
|
301
|
+
</tr>
|
302
|
+
</tbody>
|
303
|
+
</table></div>
|
304
|
+
<p class="since">Since 1.4
|
305
|
+
</p>
|
306
|
+
</div>
|
307
|
+
</div>
|
308
|
+
<div class="refsect1" lang="en">
|
309
|
+
<a name="cairo-win32-surface.see-also"></a><h2>See Also</h2>
|
310
|
+
<p>
|
311
|
+
</p>
|
312
|
+
<div class="itemizedlist"><ul type="disc"><li><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a></li></ul></div>
|
313
|
+
<p>
|
314
|
+
</p>
|
315
|
+
</div>
|
316
|
+
</div>
|
317
|
+
<div class="footer">
|
318
|
+
<hr>
|
319
|
+
Generated by GTK-Doc V1.10</div>
|
320
|
+
</body>
|
321
|
+
</html>
|
@@ -1,85 +1,81 @@
|
|
1
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
2
|
<html>
|
3
3
|
<head>
|
4
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>XLib Surfaces</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
7
7
|
<link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
|
8
|
-
<link rel="up" href="
|
9
|
-
<link rel="prev" href="cairo-
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
8
|
+
<link rel="up" href="cairo-surfaces.html" title="Surfaces">
|
9
|
+
<link rel="prev" href="cairo-quartz-surface.html" title="Quartz Surfaces">
|
10
|
+
<link rel="next" href="cairo-support.html" title="Utilities">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
-
<link rel="chapter" href="
|
14
|
-
<link rel="chapter" href="
|
15
|
-
<link rel="chapter" href="
|
16
|
-
<link rel="chapter" href="
|
17
|
-
<link rel="index" href="
|
13
|
+
<link rel="chapter" href="cairo-drawing.html" title="Drawing">
|
14
|
+
<link rel="chapter" href="cairo-fonts.html" title="Fonts">
|
15
|
+
<link rel="chapter" href="cairo-surfaces.html" title="Surfaces">
|
16
|
+
<link rel="chapter" href="cairo-support.html" title="Utilities">
|
17
|
+
<link rel="index" href="index-all.html" title="Index">
|
18
18
|
<link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
|
19
19
|
<link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
|
20
20
|
<link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
|
21
|
-
<link rel="
|
21
|
+
<link rel="index" href="index-1.8.html" title="Index of new symbols in 1.8">
|
22
|
+
<link rel="appendix" href="language-bindings.html" title="Appendix A. Creating a language binding for cairo">
|
22
23
|
</head>
|
23
24
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
24
25
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
25
26
|
<tr valign="middle">
|
26
|
-
<td><a accesskey="p" href="cairo-
|
27
|
-
<td><a accesskey="u" href="
|
27
|
+
<td><a accesskey="p" href="cairo-quartz-surface.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
28
|
+
<td><a accesskey="u" href="cairo-surfaces.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
28
29
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
29
30
|
<th width="100%" align="center">Cairo: A Vector Graphics Library</th>
|
30
|
-
<td><a accesskey="n" href="
|
31
|
+
<td><a accesskey="n" href="cairo-support.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
31
32
|
</tr>
|
32
|
-
<tr><td colspan="5" class="shortcuts"><nobr><a href="#
|
33
|
-
|
34
|
-
<a href="#
|
33
|
+
<tr><td colspan="5" class="shortcuts"><nobr><a href="#cairo-xlib-surface.synopsis" class="shortcut">Top</a>
|
34
|
+
|
|
35
|
+
<a href="#cairo-xlib-surface.description" class="shortcut">Description</a></nobr></td></tr>
|
35
36
|
</table>
|
36
37
|
<div class="refentry" lang="en">
|
37
|
-
<a name="cairo-
|
38
|
+
<a name="cairo-xlib-surface"></a><div class="titlepage"></div>
|
38
39
|
<div class="refnamediv"><table width="100%"><tr>
|
39
40
|
<td valign="top">
|
40
|
-
<h2>
|
41
|
-
<
|
42
|
-
</h2>
|
43
|
-
<p>XLib Surfaces — X Window System rendering using XLib</p>
|
41
|
+
<h2><span class="refentrytitle"><a name="cairo-xlib-surface.top_of_page"></a>XLib Surfaces</span></h2>
|
42
|
+
<p>XLib Surfaces — X Window System rendering using XLib</p>
|
44
43
|
</td>
|
45
44
|
<td valign="top" align="right"></td>
|
46
45
|
</tr></table></div>
|
47
46
|
<div class="refsynopsisdiv">
|
48
|
-
<h2>Synopsis</h2>
|
47
|
+
<a name="cairo-xlib-surface.synopsis"></a><h2>Synopsis</h2>
|
49
48
|
<pre class="synopsis">
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
#define <a class="link" href="cairo-XLib-Surfaces.html#CAIRO-HAS-XLIB-SURFACE:CAPS">CAIRO_HAS_XLIB_SURFACE</a>
|
54
|
-
<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a>* <a class="link" href="cairo-XLib-Surfaces.html#cairo-xlib-surface-create">cairo_xlib_surface_create</a> (Display *dpy,
|
49
|
+
#define <a class="link" href="cairo-xlib-surface.html#CAIRO-HAS-XLIB-SURFACE:CAPS" title="CAIRO_HAS_XLIB_SURFACE">CAIRO_HAS_XLIB_SURFACE</a>
|
50
|
+
<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* <a class="link" href="cairo-xlib-surface.html#cairo-xlib-surface-create" title="cairo_xlib_surface_create ()">cairo_xlib_surface_create</a> (Display *dpy,
|
55
51
|
Drawable drawable,
|
56
52
|
Visual *visual,
|
57
53
|
int width,
|
58
54
|
int height);
|
59
|
-
<a class="link" href="cairo-
|
55
|
+
<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* <a class="link" href="cairo-xlib-surface.html#cairo-xlib-surface-create-for-bitmap" title="cairo_xlib_surface_create_for_bitmap ()">cairo_xlib_surface_create_for_bitmap</a>
|
60
56
|
(Display *dpy,
|
61
57
|
Pixmap bitmap,
|
62
58
|
Screen *screen,
|
63
59
|
int width,
|
64
60
|
int height);
|
65
|
-
void <a class="link" href="cairo-
|
61
|
+
void <a class="link" href="cairo-xlib-surface.html#cairo-xlib-surface-set-size" title="cairo_xlib_surface_set_size ()">cairo_xlib_surface_set_size</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface,
|
66
62
|
int width,
|
67
63
|
int height);
|
68
|
-
Display* <a class="link" href="cairo-
|
69
|
-
Screen* <a class="link" href="cairo-
|
70
|
-
void <a class="link" href="cairo-
|
64
|
+
Display* <a class="link" href="cairo-xlib-surface.html#cairo-xlib-surface-get-display" title="cairo_xlib_surface_get_display ()">cairo_xlib_surface_get_display</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);
|
65
|
+
Screen* <a class="link" href="cairo-xlib-surface.html#cairo-xlib-surface-get-screen" title="cairo_xlib_surface_get_screen ()">cairo_xlib_surface_get_screen</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);
|
66
|
+
void <a class="link" href="cairo-xlib-surface.html#cairo-xlib-surface-set-drawable" title="cairo_xlib_surface_set_drawable ()">cairo_xlib_surface_set_drawable</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface,
|
71
67
|
Drawable drawable,
|
72
68
|
int width,
|
73
69
|
int height);
|
74
|
-
Drawable <a class="link" href="cairo-
|
75
|
-
Visual* <a class="link" href="cairo-
|
76
|
-
int <a class="link" href="cairo-
|
77
|
-
int <a class="link" href="cairo-
|
78
|
-
int <a class="link" href="cairo-
|
70
|
+
Drawable <a class="link" href="cairo-xlib-surface.html#cairo-xlib-surface-get-drawable" title="cairo_xlib_surface_get_drawable ()">cairo_xlib_surface_get_drawable</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);
|
71
|
+
Visual* <a class="link" href="cairo-xlib-surface.html#cairo-xlib-surface-get-visual" title="cairo_xlib_surface_get_visual ()">cairo_xlib_surface_get_visual</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);
|
72
|
+
int <a class="link" href="cairo-xlib-surface.html#cairo-xlib-surface-get-width" title="cairo_xlib_surface_get_width ()">cairo_xlib_surface_get_width</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);
|
73
|
+
int <a class="link" href="cairo-xlib-surface.html#cairo-xlib-surface-get-height" title="cairo_xlib_surface_get_height ()">cairo_xlib_surface_get_height</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);
|
74
|
+
int <a class="link" href="cairo-xlib-surface.html#cairo-xlib-surface-get-depth" title="cairo_xlib_surface_get_depth ()">cairo_xlib_surface_get_depth</a> (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);
|
79
75
|
</pre>
|
80
76
|
</div>
|
81
77
|
<div class="refsect1" lang="en">
|
82
|
-
<a name="
|
78
|
+
<a name="cairo-xlib-surface.description"></a><h2>Description</h2>
|
83
79
|
<p>
|
84
80
|
The XLib surface is used to render cairo graphics to X Window System
|
85
81
|
windows and pixmaps using the XLib library.
|
@@ -90,21 +86,20 @@ if it is available.
|
|
90
86
|
</p>
|
91
87
|
</div>
|
92
88
|
<div class="refsect1" lang="en">
|
93
|
-
<a name="
|
89
|
+
<a name="cairo-xlib-surface.details"></a><h2>Details</h2>
|
94
90
|
<div class="refsect2" lang="en">
|
95
|
-
<a name="
|
96
|
-
<
|
97
|
-
<a class="indexterm" name="id2666016"></a><pre class="programlisting">#define CAIRO_HAS_XLIB_SURFACE 1
|
91
|
+
<a name="CAIRO-HAS-XLIB-SURFACE:CAPS"></a><h3>CAIRO_HAS_XLIB_SURFACE</h3>
|
92
|
+
<pre class="programlisting">#define CAIRO_HAS_XLIB_SURFACE 1
|
98
93
|
</pre>
|
99
94
|
<p>
|
100
|
-
|
95
|
+
Defined if the Xlib surface backend is available.
|
96
|
+
This macro can be used to conditionally compile backend-specific code.
|
101
97
|
</p>
|
102
98
|
</div>
|
103
99
|
<hr>
|
104
100
|
<div class="refsect2" lang="en">
|
105
|
-
<a name="
|
106
|
-
<a
|
107
|
-
<a class="indexterm" name="id2666043"></a><pre class="programlisting"><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a>* cairo_xlib_surface_create (Display *dpy,
|
101
|
+
<a name="cairo-xlib-surface-create"></a><h3>cairo_xlib_surface_create ()</h3>
|
102
|
+
<pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* cairo_xlib_surface_create (Display *dpy,
|
108
103
|
Drawable drawable,
|
109
104
|
Visual *visual,
|
110
105
|
int width,
|
@@ -116,7 +111,7 @@ by the provided visual.
|
|
116
111
|
</p>
|
117
112
|
<p>
|
118
113
|
Note: If <em class="parameter"><code>drawable</code></em> is a Window, then the function
|
119
|
-
cairo_xlib_surface_set_size must be called whenever the size of the
|
114
|
+
<a class="link" href="cairo-xlib-surface.html#cairo-xlib-surface-set-size" title="cairo_xlib_surface_set_size ()"><code class="function">cairo_xlib_surface_set_size()</code></a> must be called whenever the size of the
|
120
115
|
window changes.
|
121
116
|
</p>
|
122
117
|
<p>
|
@@ -131,34 +126,34 @@ children will be included.</p>
|
|
131
126
|
<col align="left" valign="top">
|
132
127
|
<tbody>
|
133
128
|
<tr>
|
134
|
-
<td><p><span class="term"><em class="parameter"><code>dpy</code></em
|
129
|
+
<td><p><span class="term"><em class="parameter"><code>dpy</code></em> :</span></p></td>
|
135
130
|
<td> an X Display
|
136
131
|
</td>
|
137
132
|
</tr>
|
138
133
|
<tr>
|
139
|
-
<td><p><span class="term"><em class="parameter"><code>drawable</code></em
|
134
|
+
<td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
|
140
135
|
<td> an X Drawable, (a Pixmap or a Window)
|
141
136
|
</td>
|
142
137
|
</tr>
|
143
138
|
<tr>
|
144
|
-
<td><p><span class="term"><em class="parameter"><code>visual</code></em
|
139
|
+
<td><p><span class="term"><em class="parameter"><code>visual</code></em> :</span></p></td>
|
145
140
|
<td> the visual to use for drawing to <em class="parameter"><code>drawable</code></em>. The depth
|
146
141
|
of the visual must match the depth of the drawable.
|
147
142
|
Currently, only TrueColor visuals are fully supported.
|
148
143
|
</td>
|
149
144
|
</tr>
|
150
145
|
<tr>
|
151
|
-
<td><p><span class="term"><em class="parameter"><code>width</code></em
|
146
|
+
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
152
147
|
<td> the current width of <em class="parameter"><code>drawable</code></em>.
|
153
148
|
</td>
|
154
149
|
</tr>
|
155
150
|
<tr>
|
156
|
-
<td><p><span class="term"><em class="parameter"><code>height</code></em
|
151
|
+
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
157
152
|
<td> the current height of <em class="parameter"><code>drawable</code></em>.
|
158
153
|
</td>
|
159
154
|
</tr>
|
160
155
|
<tr>
|
161
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span
|
156
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
162
157
|
<td> the newly created surface
|
163
158
|
</td>
|
164
159
|
</tr>
|
@@ -167,9 +162,8 @@ children will be included.</p>
|
|
167
162
|
</div>
|
168
163
|
<hr>
|
169
164
|
<div class="refsect2" lang="en">
|
170
|
-
<a name="
|
171
|
-
<a
|
172
|
-
<a class="indexterm" name="id2666246"></a><pre class="programlisting"><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a>* cairo_xlib_surface_create_for_bitmap
|
165
|
+
<a name="cairo-xlib-surface-create-for-bitmap"></a><h3>cairo_xlib_surface_create_for_bitmap ()</h3>
|
166
|
+
<pre class="programlisting"><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a>* cairo_xlib_surface_create_for_bitmap
|
173
167
|
(Display *dpy,
|
174
168
|
Pixmap bitmap,
|
175
169
|
Screen *screen,
|
@@ -177,7 +171,7 @@ children will be included.</p>
|
|
177
171
|
int height);</pre>
|
178
172
|
<p>
|
179
173
|
Creates an Xlib surface that draws to the given bitmap.
|
180
|
-
This will be drawn to as a <a class="link" href="cairo-
|
174
|
+
This will be drawn to as a <a class="link" href="cairo-image-surface.html#CAIRO-FORMAT-A1:CAPS"><code class="literal">CAIRO_FORMAT_A1</code></a> object.</p>
|
181
175
|
<p>
|
182
176
|
|
183
177
|
</p>
|
@@ -185,32 +179,32 @@ This will be drawn to as a <a class="link" href="cairo-Image-Surfaces.html#CAIRO
|
|
185
179
|
<col align="left" valign="top">
|
186
180
|
<tbody>
|
187
181
|
<tr>
|
188
|
-
<td><p><span class="term"><em class="parameter"><code>dpy</code></em
|
182
|
+
<td><p><span class="term"><em class="parameter"><code>dpy</code></em> :</span></p></td>
|
189
183
|
<td> an X Display
|
190
184
|
</td>
|
191
185
|
</tr>
|
192
186
|
<tr>
|
193
|
-
<td><p><span class="term"><em class="parameter"><code>bitmap</code></em
|
187
|
+
<td><p><span class="term"><em class="parameter"><code>bitmap</code></em> :</span></p></td>
|
194
188
|
<td> an X Drawable, (a depth-1 Pixmap)
|
195
189
|
</td>
|
196
190
|
</tr>
|
197
191
|
<tr>
|
198
|
-
<td><p><span class="term"><em class="parameter"><code>screen</code></em
|
192
|
+
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
199
193
|
<td> the X Screen associated with <em class="parameter"><code>bitmap</code></em>
|
200
194
|
</td>
|
201
195
|
</tr>
|
202
196
|
<tr>
|
203
|
-
<td><p><span class="term"><em class="parameter"><code>width</code></em
|
197
|
+
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
204
198
|
<td> the current width of <em class="parameter"><code>bitmap</code></em>.
|
205
199
|
</td>
|
206
200
|
</tr>
|
207
201
|
<tr>
|
208
|
-
<td><p><span class="term"><em class="parameter"><code>height</code></em
|
202
|
+
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
209
203
|
<td> the current height of <em class="parameter"><code>bitmap</code></em>.
|
210
204
|
</td>
|
211
205
|
</tr>
|
212
206
|
<tr>
|
213
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span
|
207
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
214
208
|
<td> the newly created surface
|
215
209
|
</td>
|
216
210
|
</tr>
|
@@ -219,9 +213,8 @@ This will be drawn to as a <a class="link" href="cairo-Image-Surfaces.html#CAIRO
|
|
219
213
|
</div>
|
220
214
|
<hr>
|
221
215
|
<div class="refsect2" lang="en">
|
222
|
-
<a name="
|
223
|
-
<a
|
224
|
-
<a class="indexterm" name="id2666433"></a><pre class="programlisting">void cairo_xlib_surface_set_size (<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a> *surface,
|
216
|
+
<a name="cairo-xlib-surface-set-size"></a><h3>cairo_xlib_surface_set_size ()</h3>
|
217
|
+
<pre class="programlisting">void cairo_xlib_surface_set_size (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface,
|
225
218
|
int width,
|
226
219
|
int height);</pre>
|
227
220
|
<p>
|
@@ -242,17 +235,17 @@ this function on a surface created for a Pixmap.</p>
|
|
242
235
|
<col align="left" valign="top">
|
243
236
|
<tbody>
|
244
237
|
<tr>
|
245
|
-
<td><p><span class="term"><em class="parameter"><code>surface</code></em
|
246
|
-
<td> a <a class="link" href="cairo-
|
238
|
+
<td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
|
239
|
+
<td> a <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> for the XLib backend
|
247
240
|
</td>
|
248
241
|
</tr>
|
249
242
|
<tr>
|
250
|
-
<td><p><span class="term"><em class="parameter"><code>width</code></em
|
243
|
+
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
251
244
|
<td> the new width of the surface
|
252
245
|
</td>
|
253
246
|
</tr>
|
254
247
|
<tr>
|
255
|
-
<td><p><span class="term"><em class="parameter"><code>height</code></em
|
248
|
+
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
256
249
|
<td> the new height of the surface
|
257
250
|
</td>
|
258
251
|
</tr>
|
@@ -261,9 +254,8 @@ this function on a surface created for a Pixmap.</p>
|
|
261
254
|
</div>
|
262
255
|
<hr>
|
263
256
|
<div class="refsect2" lang="en">
|
264
|
-
<a name="
|
265
|
-
<a
|
266
|
-
<a class="indexterm" name="id2672264"></a><pre class="programlisting">Display* cairo_xlib_surface_get_display (<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a> *surface);</pre>
|
257
|
+
<a name="cairo-xlib-surface-get-display"></a><h3>cairo_xlib_surface_get_display ()</h3>
|
258
|
+
<pre class="programlisting">Display* cairo_xlib_surface_get_display (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);</pre>
|
267
259
|
<p>
|
268
260
|
Get the X Display for the underlying X Drawable.</p>
|
269
261
|
<p>
|
@@ -273,12 +265,12 @@ Get the X Display for the underlying X Drawable.</p>
|
|
273
265
|
<col align="left" valign="top">
|
274
266
|
<tbody>
|
275
267
|
<tr>
|
276
|
-
<td><p><span class="term"><em class="parameter"><code>surface</code></em
|
268
|
+
<td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
|
277
269
|
<td> a <span class="type">cairo_xlib_surface_t</span>
|
278
270
|
</td>
|
279
271
|
</tr>
|
280
272
|
<tr>
|
281
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span
|
273
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
282
274
|
<td> the display.
|
283
275
|
|
284
276
|
</td>
|
@@ -290,9 +282,8 @@ Get the X Display for the underlying X Drawable.</p>
|
|
290
282
|
</div>
|
291
283
|
<hr>
|
292
284
|
<div class="refsect2" lang="en">
|
293
|
-
<a name="
|
294
|
-
<a
|
295
|
-
<a class="indexterm" name="id2672346"></a><pre class="programlisting">Screen* cairo_xlib_surface_get_screen (<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a> *surface);</pre>
|
285
|
+
<a name="cairo-xlib-surface-get-screen"></a><h3>cairo_xlib_surface_get_screen ()</h3>
|
286
|
+
<pre class="programlisting">Screen* cairo_xlib_surface_get_screen (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);</pre>
|
296
287
|
<p>
|
297
288
|
Get the X Screen for the underlying X Drawable.</p>
|
298
289
|
<p>
|
@@ -302,12 +293,12 @@ Get the X Screen for the underlying X Drawable.</p>
|
|
302
293
|
<col align="left" valign="top">
|
303
294
|
<tbody>
|
304
295
|
<tr>
|
305
|
-
<td><p><span class="term"><em class="parameter"><code>surface</code></em
|
296
|
+
<td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
|
306
297
|
<td> a <span class="type">cairo_xlib_surface_t</span>
|
307
298
|
</td>
|
308
299
|
</tr>
|
309
300
|
<tr>
|
310
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span
|
301
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
311
302
|
<td> the screen.
|
312
303
|
|
313
304
|
</td>
|
@@ -319,9 +310,8 @@ Get the X Screen for the underlying X Drawable.</p>
|
|
319
310
|
</div>
|
320
311
|
<hr>
|
321
312
|
<div class="refsect2" lang="en">
|
322
|
-
<a name="
|
323
|
-
<a
|
324
|
-
<a class="indexterm" name="id2672431"></a><pre class="programlisting">void cairo_xlib_surface_set_drawable (<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a> *surface,
|
313
|
+
<a name="cairo-xlib-surface-set-drawable"></a><h3>cairo_xlib_surface_set_drawable ()</h3>
|
314
|
+
<pre class="programlisting">void cairo_xlib_surface_set_drawable (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface,
|
325
315
|
Drawable drawable,
|
326
316
|
int width,
|
327
317
|
int height);</pre>
|
@@ -339,22 +329,22 @@ compatibility.</p>
|
|
339
329
|
<col align="left" valign="top">
|
340
330
|
<tbody>
|
341
331
|
<tr>
|
342
|
-
<td><p><span class="term"><em class="parameter"><code>surface</code></em
|
343
|
-
<td> a <a class="link" href="cairo-
|
332
|
+
<td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
|
333
|
+
<td> a <a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> for the XLib backend
|
344
334
|
</td>
|
345
335
|
</tr>
|
346
336
|
<tr>
|
347
|
-
<td><p><span class="term"><em class="parameter"><code>drawable</code></em
|
337
|
+
<td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
|
348
338
|
<td> the new drawable for the surface
|
349
339
|
</td>
|
350
340
|
</tr>
|
351
341
|
<tr>
|
352
|
-
<td><p><span class="term"><em class="parameter"><code>width</code></em
|
342
|
+
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
353
343
|
<td> the width of the new drawable
|
354
344
|
</td>
|
355
345
|
</tr>
|
356
346
|
<tr>
|
357
|
-
<td><p><span class="term"><em class="parameter"><code>height</code></em
|
347
|
+
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
358
348
|
<td> the height of the new drawable
|
359
349
|
</td>
|
360
350
|
</tr>
|
@@ -363,9 +353,8 @@ compatibility.</p>
|
|
363
353
|
</div>
|
364
354
|
<hr>
|
365
355
|
<div class="refsect2" lang="en">
|
366
|
-
<a name="
|
367
|
-
<a
|
368
|
-
<a class="indexterm" name="id2672574"></a><pre class="programlisting">Drawable cairo_xlib_surface_get_drawable (<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a> *surface);</pre>
|
356
|
+
<a name="cairo-xlib-surface-get-drawable"></a><h3>cairo_xlib_surface_get_drawable ()</h3>
|
357
|
+
<pre class="programlisting">Drawable cairo_xlib_surface_get_drawable (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);</pre>
|
369
358
|
<p>
|
370
359
|
Get the underlying X Drawable used for the surface.</p>
|
371
360
|
<p>
|
@@ -375,12 +364,12 @@ Get the underlying X Drawable used for the surface.</p>
|
|
375
364
|
<col align="left" valign="top">
|
376
365
|
<tbody>
|
377
366
|
<tr>
|
378
|
-
<td><p><span class="term"><em class="parameter"><code>surface</code></em
|
367
|
+
<td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
|
379
368
|
<td> a <span class="type">cairo_xlib_surface_t</span>
|
380
369
|
</td>
|
381
370
|
</tr>
|
382
371
|
<tr>
|
383
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span
|
372
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
384
373
|
<td> the drawable.
|
385
374
|
|
386
375
|
</td>
|
@@ -392,9 +381,8 @@ Get the underlying X Drawable used for the surface.</p>
|
|
392
381
|
</div>
|
393
382
|
<hr>
|
394
383
|
<div class="refsect2" lang="en">
|
395
|
-
<a name="
|
396
|
-
<a
|
397
|
-
<a class="indexterm" name="id2672664"></a><pre class="programlisting">Visual* cairo_xlib_surface_get_visual (<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a> *surface);</pre>
|
384
|
+
<a name="cairo-xlib-surface-get-visual"></a><h3>cairo_xlib_surface_get_visual ()</h3>
|
385
|
+
<pre class="programlisting">Visual* cairo_xlib_surface_get_visual (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);</pre>
|
398
386
|
<p>
|
399
387
|
Get the X Visual used for underlying X Drawable.</p>
|
400
388
|
<p>
|
@@ -404,12 +392,12 @@ Get the X Visual used for underlying X Drawable.</p>
|
|
404
392
|
<col align="left" valign="top">
|
405
393
|
<tbody>
|
406
394
|
<tr>
|
407
|
-
<td><p><span class="term"><em class="parameter"><code>surface</code></em
|
395
|
+
<td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
|
408
396
|
<td> a <span class="type">cairo_xlib_surface_t</span>
|
409
397
|
</td>
|
410
398
|
</tr>
|
411
399
|
<tr>
|
412
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span
|
400
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
413
401
|
<td> the visual.
|
414
402
|
|
415
403
|
</td>
|
@@ -421,9 +409,8 @@ Get the X Visual used for underlying X Drawable.</p>
|
|
421
409
|
</div>
|
422
410
|
<hr>
|
423
411
|
<div class="refsect2" lang="en">
|
424
|
-
<a name="
|
425
|
-
<a
|
426
|
-
<a class="indexterm" name="id2672755"></a><pre class="programlisting">int cairo_xlib_surface_get_width (<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a> *surface);</pre>
|
412
|
+
<a name="cairo-xlib-surface-get-width"></a><h3>cairo_xlib_surface_get_width ()</h3>
|
413
|
+
<pre class="programlisting">int cairo_xlib_surface_get_width (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);</pre>
|
427
414
|
<p>
|
428
415
|
Get the width of the X Drawable underlying the surface in pixels.</p>
|
429
416
|
<p>
|
@@ -433,12 +420,12 @@ Get the width of the X Drawable underlying the surface in pixels.</p>
|
|
433
420
|
<col align="left" valign="top">
|
434
421
|
<tbody>
|
435
422
|
<tr>
|
436
|
-
<td><p><span class="term"><em class="parameter"><code>surface</code></em
|
423
|
+
<td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
|
437
424
|
<td> a <span class="type">cairo_xlib_surface_t</span>
|
438
425
|
</td>
|
439
426
|
</tr>
|
440
427
|
<tr>
|
441
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span
|
428
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
442
429
|
<td> the width of the surface in pixels.
|
443
430
|
|
444
431
|
</td>
|
@@ -450,9 +437,8 @@ Get the width of the X Drawable underlying the surface in pixels.</p>
|
|
450
437
|
</div>
|
451
438
|
<hr>
|
452
439
|
<div class="refsect2" lang="en">
|
453
|
-
<a name="
|
454
|
-
<a
|
455
|
-
<a class="indexterm" name="id2672846"></a><pre class="programlisting">int cairo_xlib_surface_get_height (<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a> *surface);</pre>
|
440
|
+
<a name="cairo-xlib-surface-get-height"></a><h3>cairo_xlib_surface_get_height ()</h3>
|
441
|
+
<pre class="programlisting">int cairo_xlib_surface_get_height (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);</pre>
|
456
442
|
<p>
|
457
443
|
Get the height of the X Drawable underlying the surface in pixels.</p>
|
458
444
|
<p>
|
@@ -462,12 +448,12 @@ Get the height of the X Drawable underlying the surface in pixels.</p>
|
|
462
448
|
<col align="left" valign="top">
|
463
449
|
<tbody>
|
464
450
|
<tr>
|
465
|
-
<td><p><span class="term"><em class="parameter"><code>surface</code></em
|
451
|
+
<td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
|
466
452
|
<td> a <span class="type">cairo_xlib_surface_t</span>
|
467
453
|
</td>
|
468
454
|
</tr>
|
469
455
|
<tr>
|
470
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span
|
456
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
471
457
|
<td> the height of the surface in pixels.
|
472
458
|
|
473
459
|
</td>
|
@@ -479,9 +465,8 @@ Get the height of the X Drawable underlying the surface in pixels.</p>
|
|
479
465
|
</div>
|
480
466
|
<hr>
|
481
467
|
<div class="refsect2" lang="en">
|
482
|
-
<a name="
|
483
|
-
<a
|
484
|
-
<a class="indexterm" name="id2672938"></a><pre class="programlisting">int cairo_xlib_surface_get_depth (<a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t">cairo_surface_t</a> *surface);</pre>
|
468
|
+
<a name="cairo-xlib-surface-get-depth"></a><h3>cairo_xlib_surface_get_depth ()</h3>
|
469
|
+
<pre class="programlisting">int cairo_xlib_surface_get_depth (<a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t">cairo_surface_t</a> *surface);</pre>
|
485
470
|
<p>
|
486
471
|
Get the number of bits used to represent each pixel value.</p>
|
487
472
|
<p>
|
@@ -491,12 +476,12 @@ Get the number of bits used to represent each pixel value.</p>
|
|
491
476
|
<col align="left" valign="top">
|
492
477
|
<tbody>
|
493
478
|
<tr>
|
494
|
-
<td><p><span class="term"><em class="parameter"><code>surface</code></em
|
479
|
+
<td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
|
495
480
|
<td> a <span class="type">cairo_xlib_surface_t</span>
|
496
481
|
</td>
|
497
482
|
</tr>
|
498
483
|
<tr>
|
499
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span
|
484
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
500
485
|
<td> the depth of the surface in bits.
|
501
486
|
|
502
487
|
</td>
|
@@ -508,18 +493,16 @@ Get the number of bits used to represent each pixel value.</p>
|
|
508
493
|
</div>
|
509
494
|
</div>
|
510
495
|
<div class="refsect1" lang="en">
|
511
|
-
<a name="
|
496
|
+
<a name="cairo-xlib-surface.see-also"></a><h2>See Also</h2>
|
512
497
|
<p>
|
513
498
|
</p>
|
514
|
-
<div class="itemizedlist"><ul type="disc"><li><a class="link" href="cairo-
|
499
|
+
<div class="itemizedlist"><ul type="disc"><li><a class="link" href="cairo-surface.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a></li></ul></div>
|
515
500
|
<p>
|
516
501
|
</p>
|
517
502
|
</div>
|
518
|
-
<div class="refsect1" lang="en">
|
519
|
-
<a name="id2673038"></a><div class="refsect2" lang="en"><a name="id2673040"></a></div>
|
520
|
-
<hr>
|
521
|
-
<div class="refsect2" lang="en"><a name="id2673041"></a></div>
|
522
|
-
</div>
|
523
503
|
</div>
|
504
|
+
<div class="footer">
|
505
|
+
<hr>
|
506
|
+
Generated by GTK-Doc V1.10</div>
|
524
507
|
</body>
|
525
508
|
</html>
|