Lines Matching defs:portion
585 * An extra stitching segment will be inserted if the start point of the portion
600 * This method is for use in situations where endpoints of the portion segments
605 Path portion(Coord f, Coord t) const {
612 Path portion(Interval const &i) const { return portion(i.min(), i.max()); }
615 * When @a from is larger (later in the path) than @a to, the returned portion
616 * will be reversed. If @a cross_start is true, the portion will be reversed
618 * than @a to and @a cross_start is true, the returned portion will not be reversed,
620 Path portion(PathTime const &from, PathTime const &to, bool cross_start = false) const {
629 Path portion(PathInterval const &ival) const {