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

/inkscape/src/ui/tools/
H A Dtweak-tool.h70 bool do_h; member in class:Inkscape::UI::Tools::TweakTool
H A Dtweak-tool.cpp118 , do_h(true)
314 this->do_h = 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) {
671 if (!do_h) {
694 tweak_colorjitter (float *color, double force, bool do_h, bool do_s, bool do_l) argument
699 if (do_h) {
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_
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 17 milliseconds