GimpPaintCore-stroke

GimpPaintCore-stroke

Synopsis




gboolean            gimp_paint_core_stroke              (GimpPaintCore *core,
                                                         GimpDrawable *drawable,
                                                         GimpPaintOptions *paint_options,
                                                         GimpCoords *strokes,
                                                         gint n_strokes);
gboolean            gimp_paint_core_stroke_boundary     (GimpPaintCore *core,
                                                         GimpDrawable *drawable,
                                                         GimpPaintOptions *paint_options,
                                                         const BoundSeg *bound_segs,
                                                         gint n_bound_segs,
                                                         gint offset_x,
                                                         gint offset_y);
gboolean            gimp_paint_core_stroke_vectors      (GimpPaintCore *core,
                                                         GimpDrawable *drawable,
                                                         GimpPaintOptions *paint_options,
                                                         GimpVectors *vectors);

Description

Details

gimp_paint_core_stroke ()

gboolean            gimp_paint_core_stroke              (GimpPaintCore *core,
                                                         GimpDrawable *drawable,
                                                         GimpPaintOptions *paint_options,
                                                         GimpCoords *strokes,
                                                         gint n_strokes);

core :

drawable :

paint_options :

strokes :

n_strokes :

Returns :


gimp_paint_core_stroke_boundary ()

gboolean            gimp_paint_core_stroke_boundary     (GimpPaintCore *core,
                                                         GimpDrawable *drawable,
                                                         GimpPaintOptions *paint_options,
                                                         const BoundSeg *bound_segs,
                                                         gint n_bound_segs,
                                                         gint offset_x,
                                                         gint offset_y);

core :

drawable :

paint_options :

bound_segs :

n_bound_segs :

offset_x :

offset_y :

Returns :


gimp_paint_core_stroke_vectors ()

gboolean            gimp_paint_core_stroke_vectors      (GimpPaintCore *core,
                                                         GimpDrawable *drawable,
                                                         GimpPaintOptions *paint_options,
                                                         GimpVectors *vectors);

core :

drawable :

paint_options :

vectors :

Returns :