Searched defs:do_s (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | tweak-tool.h | 71 bool do_s; member in class:Inkscape::UI::Tools::TweakTool
|
H A D | tweak-tool.cpp | 119 , do_s(true) 316 this->do_s = val.getBool(); 662 tweak_colorpaint (float *color, guint32 goal, double force, bool do_h, bool do_s, bool do_l) argument 666 if (!do_h || !do_s || !do_l) { 674 if (!do_s) { 694 tweak_colorjitter (float *color, double force, bool do_h, bool do_s, bool do_l) argument 708 if (do_s) { 719 tweak_color (guint mode, float *color, guint32 goal, double force, bool do_h, bool do_s, bool do_l) argument 722 tweak_colorpaint (color, goal, force, do_h, do_s, do_l); 724 tweak_colorjitter (color, force, do_h, do_s, do_ 761 tweak_colors_in_gradient(SPItem *item, Inkscape::PaintTarget fill_or_stroke, guint32 const rgb_goal, Geom::Point p_w, double radius, double force, guint mode, bool do_h, bool do_s, bool do_l, bool ) argument 886 sp_tweak_color_recursive(guint mode, SPItem *item, SPItem *item_at_point, guint32 fill_goal, bool do_fill, guint32 stroke_goal, bool do_stroke, float opacity_goal, bool do_opacity, bool do_blur, bool reverse, Geom::Point p, double radius, double force, bool do_h, bool do_s, bool do_l, bool do_o) argument [all...] |
Completed in 39 milliseconds