Lines Matching defs:path_size
60 PathInterval::PathInterval(PathTime const &from, PathTime const &to, bool cross_start, size_type path_size)
63 , _path_size(path_size)
206 PathInterval PathInterval::from_direction(PathTime const &from, PathTime const &to, bool reversed, size_type path_size)
211 result._path_size = path_size;
214 result._to.normalizeForward(path_size);
216 result._from.normalizeBackward(path_size);
219 result._from.normalizeForward(path_size);
221 result._to.normalizeBackward(path_size);
753 size_type path_size = size_closed();
754 for (size_type i = 0; i < path_size; ++i) {