Files
gimp/devel-docs/libgimp/tmpl/gimppixelrgn.sgml
Sven Neumann e206bb2188 applied a patch from Akkana that adds short descriptions to all libgimp
2002-12-03  Sven Neumann  <sven@gimp.org>

        * libgimp/tmpl/*.sgml: applied a patch from Akkana that adds short
        descriptions to all libgimp pages (#100187).
2002-12-03 10:04:56 +00:00

188 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>
<!-- ##### 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: