Searched refs:Sequence (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/2geom/
H A Dpath.h56 typedef boost::ptr_vector<Curve> Sequence; typedef in namespace:Geom::PathInternal
59 Sequence curves;
130 typedef PathInternal::Sequence::size_type size_type;
179 typedef PathInternal::Sequence::size_type size_type;
278 /** @brief Sequence of contiguous curves, aka spline.
326 typedef PathInternal::Sequence Sequence; typedef in class:Geom::Path
329 typedef Sequence::size_type size_type;
330 typedef Sequence::difference_type difference_type;
648 Sequence
[all...]
H A Dpathvector.h100 /** @brief Sequence of subpaths.
123 typedef std::vector<Path> Sequence; typedef in class:Geom::PathVector
126 typedef Sequence::iterator iterator;
127 typedef Sequence::const_iterator const_iterator;
128 typedef Sequence::size_type size_type;
280 Sequence _data;
H A Dpath.cpp311 Sequence::iterator last = _data->curves.end() - 2;
851 typedef std::reverse_iterator<Sequence::const_iterator> RIter;
890 Sequence::iterator seq_pos(seq_iter(pos));
891 Sequence source;
899 Sequence::iterator seq_pos(seq_iter(pos));
901 Sequence stitched;
908 Sequence::iterator seq_first = seq_iter(first);
909 Sequence::iterator seq_last = seq_iter(last);
911 Sequence stitched;
934 Sequence
[all...]

Completed in 25 milliseconds