Functions
GimpRgnFunc1 ()
void
(*GimpRgnFunc1) (const guchar *src
,
gint bpp
,
gpointer data
);
GimpRgnFunc2 ()
void
(*GimpRgnFunc2) (const guchar *src
,
guchar *dest
,
gint bpp
,
gpointer data
);
GimpRgnFuncSrc ()
void
(*GimpRgnFuncSrc) (gint x
,
gint y
,
const guchar *src
,
gint bpp
,
gpointer data
);
GimpRgnFuncDest ()
void
(*GimpRgnFuncDest) (gint x
,
gint y
,
guchar *dest
,
gint bpp
,
gpointer data
);
GimpRgnFuncSrcDest ()
void
(*GimpRgnFuncSrcDest) (gint x
,
gint y
,
const guchar *src
,
guchar *dest
,
gint bpp
,
gpointer data
);
gimp_rgn_iterator_free ()
void
gimp_rgn_iterator_free (GimpRgnIterator *iter
);