~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimppixelrgn.html

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
ImportĀ upstreamĀ versionĀ 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>gimppixelrgn</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
8
8
<link rel="up" href="libgimp-image.html" title="Manupulating Images and their Properties">
9
9
<link rel="prev" href="libgimp-gimppixelfetcher.html" title="gimppixelfetcher">
10
10
<link rel="next" href="libgimp-gimpregioniterator.html" title="gimpregioniterator">
38
38
                <a href="#libgimp-gimppixelrgn.description" class="shortcut">Description</a>
39
39
</td></tr>
40
40
</table>
41
 
<div class="refentry" lang="en">
 
41
<div class="refentry" title="gimppixelrgn">
42
42
<a name="libgimp-gimppixelrgn"></a><div class="titlepage"></div>
43
43
<div class="refnamediv"><table width="100%"><tr>
44
44
<td valign="top">
47
47
</td>
48
48
<td valign="top" align="right"></td>
49
49
</tr></table></div>
50
 
<div class="refsynopsisdiv">
 
50
<div class="refsynopsisdiv" title="Synopsis">
51
51
<a name="libgimp-gimppixelrgn.synopsis"></a><h2>Synopsis</h2>
52
52
<pre class="synopsis">
53
53
                    <a class="link" href="libgimp-gimppixelrgn.html#GimpPixelRgn" title="GimpPixelRgn">GimpPixelRgn</a>;
207
207
>gpointer</a> pri_ptr);
208
208
</pre>
209
209
</div>
210
 
<div class="refsect1" lang="en">
 
210
<div class="refsect1" title="Description">
211
211
<a name="libgimp-gimppixelrgn.description"></a><h2>Description</h2>
212
212
<p>
213
213
Functions for operating on pixel regions.  These functions provide
214
214
fast ways of accessing and modifying portions of a drawable.
215
215
</p>
216
216
</div>
217
 
<div class="refsect1" lang="en">
 
217
<div class="refsect1" title="Details">
218
218
<a name="libgimp-gimppixelrgn.details"></a><h2>Details</h2>
219
 
<div class="refsect2" lang="en">
 
