Home
last modified time | relevance | path

Searched refs:SS_STROKE (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dstyle-swatch.cpp40 SS_STROKE enumerator
123 _label[SS_STROKE].set_markup(_("Stroke:")); in StyleSwatch()
125 for (int i = SS_FILL; i <= SS_STROKE; i++) { in StyleSwatch()
146 _stroke.pack_start(_place[SS_STROKE]); in StyleSwatch()
153 _table->attach(_label[SS_STROKE], 0, 1, 1, 1); in StyleSwatch()
198 for (int i = SS_FILL; i <= SS_STROKE; i++) { in ~StyleSwatch()
256 _place[SS_STROKE].remove(); in setStyle()
260 for (int i = SS_FILL; i <= SS_STROKE; i++) { in setStyle()
304 if (i == SS_STROKE) has_stroke = false; in setStyle()
309 if (i == SS_STROKE) has_stroke = false; in setStyle()
H A Dselected-style.cpp128 , _stroke_place(this, SS_STROKE) in SelectedStyle()
170 for (int i = SS_FILL; i <= SS_STROKE; i++) { in SelectedStyle()
367 _stroke_place.add(_na[SS_STROKE]); in SelectedStyle()
406 _drop[SS_STROKE] = new DropTracker(); in SelectedStyle()
408 ((DropTracker*)_drop[SS_STROKE])->item = SS_STROKE; in SelectedStyle()
413 _drop[SS_STROKE]); in SelectedStyle()
447 delete (DropTracker*)_drop[SS_STROKE]; in ~SelectedStyle()
664 guint32 color = _thisselected[SS_STROKE]; in on_stroke_invert()
666 if (_mode[SS_STROKE] == SS_LGRADIENT || _mode[SS_STROKE] == SS_RGRADIENT) { in on_stroke_invert()
748 if (_mode[SS_STROKE] == SS_COLOR) { in on_stroke_copy()
[all …]
H A Dselected-style.h67 SS_STROKE enumerator