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

« back to all changes in this revision

Viewing changes to app/tools/gimpdrawtool.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
                                                    gdouble           x2,
119
119
                                                    gdouble           y2,
120
120
                                                    gboolean          use_offsets);
 
121
void       gimp_draw_tool_draw_guide_line          (GimpDrawTool     *draw_tool,
 
122
                                                    GimpOrientationType  orientation,
 
123
                                                    gint              position);
121
124
void       gimp_draw_tool_draw_rectangle           (GimpDrawTool     *draw_tool,
122
125
                                                    gboolean          filled,
123
126
                                                    gdouble           x,
171
174
                                                    gboolean          use_offsets);
172
175
void       gimp_draw_tool_draw_corner              (GimpDrawTool     *draw_tool,
173
176
                                                    gboolean          highlight,
 
177
                                                    gboolean          put_outside,
174
178
                                                    gdouble           x1,
175
179
                                                    gdouble           y1,
176
180
                                                    gdouble           x2,
225
229
                                                    GimpVectors     **ret_vectors);
226
230
 
227
231
void       gimp_draw_tool_draw_lines               (GimpDrawTool     *draw_tool,
228
 
                                                    const gdouble    *points,
 
232
                                                    const GimpVector2 *points,
229
233
                                                    gint              n_points,
230
234
                                                    gboolean          filled,
231
235
                                                    gboolean          use_offsets);