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

/inkscape/share/extensions/
H A Dinterp.py151 sst = copy.deepcopy(styles[sorted_ids[i-1]])
153 basestyle = copy.deepcopy(sst)
155 basestyle['stroke-width'] = self.tweenstyleunit('stroke-width',sst,est,0)
164 sst.setdefault(key,styledefaults[key])
167 if isnotplain(sst['stroke']) or isnotplain(est['stroke']) or (sst['stroke']=='none' and est['stroke']=='none'):
169 if isnotplain(sst['fill']) or isnotplain(est['fill']) or (sst['fill']=='none' and est['fill']=='none'):
172 if sst['stroke']=='none':
173 sst['strok
[all...]
/inkscape/src/
H A Dsp-shape.cpp1123 Inkscape::SnapSourceType sst; local
1128 sst = Inkscape::SNAPSOURCE_NODE_CUSP;
1133 sst = Inkscape::SNAPSOURCE_NODE_SMOOTH;
1137 sst = Inkscape::SNAPSOURCE_UNDEFINED;
1142 p.push_back(Inkscape::SnapCandidatePoint(curve_it1->finalPoint() * i2dt, sst, stt));

Completed in 21 milliseconds