~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/xml/gimppixelfetcher.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
 
24
24
 
25
 
enum        <link linkend="GimpPixelFetcherEdgeMode">GimpPixelFetcherEdgeMode</link>;
26
 
            <link linkend="GimpPixelFetcher">GimpPixelFetcher</link>;
27
 
<link linkend="GimpPixelFetcher">GimpPixelFetcher</link>* <link linkend="gimp-pixel-fetcher-new">gimp_pixel_fetcher_new</link>    (<link linkend="GimpDrawable">GimpDrawable</link> *drawable,
28
 
                                             <link linkend="gboolean">gboolean</link> shadow);
29
 
<link linkend="void">void</link>        <link linkend="gimp-pixel-fetcher-set-edge-mode">gimp_pixel_fetcher_set_edge_mode</link>
30
 
                                            (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
31
 
                                             <link linkend="GimpPixelFetcherEdgeMode">GimpPixelFetcherEdgeMode</link> mode);
32
 
<link linkend="void">void</link>        <link linkend="gimp-pixel-fetcher-set-bg-color">gimp_pixel_fetcher_set_bg_color</link> (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
33
 
                                             const <link linkend="GimpRGB">GimpRGB</link> *color);
34
 
<link linkend="void">void</link>        <link linkend="gimp-pixel-fetcher-get-pixel">gimp_pixel_fetcher_get_pixel</link>    (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
35
 
                                             <link linkend="gint">gint</link> x,
36
 
                                             <link linkend="gint">gint</link> y,
37
 
                                             <link linkend="guchar">guchar</link> *pixel);
38
 
<link linkend="void">void</link>        <link linkend="gimp-pixel-fetcher-put-pixel">gimp_pixel_fetcher_put_pixel</link>    (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
39
 
                                             <link linkend="gint">gint</link> x,
40
 
                                             <link linkend="gint">gint</link> y,
41
 
                                             const <link linkend="guchar">guchar</link> *pixel);
42
 
<link linkend="void">void</link>        <link linkend="gimp-pixel-fetcher-destroy">gimp_pixel_fetcher_destroy</link>      (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf);
 
25
enum                <link linkend="GimpPixelFetcherEdgeMode">GimpPixelFetcherEdgeMode</link>;
 
26
                    <link linkend="GimpPixelFetcher">GimpPixelFetcher</link>;
 
27
<link linkend="GimpPixelFetcher">GimpPixelFetcher</link>*   <link linkend="gimp-pixel-fetcher-new">gimp_pixel_fetcher_new</link>              (<link linkend="GimpDrawable">GimpDrawable</link> *drawable,
 
28
                                                         <link linkend="gboolean">gboolean</link> shadow);
 
29
<link linkend="void">void</link>                <link linkend="gimp-pixel-fetcher-set-edge-mode">gimp_pixel_fetcher_set_edge_mode</link>    (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
 
30
                                                         <link linkend="GimpPixelFetcherEdgeMode">GimpPixelFetcherEdgeMode</link> mode);
 
31
<link linkend="void">void</link>                <link linkend="gimp-pixel-fetcher-set-bg-color">gimp_pixel_fetcher_set_bg_color</link>     (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
 
32
                                                         const <link linkend="GimpRGB">GimpRGB</link> *color);
 
33
<link linkend="void">void</link>                <link linkend="gimp-pixel-fetcher-get-pixel">gimp_pixel_fetcher_get_pixel</link>        (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
 
34
                                                         <link linkend="gint">gint</link> x,
 
35
                                                         <link linkend="gint">gint</link> y,
 
36
                                                         <link linkend="guchar">guchar</link> *pixel);
 
37
<link linkend="void">void</link>                <link linkend="gimp-pixel-fetcher-put-pixel">gimp_pixel_fetcher_put_pixel</link>        (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
 
38
                                                         <link linkend="gint">gint</link> x,
 
39
                                                         <link linkend="gint">gint</link> y,
 
40
                                                         const <link linkend="guchar">guchar</link> *pixel);
 
41
<link linkend="void">void</link>                <link linkend="gimp-pixel-fetcher-destroy">gimp_pixel_fetcher_destroy</link>          (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf);
43
42
</synopsis>
44
43
</refsynopsisdiv>
45
44
 
86
85
</para></refsect2>
87
86
<refsect2>
88
87
<title><anchor id="gimp-pixel-fetcher-new" role="function"/>gimp_pixel_fetcher_new ()</title>
89
 
<indexterm><primary>gimp_pixel_fetcher_new</primary></indexterm><programlisting><link linkend="GimpPixelFetcher">GimpPixelFetcher</link>* gimp_pixel_fetcher_new    (<link linkend="GimpDrawable">GimpDrawable</link> *drawable,
90
 
                                             <link linkend="gboolean">gboolean</link> shadow);</programlisting>
 
88
<indexterm><primary>gimp_pixel_fetcher_new</primary></indexterm><programlisting><link linkend="GimpPixelFetcher">GimpPixelFetcher</link>*   gimp_pixel_fetcher_new              (<link linkend="GimpDrawable">GimpDrawable</link> *drawable,
 
89
                                                         <link linkend="gboolean">gboolean</link> shadow);</programlisting>
