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

« back to all changes in this revision

Viewing changes to libgimp/gimpdrawabletransform_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_DRAWABLE_TRANSFORM_PDB_H__
25
25
#define __GIMP_DRAWABLE_TRANSFORM_PDB_H__
30
30
 
31
31
 
32
32
gint32 gimp_drawable_transform_flip_simple         (gint32                 drawable_ID,
33
 
                                                    GimpOrientationType    flip_type,
34
 
                                                    gboolean               auto_center,
35
 
                                                    gdouble                axis,
36
 
                                                    gboolean               clip_result);
 
33
                                                    GimpOrientationType    flip_type,
 
34
                                                    gboolean               auto_center,
 
35
                                                    gdouble                axis,
 
36
                                                    gboolean               clip_result);
37
37
gint32 gimp_drawable_transform_flip                (gint32                 drawable_ID,
38
 
                                                    gdouble                x0,
39
 
                                                    gdouble                y0,
40
 
                                                    gdouble                x1,
41
 
                                                    gdouble                y1,
42
 
                                                    GimpTransformDirection transform_direction,
43
 
                                                    GimpInterpolationType  interpolation,
44
 
                                                    gboolean               supersample,
45
 
                                                    gint                   recursion_level,
46
 
                                                    gboolean               clip_result);
 
38
                                                    gdouble                x0,
 
39
                                                    gdouble                y0,
 
40
                                                    gdouble                x1,
 
41
                                                    gdouble                y1,
 
42
                                                    GimpTransformDirection transform_direction,
 
43
                                                    GimpInterpolationType  interpolation,
 
44
                                                    gboolean               supersample,
 
45
                                                    gint                   recursion_level,
 
46
                                                    gboolean               clip_result);
47
47
gint32 gimp_drawable_transform_flip_default        (gint32                 drawable_ID,
48
 
                                                    gdouble                x0,
49
 
                                                    gdouble                y0,
50
 
                                                    gdouble                x1,
51
 
                                                    gdouble                y1,
52
 
                                                    gboolean               interpolate,
53
 
                                                    gboolean               clip_result);
 
48
                                                    gdouble                x0,
 
49
                                                    gdouble                y0,
 
50
                                                    gdouble                x1,
 
51
                                                    gdouble                y1,
 
52
                                                    gboolean               interpolate,
 
53
                                                    gboolean               clip_result);
54
54
gint32 gimp_drawable_transform_perspective         (gint32                 drawable_ID,
55
 
                                                    gdouble                x0,
56
 
                                                    gdouble                y0,
57
 
                                                    gdouble                x1,
58
 
                                                    gdouble                y1,
59
 
                                                    gdouble                x2,
60
 
                                                    gdouble                y2,
61
 
                                                    gdouble                x3,
62
 
                                                    gdouble                y3,
63
 
                                                    GimpTransformDirection transform_direction,
64
 
                                                    GimpInterpolationType  interpolation,
65
 
                                                    gboolean               supersample,
66
 
                                                    gint                   recursion_level,
67
 
                                                    gboolean               clip_result);
 
55
                                                    gdouble                x0,
 
56
                                                    gdouble                y0,
 
57
                                                    gdouble                x1,
 
58
                                                    gdouble                y1,
 
59
                                                    gdouble                x2,
 
60
                                                    gdouble                y2,
 
61
                                                    gdouble                x3,
 
62
                                                    gdouble                y3,
 
63
                                                    GimpTransformDirection transform_direction,
 
64
                                                    GimpInterpolationType  interpolation,
 
65
                                                    gboolean               supersample,
 
66
                                                    gint                   recursion_level,
 
67
                                                    GimpTransformResize    clip_result);
68
68
gint32 gimp_drawable_transform_perspective_default (gint32                 drawable_ID,
69
 
                                                    gdouble                x0,
70
 
                                                    gdouble                y0,
71
 
                                                    gdouble                x1,
72
 
                                                    gdouble                y1,
73
 
                                                    gdouble                x2,
74
 
                                                    gdouble                y2,
75
 
                                                    gdouble                x3,
76
 
                                                    gdouble                y3,
77
 
                                                    gboolean               interpolate,
78
 
                                                    gboolean               clip_result);
 
69
                                                    gdouble                x0,
 
70
                                                    gdouble                y0,
 
71
                                                    gdouble                x1,
 
72
                                                    gdouble                y1,
 
73
                                                    gdouble                x2,
 
74
                                                    gdouble                y2,
 
75
                                                    gdouble                x3,
 
76
                                                    gdouble                y3,
 
77
                                                    gboolean               interpolate,
 
78
                                                    GimpTransformResize    clip_result);
79
79
gint32 gimp_drawable_transform_rotate_simple       (gint32                 drawable_ID,
80
 
                                                    GimpRotationType       rotate_type,
81
 
                                                    gboolean               auto_center,
82
 
                                                    gint                   center_x,
83
 
                                                    gint                   center_y,
84
 
                                                    gboolean               clip_result);
 
