Searched defs:gr_apply_gradient_to_item (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/widgets/ |
H A D | gradient-toolbar.cpp | 50 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 ) function 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 19 milliseconds