91
90
<para>
92
91
Initialize a pixel region from the drawable.</para>
93
92
<para>
105
104
</variablelist></refsect2>
106
105
<refsect2>
107
106
<title><anchor id="gimp-pixel-fetcher-set-edge-mode" role="function"/>gimp_pixel_fetcher_set_edge_mode ()</title>
108
 
<indexterm><primary>gimp_pixel_fetcher_set_edge_mode</primary></indexterm><programlisting><link linkend="void">void</link>        gimp_pixel_fetcher_set_edge_mode
109
 
                                            (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
110
 
                                             <link linkend="GimpPixelFetcherEdgeMode">GimpPixelFetcherEdgeMode</link> mode);</programlisting>
 
107
<indexterm><primary>gimp_pixel_fetcher_set_edge_mode</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_pixel_fetcher_set_edge_mode    (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
 
108
                                                         <link linkend="GimpPixelFetcherEdgeMode">GimpPixelFetcherEdgeMode</link> mode);</programlisting>
111
109
<para>
112
110
Change the edage mode of a previously initialized pixel region.</para>
113
111
<para>
122
120
</variablelist></refsect2>
123
121
<refsect2>
124
122
<title><anchor id="gimp-pixel-fetcher-set-bg-color" role="function"/>gimp_pixel_fetcher_set_bg_color ()</title>
125
 
<indexterm><primary>gimp_pixel_fetcher_set_bg_color</primary></indexterm><programlisting><link linkend="void">void</link>        gimp_pixel_fetcher_set_bg_color (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
126
 
                                             const <link linkend="GimpRGB">GimpRGB</link> *color);</programlisting>
 
123
<indexterm><primary>gimp_pixel_fetcher_set_bg_color</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_pixel_fetcher_set_bg_color     (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
 
124
                                                         const <link linkend="GimpRGB">GimpRGB</link> *color);</programlisting>
127
125
<para>
128
126
Change the background color of a previously initialized pixel region.</para>
129
127
<para>
138
136
</variablelist></refsect2>
139
137
<refsect2>
140
138
<title><anchor id="gimp-pixel-fetcher-get-pixel" role="function"/>gimp_pixel_fetcher_get_pixel ()</title>
141
 
<indexterm><primary>gimp_pixel_fetcher_get_pixel</primary></indexterm><programlisting><link linkend="void">void</link>        gimp_pixel_fetcher_get_pixel    (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
142
 
                                             <link linkend="gint">gint</link> x,
143
 
                                             <link linkend="gint">gint</link> y,
144
 
                                             <link linkend="guchar">guchar</link> *pixel);</programlisting>
 
139
<indexterm><primary>gimp_pixel_fetcher_get_pixel</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_pixel_fetcher_get_pixel        (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
 
140
                                                         <link linkend="gint">gint</link> x,
 
141
                                                         <link linkend="gint">gint</link> y,
 
142
                                                         <link linkend="guchar">guchar</link> *pixel);</programlisting>
145
143
<para>
146
144
Get a pixel from the pixel region.</para>
147
145
<para>
162
160
</variablelist></refsect2>
163
161
<refsect2>
164
162
<title><anchor id="gimp-pixel-fetcher-put-pixel" role="function"/>gimp_pixel_fetcher_put_pixel ()</title>
165
 
<indexterm><primary>gimp_pixel_fetcher_put_pixel</primary></indexterm><programlisting><link linkend="void">void</link>        gimp_pixel_fetcher_put_pixel    (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
166
 
                                             <link linkend="gint">gint</link> x,
167
 
                                             <link linkend="gint">gint</link> y,
168
 
                                             const <link linkend="guchar">guchar</link> *pixel);</programlisting>
 
163
<indexterm><primary>gimp_pixel_fetcher_put_pixel</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_pixel_fetcher_put_pixel        (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf,
 
164
                                                         <link linkend="gint">gint</link> x,
 
165
                                                         <link linkend="gint">gint</link> y,
 
166
                                                         const <link linkend="guchar">guchar</link> *pixel);</programlisting>
169
167
<para>
170
168
Set a pixel in the pixel region.</para>
171
169
<para>
186
184
</variablelist></refsect2>
187
185
<refsect2>
188
186
<title><anchor id="gimp-pixel-fetcher-destroy" role="function"/>gimp_pixel_fetcher_destroy ()</title>
189
 
<indexterm><primary>gimp_pixel_fetcher_destroy</primary></indexterm><programlisting><link linkend="void">void</link>        gimp_pixel_fetcher_destroy      (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf);</programlisting>
 
187
<indexterm><primary>gimp_pixel_fetcher_destroy</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_pixel_fetcher_destroy          (<link linkend="GimpPixelFetcher">GimpPixelFetcher</link> *pf);</programlisting>
190
188
<para>
191
189
Close a previously initializd pixel region.</para>
192
190
<para>