Searched defs:cut (Results 1 - 2 of 2) sorted by relevance
| /inkscape/src/live_effects/ |
| H A D | lpe-extrude.cpp | 139 Piecewise<D2<SBasis> > cut = portion(pwd2_in, portion_t, connector_pts[i] ); local 142 // if the path is closed, skip the first cut and add it to the last cut later 145 Piecewise<D2<SBasis> > part = cut; 146 part.continuousConcat(connector + cut.lastValue()); 147 part.continuousConcat(reverse(cut) + extrude_vector.getVector()); 148 part.continuousConcat(reverse(connector) + cut.firstValue()); 152 Piecewise<D2<SBasis> > cut = portion(pwd2_in, portion_t, pwd2_in.domain().max() ); local 153 cut.continuousConcat(portion(pwd2_in, pwd2_in.domain().min(), connector_pts[0] )); 154 Piecewise<D2<SBasis> > part = cut; 160 Piecewise<D2<SBasis> > cut = portion(pwd2_in, portion_t, pwd2_in.domain().max() ); local [all...] |
| /inkscape/src/2geom/ |
| H A D | piecewise.cpp | 130 int compose_findSegIdx(std::map<double,unsigned>::iterator const &cut, argument 134 double t0=(*cut).first; 135 unsigned idx0=(*cut).second;
|
Completed in 948 milliseconds