Searched refs:sp_gradient_convert_to_userspace (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dgradient-chemistry.h57 SPGradient *sp_gradient_convert_to_userspace (SPGradient *gr, SPItem *item, const char *property);
H A Dgradient-chemistry.cpp430 SPGradient *sp_gradient_convert_to_userspace(SPGradient *gr, SPItem *item, gchar const *property) function
433 g_message("sp_gradient_convert_to_userspace(%p, %p, \"%s\")", gr, item, property);
1018 gradient = sp_gradient_convert_to_userspace(gradient, item, (fill_or_stroke == Inkscape::FOR_FILL) ? "fill" : "stroke");
H A Dsp-item.cpp1258 SPGradient *gradient = sp_gradient_convert_to_userspace( serverGrad, this, "fill" );
1268 SPGradient *gradient = sp_gradient_convert_to_userspace( serverGrad, this, "stroke");
H A Dgradient-drag.cpp1377 gradient = sp_gradient_convert_to_userspace (gradient, item, (fill_or_stroke == Inkscape::FOR_FILL) ? "fill" : "stroke");

Completed in 26 milliseconds