Searched defs:tmp_pathpw (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dwmf-print.cpp856 Geom::Piecewise<Geom::D2<Geom::SBasis> > tmp_pathpw; // pathv-> sbasis local
862 double tlength; // length of tmp_pathpw
866 tmp_pathpw.concat(pathv[i].toPwSb());
868 tlength = length(tmp_pathpw, 0.1);
869 tmp_pathpw2 = arc_length_parametrization(tmp_pathpw);
H A Demf-print.cpp1439 Geom::Piecewise<Geom::D2<Geom::SBasis> > tmp_pathpw; // pathv-> sbasis local
1445 double tlength; // length of tmp_pathpw
1449 tmp_pathpw.concat(pathv[i].toPwSb());
1451 tlength = length(tmp_pathpw, 0.1);
1452 tmp_pathpw2 = arc_length_parametrization(tmp_pathpw);

Completed in 19 milliseconds