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

/inkscape/src/
H A Dgradient-chemistry.cpp63 Inkscape::PaintTarget paintTargetItems[] = {Inkscape::FOR_FILL, Inkscape::FOR_STROKE};
573 case Inkscape::FOR_FILL:
1018 gradient = sp_gradient_convert_to_userspace(gradient, item, (fill_or_stroke == Inkscape::FOR_FILL) ? "fill" : "stroke");
1407 if ((fill_or_stroke == Inkscape::FOR_FILL) ? style->fill.isPaintserver() : style->stroke.isPaintserver()) {
1408 ps = (fill_or_stroke == Inkscape::FOR_FILL) ? SP_STYLE_FILL_SERVER(style) : SP_STYLE_STROKE_SERVER(style);
1447 sp_style_set_property_url(item, (fill_or_stroke == Inkscape::FOR_FILL) ? "fill" : "stroke", normalized, true);
1459 sp_style_set_property_url(item, ( (fill_or_stroke == Inkscape::FOR_FILL) ? "fill" : "stroke" ), constructed, true);
1546 color = sp_desktop_get_color(desktop, (fill_or_stroke == Inkscape::FOR_FILL));
1550 SPIPaint const &paint = ( (fill_or_stroke == Inkscape::FOR_FILL) ? style.fill : style.stroke );
1552 SPObject *server = (fill_or_stroke == Inkscape::FOR_FILL)
[all...]
H A Dsp-gradient.h69 FOR_FILL, enumerator in enum:Inkscape::PaintTarget
H A Dgradient-drag.cpp686 desktop->gr_fill_or_stroke = Inkscape::FOR_FILL;
724 case Inkscape::FOR_FILL:
1377 gradient = sp_gradient_convert_to_userspace (gradient, item, (fill_or_stroke == Inkscape::FOR_FILL) ? "fill" : "stroke");
1861 CtrlLineType type = (fill_or_stroke == Inkscape::FOR_FILL) ? CTLINE_PRIMARY : CTLINE_SECONDARY;
1877 CtrlLineType type = (fill_or_stroke == Inkscape::FOR_FILL) ? CTLINE_PRIMARY : CTLINE_SECONDARY;
1963 if( (fill_or_stroke == Inkscape::FOR_FILL && !edit_fill) ||
2085 addDraggersLinear( SP_LINEARGRADIENT(server), item, Inkscape::FOR_FILL ); member in class:Inkscape
2087 addDraggersRadial( SP_RADIALGRADIENT(server), item, Inkscape::FOR_FILL ); member in class:Inkscape
2089 addDraggersMesh( SP_MESH(server), item, Inkscape::FOR_FILL ); member in class:Inkscape
2154 addLine(item, getGradientCoords(item, POINT_LG_BEGIN, 0, Inkscape::FOR_FILL), getGradientCoord
[all...]
H A Ddesktop.cpp128 gr_fill_or_stroke( Inkscape::FOR_FILL ),
/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.cpp76 bool isFill = (mode == Inkscape::FOR_FILL);
104 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;
900 prefs->setInt("/tools/gradient/newfillorstroke", (fsmode == Inkscape::FOR_FILL) ? 1 : 0);
1085 Inkscape::PaintTarget fsmode = (prefs->getInt("/tools/gradient/newfillorstroke", 1) != 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE;
1086 ege_select_one_action_set_active( act, (fsmode == Inkscape::FOR_FILL) ? 0 : 1 );
H A Dmesh-toolbar.cpp257 Inkscape::PaintTarget fsmode = (ege_select_one_action_get_active( act ) == 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE;
258 prefs->setInt("/tools/gradient/newfillorstroke", (fsmode == Inkscape::FOR_FILL) ? 1 : 0);
H A Dstroke-style.cpp686 const char *lfill = getItemColorForMarker(item, FOR_FILL, loc);
739 if (fill_or_stroke == FOR_FILL)
/inkscape/src/ui/tools/
H A Dmesh-tool.cpp477 Inkscape::PaintTarget fsmode = (prefs->getInt("/tools/gradient/newfillorstroke", 1) != 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE;
480 std::cout << "sp_mesh_context_root_handler: creating new mesh on: " << (fsmode == Inkscape::FOR_FILL ? "Fill" : "Stroke") << std::endl;
939 Inkscape::PaintTarget fill_or_stroke = (prefs->getInt("/tools/gradient/newfillorstroke", 1) != 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE;
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 Dtweak-tool.cpp992 tweak_colors_in_gradient(item, Inkscape::FOR_FILL, fill_goal, p, radius, this_force, mode, do_h, do_s, do_l, do_o);
/inkscape/src/ui/widget/
H A Dselected-style.cpp661 sp_gradient_invert_selected_gradients(_desktop, Inkscape::FOR_FILL);

Completed in 64 milliseconds