~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to libgimp/gimptransformtools_pdb.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * Boston, MA 02111-1307, USA.
20
20
 */
21
21
 
22
 
/* NOTE: This file is autogenerated by pdbgen.pl */
 
22
/* NOTE: This file is auto-generated by pdbgen.pl */
23
23
 
24
24
#ifndef __GIMP_TRANSFORM_TOOLS_PDB_H__
25
25
#define __GIMP_TRANSFORM_TOOLS_PDB_H__
31
31
 
32
32
#ifndef GIMP_DISABLE_DEPRECATED
33
33
gint32 gimp_flip         (gint32              drawable_ID,
34
 
                          GimpOrientationType flip_type);
 
34
                          GimpOrientationType flip_type);
35
35
gint32 gimp_perspective  (gint32              drawable_ID,
36
 
                          gboolean            interpolation,
37
 
                          gdouble             x0,
38
 
                          gdouble             y0,
39
 
                          gdouble             x1,
40
 
                          gdouble             y1,
41
 
                          gdouble             x2,
42
 
                          gdouble             y2,
43
 
                          gdouble             x3,
44
 
                          gdouble             y3);
 
36
                          gboolean            interpolation,
 
37
                          gdouble             x0,
 
38
                          gdouble             y0,
 
39
                          gdouble             x1,
 
40
                          gdouble             y1,
 
41
                          gdouble             x2,
 
42
                          gdouble             y2,
 
43
                          gdouble             x3,
 
44
                          gdouble             y3);
45
45
gint32 gimp_rotate       (gint32              drawable_ID,
46
 
                          gboolean            interpolation,
47
 
                          gdouble             angle);
 
46
                          gboolean            interpolation,
 
47
                          gdouble             angle);
48
48
gint32 gimp_scale        (gint32              drawable_ID,
49
 
                          gboolean            interpolation,
50
 
                          gdouble             x0,
51
 
                          gdouble             y0,
52
 
                          gdouble             x1,
53
 
                          gdouble             y1);
 
49
                          gboolean            interpolation,
 
50
                          gdouble             x0,
 
51
                          gdouble             y0,
 
52
                          gdouble             x1,
 
53
                          gdouble             y1);
54
54
gint32 gimp_shear        (gint32              drawable_ID,
55
 
                          gboolean            interpolation,
56
 
                          GimpOrientationType shear_type,
57
 
                          gdouble             magnitude);
 
55
                          gboolean            interpolation,
 
56
                          GimpOrientationType shear_type,
 
57
                          gdouble             magnitude);
58
58
gint32 gimp_transform_2d (gint32              drawable_ID,
59
 
                          gboolean            interpolation,
60
 
                          gdouble             source_x,
61
 
                          gdouble             source_y,
62
 
                          gdouble             scale_x,
63
 
                          gdouble             scale_y,
64
 
                          gdouble             angle,
65
 
                          gdouble             dest_x,
66
 
                          gdouble             dest_y);
 
59
                          gboolean            interpolation,
 
60
                          gdouble             source_x,
 
61
                          gdouble             source_y,
 
62
                          gdouble             scale_x,
 
63
                          gdouble             scale_y,
 
64
                          gdouble             angle,
 
65
                          gdouble             dest_x,
 
66
                          gdouble             dest_y);
67
67
#endif /* GIMP_DISABLE_DEPRECATED */
68
68
 
69
69