80
                                                    GimpRotationType       rotate_type,
 
81
                                                    gboolean               auto_center,
 
82
                                                    gint                   center_x,
 
83
                                                    gint                   center_y,
 
84
                                                    gboolean               clip_result);
85
85
gint32 gimp_drawable_transform_rotate              (gint32                 drawable_ID,
86
 
                                                    gdouble                angle,
87
 
                                                    gboolean               auto_center,
88
 
                                                    gint                   center_x,
89
 
                                                    gint                   center_y,
90
 
                                                    GimpTransformDirection transform_direction,
91
 
                                                    GimpInterpolationType  interpolation,
92
 
                                                    gboolean               supersample,
93
 
                                                    gint                   recursion_level,
94
 
                                                    gboolean               clip_result);
 
86
                                                    gdouble                angle,
 
87
                                                    gboolean               auto_center,
 
88
                                                    gint                   center_x,
 
89
                                                    gint                   center_y,
 
90
                                                    GimpTransformDirection transform_direction,
 
91
                                                    GimpInterpolationType  interpolation,
 
92
                                                    gboolean               supersample,
 
93
                                                    gint                   recursion_level,
 
94
                                                    GimpTransformResize    clip_result);
95
95
gint32 gimp_drawable_transform_rotate_default      (gint32                 drawable_ID,
96
 
                                                    gdouble                angle,
97
 
                                                    gboolean               auto_center,
98
 
                                                    gint                   center_x,
99
 
                                                    gint                   center_y,
100
 
                                                    gboolean               interpolate,
101
 
                                                    gboolean               clip_result);
 
96
                                                    gdouble                angle,
 
97
                                                    gboolean               auto_center,
 
98
                                                    gint                   center_x,
 
99
                                                    gint                   center_y,
 
100
                                                    gboolean               interpolate,
 
101
                                                    GimpTransformResize    clip_result);
102
102
gint32 gimp_drawable_transform_scale               (gint32                 drawable_ID,
103
 
                                                    gdouble                x0,
104
 
                                                    gdouble                y0,
105
 
                                                    gdouble                x1,
106
 
                                                    gdouble                y1,
107
 
                                                    GimpTransformDirection transform_direction,
108
 
                                                    GimpInterpolationType  interpolation,
109
 
                                                    gboolean               supersample,
110
 
                                                    gint                   recursion_level,
111
 
                                                    gboolean               clip_result);
 
103
                                                    gdouble                x0,
 
104
                                                    gdouble                y0,
 
105
                                                    gdouble                x1,
 
106
                                                    gdouble                y1,
 
107
                                                    GimpTransformDirection transform_direction,
 
108
                                                    GimpInterpolationType  interpolation,
 
109
                                                    gboolean               supersample,
 
110
                                                    gint                   recursion_level,
 
111
                                                    GimpTransformResize    clip_result);
112
112
gint32 gimp_drawable_transform_scale_default       (gint32                 drawable_ID,
113
 
                                                    gdouble                x0,
114
 
                                                    gdouble                y0,
115
 
                                                    gdouble                x1,
116
 
                                                    gdouble                y1,
117
 
                                                    gboolean               interpolate,
118
 
                                                    gboolean               clip_result);
 
113
                                                    gdouble                x0,
 
114
                                                    gdouble                y0,
 
115
                                                    gdouble                x1,
 
116
                                                    gdouble                y1,
 
117
                                                    gboolean               interpolate,
 
118
                                                    GimpTransformResize    clip_result);
119
119
gint32 gimp_drawable_transform_shear               (gint32                 drawable_ID,
120
 
                                                    GimpOrientationType    shear_type,
121
 
                                                    gdouble                magnitude,
122
 
                                                    GimpTransformDirection transform_direction,
123
 
                                                    GimpInterpolationType  interpolation,
124
 
                                                    gboolean               supersample,
125
 
                                                    gint                   recursion_level,
126
 
                                                    gboolean               clip_result);
 
120
                                                    GimpOrientationType    shear_type,
 
121
                                                    gdouble                magnitude,
 
122
                                                    GimpTransformDirection transform_direction,
 
123
                                                    GimpInterpolationType  interpolation,
 
124
                                                    gboolean               supersample,
 
125
                                                    gint                   recursion_level,
 
126
                                                    GimpTransformResize    clip_result);
127
127
gint32 gimp_drawable_transform_shear_default       (gint32                 drawable_ID,
128
 
                                                    GimpOrientationType    shear_type,
129
 
                                                    gdouble                magnitude,
130
 
                                                    gboolean               interpolate,
131
 
                                                    gboolean               clip_result);
 
128
                                                    GimpOrientationType    shear_type,
 
129
                                                    gdouble                magnitude,
 
130
                                                    gboolean               interpolate,
 
131
                                                    GimpTransformResize    clip_result);
