Searched refs:initialMode (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
88 else if (initialMode == mode)
104 Inkscape::PaintTarget initialMode = (prefs->getInt("/tools/gradient/newfillorstroke", 1) != 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE; 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 17 milliseconds