Searched refs:SPGradientImage (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/widgets/
H A Dgradient-image.h23 #define SP_GRADIENT_IMAGE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SP_TYPE_GRADIENT_IMAGE, SPGradientImage))
28 struct SPGradientImage { struct
44 void sp_gradient_image_set_gradient (SPGradientImage *gi, SPGradient *gr);
H A Dgradient-image.cpp39 static void sp_gradient_image_gradient_release (SPObject *, SPGradientImage *im);
40 static void sp_gradient_image_gradient_modified (SPObject *, guint flags, SPGradientImage *im);
41 static void sp_gradient_image_update (SPGradientImage *img);
43 G_DEFINE_TYPE(SPGradientImage, sp_gradient_image, GTK_TYPE_WIDGET);
64 sp_gradient_image_init (SPGradientImage *image)
80 SPGradientImage *image = SP_GRADIENT_IMAGE (object);
144 SPGradientImage *image = SP_GRADIENT_IMAGE(widget);
167 SPGradientImage *image = SP_GRADIENT_IMAGE(g_object_new(SP_TYPE_GRADIENT_IMAGE, NULL));
202 sp_gradient_image_set_gradient (SPGradientImage *image, SPGradient *gradient)
220 sp_gradient_image_gradient_release (SPObject *, SPGradientImage *imag
[all...]

Completed in 1034 milliseconds