132
132
gint32 gimp_drawable_transform_2d                  (gint32                 drawable_ID,
133
 
                                                    gdouble                source_x,
134
 
                                                    gdouble                source_y,
135
 
                                                    gdouble                scale_x,
136
 
                                                    gdouble                scale_y,
137
 
                                                    gdouble                angle,
138
 
                                                    gdouble                dest_x,
139
 
                                                    gdouble                dest_y,
140
 
                                                    GimpTransformDirection transform_direction,
141
 
                                                    GimpInterpolationType  interpolation,
142
 
                                                    gboolean               supersample,
143
 
                                                    gint                   recursion_level,
144
 
                                                    gboolean               clip_result);
 
133
                                                    gdouble                source_x,
 
134
                                                    gdouble                source_y,
 
135
                                                    gdouble                scale_x,
 
136
                                                    gdouble                scale_y,
 
137
                                                    gdouble                angle,
 
138
                                                    gdouble                dest_x,
 
139
                                                    gdouble                dest_y,
 
140
                                                    GimpTransformDirection transform_direction,
 
141
                                                    GimpInterpolationType  interpolation,
 
142
                                                    gboolean               supersample,
 
143
                                                    gint                   recursion_level,
 
144
                                                    GimpTransformResize    clip_result);
145
145
gint32 gimp_drawable_transform_2d_default          (gint32                 drawable_ID,
146
 
                                                    gdouble                source_x,
147
 
                                                    gdouble                source_y,
148
 
                                                    gdouble                scale_x,
149
 
                                                    gdouble                scale_y,
150
 
                                                    gdouble                angle,
151
 
                                                    gdouble                dest_x,
152
 
                                                    gdouble                dest_y,
153
 
                                                    gboolean               interpolate,
154
 
                                                    gboolean               clip_result);
 
146
                                                    gdouble                source_x,
 
147
                                                    gdouble                source_y,
 
148
                                                    gdouble                scale_x,
 
149
                                                    gdouble                scale_y,
 
150
                                                    gdouble                angle,
 
151
                                                    gdouble                dest_x,
 
152
                                                    gdouble                dest_y,
 
153
                                                    gboolean               interpolate,
 
154
                                                    GimpTransformResize    clip_result);
155
155
gint32 gimp_drawable_transform_matrix              (gint32                 drawable_ID,
156
 
                                                    gdouble                coeff_0_0,
157
 
                                                    gdouble                coeff_0_1,
158
 
                                                    gdouble                coeff_0_2,
159
 
                                                    gdouble                coeff_1_0,
160
 
                                                    gdouble                coeff_1_1,
161
 
                                                    gdouble                coeff_1_2,
162
 
                                                    gdouble                coeff_2_0,
163
 
                                                    gdouble                coeff_2_1,
164
 
                                                    gdouble                coeff_2_2,
165
 
                                                    GimpTransformDirection transform_direction,
166
 
                                                    GimpInterpolationType  interpolation,
167
 
                                                    gboolean               supersample,
168
 
                                                    gint                   recursion_level,
169
 
                                                    gboolean               clip_result);
 
156
                                                    gdouble                coeff_0_0,
 
157
                                                    gdouble                coeff_0_1,
 
158
                                                    gdouble                coeff_0_2,
 
159
                                                    gdouble                coeff_1_0,
 
160
                                                    gdouble                coeff_1_1,
 
161
                                                    gdouble                coeff_1_2,
 
162
                                                    gdouble                coeff_2_0,
 
163
                                                    gdouble                coeff_2_1,
 
164
                                                    gdouble                coeff_2_2,
 
165
                                                    GimpTransformDirection transform_direction,
 
166
                                                    GimpInterpolationType  interpolation,
 
167
                                                    gboolean               supersample,
 
168
                                                    gint                   recursion_level,
 
169
                                                    GimpTransformResize    clip_result);
170
170
gint32 gimp_drawable_transform_matrix_default      (gint32                 drawable_ID,
171
 
                                                    gdouble                coeff_0_0,
172
 
                                                    gdouble                coeff_0_1,
173
 
                                                    gdouble                coeff_0_2,
174
 
                                                    gdouble                coeff_1_0,
175
 
                                                    gdouble                coeff_1_1,
176
 
                                                    gdouble                coeff_1_2,
177
 
                                                    gdouble                coeff_2_0,
178
 
                                                    gdouble                coeff_2_1,
179
 
                                                    gdouble                coeff_2_2,
180
 
                                                    gboolean               interpolate,
181
 
                                                    gboolean               clip_result);
 
171
                                                    gdouble                coeff_0_0,
 
172
                                                    gdouble                coeff_0_1,
 
173
                                                    gdouble                coeff_0_2,
 
174
                                                    gdouble                coeff_1_0,
 
175
                                                    gdouble                coeff_1_1,
 
176
                                                    gdouble                coeff_1_2,
 
177
                                                    gdouble                coeff_2_0,
 
178
                                                    gdouble                coeff_2_1,
 
179
                                                    gdouble                coeff_2_2,
 
180
                                                    gboolean               interpolate,
 
181
                                                    GimpTransformResize    clip_result);
182
182
 
183
183
 
184
184
G_END_DECLS