Searched refs:stitch (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/display/ |
H A D | nr-filter-turbulence.cpp | 49 void init(long seed, Geom::Rect const &tile, Geom::Point const &freq, bool stitch, argument 58 _stitchTiles = stitch; 194 // Update stitch values. Subtracting PerlinOffset before the multiplication and
|
/inkscape/src/2geom/ |
H A D | path.h | 362 Path(Iter first, Iter last, bool closed = false, bool stitch = false) 365 , _exception_on_stitch(!stitch) 837 void stitch(Sequence::iterator first_replaced, Sequence::iterator last_replaced, Sequence &sequence);
|
/inkscape/src/live_effects/ |
H A D | lpe-rough-hatches.cpp | 308 D2<SBasis> stitch( SBasis( 1, Linear(end[X],start[X]) ), SBasis( 1, Linear(end[Y],start[Y]) ) ); 309 transformed_pwd2_in.push_seg( stitch );
|
Completed in 170 milliseconds