ShapeIntervals     89 Source/core/rendering/shapes/ShapeInterval.h     typedef typename ShapeIntervals::const_iterator const_iterator;
ShapeIntervals     90 Source/core/rendering/shapes/ShapeInterval.h     typedef typename ShapeIntervals::iterator iterator;
ShapeIntervals     92 Source/core/rendering/shapes/ShapeInterval.h     static void uniteShapeIntervals(const ShapeIntervals& a, const ShapeIntervals& b, ShapeIntervals& result)
ShapeIntervals    118 Source/core/rendering/shapes/ShapeInterval.h     static void intersectShapeIntervals(const ShapeIntervals& a, const ShapeIntervals& b, ShapeIntervals& result)
ShapeIntervals    146 Source/core/rendering/shapes/ShapeInterval.h     static void subtractShapeIntervals(const ShapeIntervals& a, const ShapeIntervals& b, ShapeIntervals& result)
ShapeIntervals    224 Source/core/rendering/shapes/ShapeInterval.h     static bool shapeIntervalsAreSortedAndDisjoint(const ShapeIntervals& intervals)