219
<div class="refsect2" title="GimpPixelRgn">
220
220
<a name="GimpPixelRgn"></a><h3>GimpPixelRgn</h3>
221
221
<pre class="programlisting">typedef struct {
222
222
  guchar       *data;          /* pointer to region data */
234
234
</p>
235
235
</div>
236
236
<hr>
237
 
<div class="refsect2" lang="en">
 
237
<div class="refsect2" title="gimp_pixel_rgn_init ()">
238
238
<a name="gimp-pixel-rgn-init"></a><h3>gimp_pixel_rgn_init ()</h3>
239
239
<pre class="programlisting">void                gimp_pixel_rgn_init                 (<a class="link" href="libgimp-gimppixelrgn.html#GimpPixelRgn" title="GimpPixelRgn">GimpPixelRgn</a> *pr,
240
240
                                                         <a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable">GimpDrawable</a> *drawable,
352
352
</table></div>
353
353
</div>
354
354
<hr>
355
 
<div class="refsect2" lang="en">
 
355
<div class="refsect2" title="gimp_pixel_rgn_resize ()">
356
356
<a name="gimp-pixel-rgn-resize"></a><h3>gimp_pixel_rgn_resize ()</h3>
357
357
<pre class="programlisting">void                gimp_pixel_rgn_resize               (<a class="link" href="libgimp-gimppixelrgn.html#GimpPixelRgn" title="GimpPixelRgn">GimpPixelRgn</a> *pr,
358
358
                                                         <a
405
405
</table></div>
406
406
</div>
407
407
<hr>
408
 
<div class="refsect2" lang="en">
 
408
<div class="refsect2" title="gimp_pixel_rgn_get_pixel ()">
409
409
<a name="gimp-pixel-rgn-get-pixel"></a><h3>gimp_pixel_rgn_get_pixel ()</h3>
410
410
<pre class="programlisting">void                gimp_pixel_rgn_get_pixel            (<a class="link" href="libgimp-gimppixelrgn.html#GimpPixelRgn" title="GimpPixelRgn">GimpPixelRgn</a> *pr,
411
411
                                                         <a
462
462
</table></div>
463
463
</div>
464
464
<hr>
465
 
<div class="refsect2" lang="en">
 
465
<div class="refsect2" title="gimp_pixel_rgn_get_row ()">
466
466
<a name="gimp-pixel-rgn-get-row"></a><h3>gimp_pixel_rgn_get_row ()</h3>
467
467
<pre class="programlisting">void                gimp_pixel_rgn_get_row              (<a class="link" href="libgimp-gimppixelrgn.html#GimpPixelRgn" title="GimpPixelRgn">GimpPixelRgn</a> *pr,
468
468
                                                         <a
517
517
</table></div>
518
518
</div>
519
519
<hr>
520
 
<div class="refsect2" lang="en">
 
520
<div class="refsect2" title="gimp_pixel_rgn_get_col ()">
521
521
<a name="gimp-pixel-rgn-get-col"></a><h3>gimp_pixel_rgn_get_col ()</h3>
522
522
<pre class="programlisting">void                gimp_pixel_rgn_get_col              (<a class="link" href="libgimp-gimppixelrgn.html#GimpPixelRgn" title="GimpPixelRgn">GimpPixelRgn</a> *pr,
523
523
                                                         <a
572
572
</table></div>
573
573
</div>
574
574
<hr>
575
 
<div class="refsect2" lang="en">
 
575
<div class="refsect2" title="gimp_pixel_rgn_get_rect ()">
576
576
<a name="gimp-pixel-rgn-get-rect"></a><h3>gimp_pixel_rgn_get_rect ()</h3>
577
577
<pre class="programlisting">void                gimp_pixel_rgn_get_rect             (<a class="link" href="libgimp-gimppixelrgn.html#GimpPixelRgn" title="GimpPixelRgn">GimpPixelRgn</a> *pr,
578
578
                                                         <a
636
636
</table></div>
637
637
</div>
638
638
<hr>
639
 
<div class="refsect2" lang="en">
 
639
<div class="refsect2" title="gimp_pixel_rgn_set_pixel ()">
640
640
<a name="gimp-pixel-rgn-set-pixel"></a><h3>gimp_pixel_rgn_set_pixel ()</h3>
641
641
<pre class="programlisting">void                gimp_pixel_rgn_set_pixel            (<a class="link" href="libgimp-gimppixelrgn.html#GimpPixelRgn" title="GimpPixelRgn">GimpPixelRgn</a> *pr,
642
642
                                                         const <a
681
681
</table></div>
682
682
</div>
683
683
<hr>
684
 
<div class="refsect2" lang="en">
 
684
<div class="refsect2" title="gimp_pixel_rgn_set_row ()">
685
685
<a name="gimp-pixel-rgn-set-row"></a><h3>gimp_pixel_rgn_set_row ()</h3>
686
686
<pre class="programlisting">void                gimp_pixel_rgn_set_row              (<a class="link" href="libgimp-gimppixelrgn.html#GimpPixelRgn" title="GimpPixelRgn">GimpPixelRgn</a> *pr,
687
687
                                                         const <a
736
736
</table></div>
737
737
</div>
738
738
<hr>
739
 
<div class="refsect2" lang="en">
 
739
<div class="refsect2" title="gimp_pixel_rgn_set_col ()">
740
740
<a name="gimp-pixel-rgn-set-col"></a><h3>gimp_pixel_rgn_set_col ()</h3>
741
741
<pre class="programlisting">void                gimp_pixel_rgn_set_col              (<a class="link" href="libgimp-gimppixelrgn.html#GimpPixelRgn" title="GimpPixelRgn">GimpPixelRgn</a> *pr,
742
742
                                                         const <a
791
791
</table></div>
792
792
</div>
793
793
<hr>
794
 
<div class="refsect2" lang="en">
 
794
<div class="refsect2" title="gimp_pixel_rgn_set_rect ()">
795
795
<a name="gimp-pixel-rgn-set-rect"></a><h3>gimp_pixel_rgn_set_rect ()</h3>
796
796
<pre class="programlisting">void                gimp_pixel_rgn_set_rect             (<a class="link" href="libgimp-gimppixelrgn.html#GimpPixelRgn" title="GimpPixelRgn">GimpPixelRgn</a> *pr,
797
797
                                                         const <a
855
855
</table></div>
856
856
</div>
857
857
<hr>
858
 
<div class="refsect2" lang="en">
 
858
<div class="refsect2" title="gimp_pixel_rgns_register ()">
859
859
<a name="gimp-pixel-rgns-register"></a><h3>gimp_pixel_rgns_register ()</h3>
860
860
<pre class="programlisting"><a
861
861
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
891
891
</table></div>
892
892
</div>
893
893
<hr>
894
 
<div class="refsect2" lang="en">
 
894
<div class="refsect2" title="gimp_pixel_rgns_register2 ()">
895
895
<a name="gimp-pixel-rgns-register2"></a><h3>gimp_pixel_rgns_register2 ()</h3>
896
896
<pre class="programlisting"><a
897
897
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
938
938
</table></div>
939
939
</div>
940
940
<hr>
941
 
<div class="refsect2" lang="en">
 
941
<div class="refsect2" title="gimp_pixel_rgns_process ()">
942
942
<a name="gimp-pixel-rgns-process"></a><h3>gimp_pixel_rgns_process ()</h3>
943
943
<pre class="programlisting"><a
944
944
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"