Lines Matching refs:stroke_goal
888 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);
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 = SP_RGBA32_U_COMPOSE(
1064 (255 - SP_RGBA32_R_U(stroke_goal)),
1065 (255 - SP_RGBA32_G_U(stroke_goal)),
1066 (255 - SP_RGBA32_B_U(stroke_goal)),
1067 (255 - SP_RGBA32_A_U(stroke_goal)));
1087 stroke_goal, do_stroke,