Searched defs:initialType (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dgradient-toolbar.cpp50 void gr_apply_gradient_to_item( SPItem *item, SPGradient *gr, SPGradientType initialType, Inkscape::PaintTarget initialMode, Inkscape::PaintTarget mode );
73 void gr_apply_gradient_to_item( SPItem *item, SPGradient *gr, SPGradientType initialType, Inkscape::PaintTarget initialMode, Inkscape::PaintTarget mode ) argument
90 sp_item_set_gradient(item, gr, initialType, mode);
103 SPGradientType initialType = static_cast<SPGradientType>(prefs->getInt("/tools/gradient/newgradient", SP_GRADIENT_TYPE_LINEAR)); local
113 gr_apply_gradient_to_item(draggable->item, gr, initialType, initialMode, draggable->fill_or_stroke);
121 gr_apply_gradient_to_item(*i, gr, initialType, initialMode, initialMode);

Completed in 57 milliseconds