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

/inkscape/src/extension/internal/
H A Dwmf-print.cpp863 double slength = 0.0; // start of gragment local
872 while (slength < tlength) {
873 elength = slength + style->stroke_dasharray.values[i++];
877 Geom::Piecewise<Geom::D2<Geom::SBasis> > fragment(portion(tmp_pathpw2, slength, elength));
878 if (slength) {
883 slength = elength;
884 slength += style->stroke_dasharray.values[i++]; // the gap
H A Demf-print.cpp1446 double slength = 0.0; // start of gragment local
1455 while (slength < tlength) {
1456 elength = slength + style->stroke_dasharray.values[i++];
1460 Geom::Piecewise<Geom::D2<Geom::SBasis> > fragment(portion(tmp_pathpw2, slength, elength));
1461 if (slength) {
1466 slength = elength;
1467 slength += style->stroke_dasharray.values[i++]; // the gap

Completed in 26 milliseconds