Searched refs:do_l (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tools/
H A Dtweak-tool.h72 bool do_l; member in class:Inkscape::UI::Tools::TweakTool
H A Dtweak-tool.cpp120 , do_l(true)
318 this->do_l = 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) {
677 if (!do_l) {
694 tweak_colorjitter (float *color, double force, bool do_h, bool do_s, bool do_l) argument
711 if (do_l) {
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_l);
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 24 milliseconds