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

/inkscape/src/2geom/
H A Dpath.h127 struct PathTime struct in namespace:Geom
128 : boost::totally_ordered<PathTime>
135 PathTime() : t(0), curve_index(0) {} function in struct:Geom::PathTime
136 PathTime(size_type idx, Coord tval) : t(tval), curve_index(idx) {} function in struct:Geom::PathTime
138 bool operator<(PathTime const &other) const {
145 bool operator==(PathTime const &other) const {
166 inline std::ostream &operator<<(std::ostream &os, PathTime const &pos) {
193 PathInterval(PathTime const &from, PathTime const &to, bool cross_start, size_type path_size);
196 PathTime cons
[all...]

Completed in 12 milliseconds