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

/inkscape/src/ui/tools/
H A Dtweak-tool.cpp888 guint32 stroke_goal, bool do_stroke,
902 stroke_goal, do_stroke,
1002 tweak_colors_in_gradient(item, Inkscape::FOR_STROKE, stroke_goal, p, radius, this_force, mode, do_h, do_s, do_l, do_o);
1005 tweak_color (mode, style->stroke.value.color.v.c, stroke_goal, this_force, do_h, do_s, do_l);
1037 guint32 stroke_goal = sp_desktop_get_color_tool(desktop, "/tools/tweak", false, &do_stroke); local
1051 SP_RGBA32_R_F(stroke_goal),
1052 SP_RGBA32_G_F(stroke_goal),
1053 SP_RGBA32_B_F(stroke_goal));
1055 stroke_goal = SP_RGBA32_F_COMPOSE(rgb[0], rgb[1], rgb[2], 1);
1063 stroke_goal
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 16 milliseconds