gimp/devel-docs/libgimp/tmpl/gimppixelrgn.sgml
Michael Natterer 1fbd2d5188 gtk-doc 1.4 added the Stability_Level section all over the place.
2005-07-07  Michael Natterer  <mitch@gimp.org>

	* libgimp*/tmpl/*.sgml: gtk-doc 1.4 added the Stability_Level
	section all over the place.
2005-07-07 16:33:31 +00:00

191 lines
1.9 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
gimppixelrgn
<!-- ##### SECTION Short_Description ##### -->
Functions for operating on pixel regions.
<!-- ##### SECTION Long_Description ##### -->
<para>
Functions for operating on pixel regions. These functions provide
fast ways of accessing and modifying portions of a drawable.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT GimpPixelRgn ##### -->
<para>
</para>
@data:
@drawable:
@bpp:
@rowstride:
@x:
@y:
@w:
@h:
@dirty:
@shadow:
@process_count:
<!-- ##### FUNCTION gimp_pixel_rgn_init ##### -->
<para>
</para>
@pr:
@drawable:
@x:
@y:
@width:
@height:
@dirty:
@shadow:
<!-- ##### FUNCTION gimp_pixel_rgn_resize ##### -->
<para>
</para>
@pr:
@x:
@y:
@width:
@height:
<!-- ##### FUNCTION gimp_pixel_rgn_get_pixel ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
<!-- ##### FUNCTION gimp_pixel_rgn_get_row ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
@width:
<!-- ##### FUNCTION gimp_pixel_rgn_get_col ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
@height:
<!-- ##### FUNCTION gimp_pixel_rgn_get_rect ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
@width:
@height:
<!-- ##### FUNCTION gimp_pixel_rgn_set_pixel ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
<!-- ##### FUNCTION gimp_pixel_rgn_set_row ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
@width:
<!-- ##### FUNCTION gimp_pixel_rgn_set_col ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
@height:
<!-- ##### FUNCTION gimp_pixel_rgn_set_rect ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
@width:
@height:
<!-- ##### FUNCTION gimp_pixel_rgns_register ##### -->
<para>
</para>
@nrgns:
@Varargs:
@Returns:
<!-- ##### FUNCTION gimp_pixel_rgns_register2 ##### -->
<para>
</para>
@nrgns:
@prs:
@Returns:
<!-- ##### FUNCTION gimp_pixel_rgns_process ##### -->
<para>
</para>
@pri_ptr:
@Returns: