Imported Upstream version 2.4.0~rc3
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="#id2634168" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2612984" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2667266" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2679251" 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="id2634168"></a><span class="refentrytitle">gimptile</span>
|
||||
<a name="id2612984"></a><span class="refentrytitle">gimptile</span>
|
||||
</h2>
|
||||
<p>gimptile — Functions for working with tiles.</p>
|
||||
</td>
|
||||
@ -56,25 +56,31 @@
|
||||
void <a class="link" href="libgimp-gimptile.html#gimp-tile-ref">gimp_tile_ref</a> (<a class="link" href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);
|
||||
void <a class="link" href="libgimp-gimptile.html#gimp-tile-ref-zero">gimp_tile_ref_zero</a> (<a class="link" href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);
|
||||
void <a class="link" href="libgimp-gimptile.html#gimp-tile-unref">gimp_tile_unref</a> (<a class="link" href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile,
|
||||
gboolean dirty);
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> dirty);
|
||||
void <a class="link" href="libgimp-gimptile.html#gimp-tile-flush">gimp_tile_flush</a> (<a class="link" href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);
|
||||
void <a class="link" href="libgimp-gimptile.html#gimp-tile-cache-size">gimp_tile_cache_size</a> (gulong kilobytes);
|
||||
void <a class="link" href="libgimp-gimptile.html#gimp-tile-cache-ntiles">gimp_tile_cache_ntiles</a> (gulong ntiles);
|
||||
void <a class="link" href="libgimp-gimptile.html#gimp-tile-cache-size">gimp_tile_cache_size</a> (<a
|
||||
href="../glib/glib-Basic-Types.html#gulong"
|
||||
>gulong</a> kilobytes);
|
||||
void <a class="link" href="libgimp-gimptile.html#gimp-tile-cache-ntiles">gimp_tile_cache_ntiles</a> (<a
|
||||
href="../glib/glib-Basic-Types.html#gulong"
|
||||
>gulong</a> ntiles);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2667266"></a><h2>Description</h2>
|
||||
<a name="id2679251"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions for working with tiles.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2667281"></a><h2>Details</h2>
|
||||
<a name="id2679266"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2667292"></a><h3>
|
||||
<a name="id2679277"></a><h3>
|
||||
<a name="GimpTile"></a>GimpTile</h3>
|
||||
<a class="indexterm" name="id2667304"></a><pre class="programlisting">typedef struct {
|
||||
<a class="indexterm" name="id2679289"></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 +98,9 @@ Functions for working with tiles.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2667329"></a><h3>
|
||||
<a name="id2679314"></a><h3>
|
||||
<a name="gimp-tile-ref"></a>gimp_tile_ref ()</h3>
|
||||
<a class="indexterm" name="id2667341"></a><pre class="programlisting">void gimp_tile_ref (<a class="link" href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
|
||||
<a class="indexterm" name="id2679326"></a><pre class="programlisting">void gimp_tile_ref (<a class="link" href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -111,9 +117,9 @@ Functions for working with tiles.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2681552"></a><h3>
|
||||
<a name="id2686691"></a><h3>
|
||||
<a name="gimp-tile-ref-zero"></a>gimp_tile_ref_zero ()</h3>
|
||||
<a class="indexterm" name="id2681563"></a><pre class="programlisting">void gimp_tile_ref_zero (<a class="link" href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
|
||||
<a class="indexterm" name="id2686702"></a><pre class="programlisting">void gimp_tile_ref_zero (<a class="link" href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -130,10 +136,12 @@ Functions for working with tiles.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2681609"></a><h3>
|
||||
<a name="id2686747"></a><h3>
|
||||
<a name="gimp-tile-unref"></a>gimp_tile_unref ()</h3>
|
||||
<a class="indexterm" name="id2681620"></a><pre class="programlisting">void gimp_tile_unref (<a class="link" href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile,
|
||||
gboolean dirty);</pre>
|
||||
<a class="indexterm" name="id2686758"></a><pre class="programlisting">void gimp_tile_unref (<a class="link" href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile,
|
||||
<a
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> dirty);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -157,9 +165,9 @@ Functions for working with tiles.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2681686"></a><h3>
|
||||
<a name="id2686825"></a><h3>
|
||||
<a name="gimp-tile-flush"></a>gimp_tile_flush ()</h3>
|
||||
<a class="indexterm" name="id2681698"></a><pre class="programlisting">void gimp_tile_flush (<a class="link" href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
|
||||
<a class="indexterm" name="id2686836"></a><pre class="programlisting">void gimp_tile_flush (<a class="link" href="libgimp-gimptile.html#GimpTile">GimpTile</a> *tile);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -176,9 +184,11 @@ Functions for working with tiles.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2681743"></a><h3>
|
||||
<a name="id2686882"></a><h3>
|
||||
<a name="gimp-tile-cache-size"></a>gimp_tile_cache_size ()</h3>
|
||||
<a class="indexterm" name="id2681754"></a><pre class="programlisting">void gimp_tile_cache_size (gulong kilobytes);</pre>
|
||||
<a class="indexterm" name="id2686893"></a><pre class="programlisting">void gimp_tile_cache_size (<a
|
||||
href="../glib/glib-Basic-Types.html#gulong"
|
||||
>gulong</a> 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 +207,11 @@ and the plug-in. See also <a class="link" href="libgimp-gimptile.html#gimp-tile-
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2681814"></a><h3>
|
||||
<a name="id2685675"></a><h3>
|
||||
<a name="gimp-tile-cache-ntiles"></a>gimp_tile_cache_ntiles ()</h3>
|
||||
<a class="indexterm" name="id2681825"></a><pre class="programlisting">void gimp_tile_cache_ntiles (gulong ntiles);</pre>
|
||||
<a class="indexterm" name="id2685686"></a><pre class="programlisting">void gimp_tile_cache_ntiles (<a
|
||||
href="../glib/glib-Basic-Types.html#gulong"
|
||||
>gulong</a> ntiles);</pre>
|
||||
<p>
|
||||
Sets the size of the tile cache on the plug-in side. This function
|
||||
is similar to <a class="link" 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