Imported Upstream version 2.3.18
This commit is contained in:
@ -31,16 +31,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="#id2558925" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2563642" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2661106" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2660486" 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="id2558925"></a><span class="refentrytitle">gimptile</span>
|
||||
<a name="id2563642"></a><span class="refentrytitle">gimptile</span>
|
||||
</h2>
|
||||
<p>gimptile — Functions for working with tiles.</p>
|
||||
</td>
|
||||
@ -63,18 +63,18 @@ void <a href="libgimp-gimptile.html#gimp-tile-cache-ntiles">gimp_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2661106"></a><h2>Description</h2>
|
||||
<a name="id2660486"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions for working with tiles.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2661121"></a><h2>Details</h2>
|
||||
<a name="id2660502"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2661132"></a><h3>
|
||||
<a name="id2660512"></a><h3>
|
||||
<a name="GimpTile"></a>GimpTile</h3>
|
||||
<a class="indexterm" name="id2661144"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2660524"></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 ) */
|
||||
@ -92,9 +92,9 @@ Functions for working with tiles.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2661169"></a><h3>
|
||||
<a name="id2660550"></a><h3>
|
||||
<a name="gimp-tile-ref"></a>gimp_tile_ref ()</h3>
|
||||
<a class="indexterm" name="id2661180"></a><pre class="programlisting">void gimp_tile_ref (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
|
||||
<a class="indexterm" name="id2660561"></a><pre class="programlisting">void gimp_tile_ref (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -111,9 +111,9 @@ Functions for working with tiles.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2648488"></a><h3>
|
||||
<a name="id2660986"></a><h3>
|
||||
<a name="gimp-tile-ref-zero"></a>gimp_tile_ref_zero ()</h3>
|
||||
<a class="indexterm" name="id2648499"></a><pre class="programlisting">void gimp_tile_ref_zero (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
|
||||
<a class="indexterm" name="id2660997"></a><pre class="programlisting">void gimp_tile_ref_zero (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -130,9 +130,9 @@ Functions for working with tiles.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2648544"></a><h3>
|
||||
<a name="id2661042"></a><h3>
|
||||
<a name="gimp-tile-unref"></a>gimp_tile_unref ()</h3>
|
||||
<a class="indexterm" name="id2648556"></a><pre class="programlisting">void gimp_tile_unref (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile,
|
||||
<a class="indexterm" name="id2661054"></a><pre class="programlisting">void gimp_tile_unref (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile,
|
||||
gboolean dirty);</pre>
|
||||
<p>
|
||||
|
||||
@ -157,9 +157,9 @@ Functions for working with tiles.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2666254"></a><h3>
|
||||
<a name="id2661120"></a><h3>
|
||||
<a name="gimp-tile-flush"></a>gimp_tile_flush ()</h3>
|
||||
<a class="indexterm" name="id2666266"></a><pre class="programlisting">void gimp_tile_flush (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
|
||||
<a class="indexterm" name="id2661131"></a><pre class="programlisting">void gimp_tile_flush (<a href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -176,9 +176,9 @@ Functions for working with tiles.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2666311"></a><h3>
|
||||
<a name="id2666023"></a><h3>
|
||||
<a name="gimp-tile-cache-size"></a>gimp_tile_cache_size ()</h3>
|
||||
<a class="indexterm" name="id2666322"></a><pre class="programlisting">void gimp_tile_cache_size (gulong kilobytes);</pre>
|
||||
<a class="indexterm" name="id2666034"></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
|
||||
@ -197,9 +197,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="id2666382"></a><h3>
|
||||
<a name="id2666094"></a><h3>
|
||||
<a name="gimp-tile-cache-ntiles"></a>gimp_tile_cache_ntiles ()</h3>
|
||||
<a class="indexterm" name="id2668988"></a><pre class="programlisting">void gimp_tile_cache_ntiles (gulong ntiles);</pre>
|
||||
<a class="indexterm" name="id2666105"></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
|
||||
|
||||
Reference in New Issue
Block a user