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

/inkscape/src/
H A Dsp-gradient.h70 FOR_STROKE enumerator in enum:Inkscape::PaintTarget
H A Dgradient-drag.cpp727 case Inkscape::FOR_STROKE:
1427 (draggable->fill_or_stroke == Inkscape::FOR_STROKE) ? _(" (stroke)") : "");
1434 (draggable->fill_or_stroke == Inkscape::FOR_STROKE) ? _(" (stroke)") : "");
1964 (fill_or_stroke == Inkscape::FOR_STROKE && !edit_stroke) ) {
2101 addDraggersLinear( SP_LINEARGRADIENT(server), item, Inkscape::FOR_STROKE ); member in class:Inkscape
2103 addDraggersRadial( SP_RADIALGRADIENT(server), item, Inkscape::FOR_STROKE ); member in class:Inkscape
2105 addDraggersMesh( SP_MESH(server), item, Inkscape::FOR_STROKE ); member in class:Inkscape
2216 addLine(item, getGradientCoords(item, POINT_LG_BEGIN, 0, Inkscape::FOR_STROKE), getGradientCoords(item, POINT_LG_END, 0, Inkscape::FOR_STROKE), Inkscape::FOR_STROKE);
[all...]
H A Dgradient-chemistry.cpp63 Inkscape::PaintTarget paintTargetItems[] = {Inkscape::FOR_FILL, Inkscape::FOR_STROKE};
581 case Inkscape::FOR_STROKE:
1601 sp_item_gradient_reverse_vector(*i, Inkscape::FOR_STROKE);
/inkscape/src/widgets/
H A Dfill-style.cpp583 (kind == FILL) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE,
590 gradient_type, (kind == FILL) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE);
592 sp_item_set_gradient(*i, vector, gradient_type, (kind == FILL) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE);
605 SPGradient *gr = sp_item_set_gradient(*i, vector, gradient_type, (kind == FILL) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE);
H A Dgradient-toolbar.cpp104 Inkscape::PaintTarget initialMode = (prefs->getInt("/tools/gradient/newfillorstroke", 1) != 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE;
899 Inkscape::PaintTarget fsmode = (ege_select_one_action_get_active( act ) == 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE;
1085 Inkscape::PaintTarget fsmode = (prefs->getInt("/tools/gradient/newfillorstroke", 1) != 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE;
H A Dmesh-toolbar.cpp257 Inkscape::PaintTarget fsmode = (ege_select_one_action_get_active( act ) == 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE;
H A Dstroke-style.cpp684 const char *lstroke = getItemColorForMarker(item, FOR_STROKE, loc);
/inkscape/src/ui/tools/
H A Dgradient-tool.cpp501 Inkscape::PaintTarget fsmode = (prefs->getInt("/tools/gradient/newfillorstroke", 1) != 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE;
891 Inkscape::PaintTarget fill_or_stroke = (prefs->getInt("/tools/gradient/newfillorstroke", 1) != 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE;
H A Dmesh-tool.cpp477 Inkscape::PaintTarget fsmode = (prefs->getInt("/tools/gradient/newfillorstroke", 1) != 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE;
939 Inkscape::PaintTarget fill_or_stroke = (prefs->getInt("/tools/gradient/newfillorstroke", 1) != 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE;
H A Dtweak-tool.cpp1002 tweak_colors_in_gradient(item, Inkscape::FOR_STROKE, stroke_goal, p, radius, this_force, mode, do_h, do_s, do_l, do_o);
/inkscape/src/ui/widget/
H A Dselected-style.cpp687 sp_gradient_invert_selected_gradients(_desktop, Inkscape::FOR_STROKE);

Completed in 229 milliseconds