Imported Upstream version 2.3.13

This commit is contained in:
Ari Pollak
2010-08-11 01:20:31 -04:00
parent a028e0b309
commit bbd6d9844c
1225 changed files with 162390 additions and 93699 deletions

View File

@ -18,10 +18,10 @@
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<link rel="part" href="libgimpui.html" title="Part&#160;III.&#160;GIMP User Interface Library">
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of new symbols in GIMP 2.2">
<link rel="index" href="ix03.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="ix04.html" title="Index of deprecated symbols">
<link rel="index" href="libgimp-index.html" title="Index">
<link rel="index" href="libgimp-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
<link rel="index" href="libgimp-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="libgimp-index-deprecated.html" title="Index of deprecated symbols">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@ -32,16 +32,16 @@
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimptools.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583514" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2587094" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2655801" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2641140" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimptile"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2583514"></a><span class="refentrytitle">gimptile</span>
<a name="id2587094"></a><span class="refentrytitle">gimptile</span>
</h2>
<p>gimptile &#8212; Functions for working with tiles.</p>
</td>
@ -64,18 +64,18 @@ void <a href="libgimp-gimptile.html#gimp-tile-cache-ntiles">gimp_tile_cac
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2655801"></a><h2>Description</h2>
<a name="id2641140"></a><h2>Description</h2>
<p>
Functions for working with tiles.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2655816"></a><h2>Details</h2>
<a name="id2641155"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2655827"></a><h3>
<a name="id2641166"></a><h3>
<a name="GimpTile"></a>GimpTile</h3>
<a class="indexterm" name="id2655839"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2641178"></a><pre class="programlisting">typedef struct {
guint ewidth; /* the effective width of the tile */
guint eheight; /* the effective height of the tile */
guint bpp; /* the bytes per pixel (1, 2, 3 or 4 ) */
@ -93,17 +93,16 @@ Functions for working with tiles.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2655863"></a><h3>
<a name="id2641203"></a><h3>
<a name="gimp-tile-ref"></a>gimp_tile_ref ()</h3>
<a class="indexterm" name="id2655874"></a><pre class="programlisting">void gimp_tile_ref (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
<a class="indexterm" name="id2641214"></a><pre class="programlisting">void gimp_tile_ref (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>tile</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>tile</code></em>&#160;:</span></td>
<td>
@ -113,17 +112,16 @@ Functions for working with tiles.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656722"></a><h3>
<a name="id2658203"></a><h3>
<a name="gimp-tile-ref-zero"></a>gimp_tile_ref_zero ()</h3>
<a class="indexterm" name="id2656733"></a><pre class="programlisting">void gimp_tile_ref_zero (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
<a class="indexterm" name="id2658214"></a><pre class="programlisting">void gimp_tile_ref_zero (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>tile</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>tile</code></em>&#160;:</span></td>
<td>
@ -133,9 +131,9 @@ Functions for working with tiles.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656777"></a><h3>
<a name="id2658258"></a><h3>
<a name="gimp-tile-unref"></a>gimp_tile_unref ()</h3>
<a class="indexterm" name="id2656788"></a><pre class="programlisting">void gimp_tile_unref (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile,
<a class="indexterm" name="id2658270"></a><pre class="programlisting">void gimp_tile_unref (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile,
gboolean dirty);</pre>
<p>
@ -144,14 +142,12 @@ Functions for working with tiles.
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>tile</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>tile</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>dirty</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>dirty</code></em>&#160;:</span></td>
<td>
@ -162,17 +158,16 @@ Functions for working with tiles.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2655914"></a><h3>
<a name="id2658335"></a><h3>
<a name="gimp-tile-flush"></a>gimp_tile_flush ()</h3>
<a class="indexterm" name="id2655926"></a><pre class="programlisting">void gimp_tile_flush (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
<a class="indexterm" name="id2659657"></a><pre class="programlisting">void gimp_tile_flush (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>tile</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>tile</code></em>&#160;:</span></td>
<td>
@ -182,9 +177,9 @@ Functions for working with tiles.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2655970"></a><h3>
<a name="id2659701"></a><h3>
<a name="gimp-tile-cache-size"></a>gimp_tile_cache_size ()</h3>
<a class="indexterm" name="id2655981"></a><pre class="programlisting">void gimp_tile_cache_size (gulong kilobytes);</pre>
<a class="indexterm" name="id2659712"></a><pre class="programlisting">void gimp_tile_cache_size (gulong kilobytes);</pre>
<p>
Sets the size of the tile cache on the plug-in side. The tile cache
is used to reduce the number of tiles exchanged between the GIMP core
@ -195,8 +190,7 @@ and the plug-in. See also <a href="libgimp-gimptile.html#gimp-tile-cache-ntiles"
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>kilobytes</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>kilobytes</code></em>&#160;:</span></td>
<td> new cache size in kilobytes
</td>
</tr></tbody>
@ -204,9 +198,9 @@ and the plug-in. See also <a href="libgimp-gimptile.html#gimp-tile-cache-ntiles"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2656040"></a><h3>
<a name="id2659771"></a><h3>
<a name="gimp-tile-cache-ntiles"></a>gimp_tile_cache_ntiles ()</h3>
<a class="indexterm" name="id2656051"></a><pre class="programlisting">void gimp_tile_cache_ntiles (gulong ntiles);</pre>
<a class="indexterm" name="id2659782"></a><pre class="programlisting">void gimp_tile_cache_ntiles (gulong ntiles);</pre>
<p>
Sets the size of the tile cache on the plug-in side. This function
is similar to <a href="libgimp-gimptile.html#gimp-tile-cache-size"><code class="function">gimp_tile_cache_size()</code></a> but allows to specify the
@ -224,8 +218,7 @@ shadow tiles.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>ntiles</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>ntiles</code></em>&#160;:</span></td>
<td> number of tiles that should fit into the cache
</td>
</tr></tbody>