FloatShapeInterval  188 Source/core/rendering/shapes/PolygonShape.cpp         result.append(FloatShapeInterval(x, x));
FloatShapeInterval  268 Source/core/rendering/shapes/PolygonShape.cpp static bool compareX1(const FloatShapeInterval a, const FloatShapeInterval& b) { return a.x1() < b.x1(); }
FloatShapeInterval  275 Source/core/rendering/shapes/PolygonShape.cpp         const FloatShapeInterval& thisInterval = intervals[i];
FloatShapeInterval  276 Source/core/rendering/shapes/PolygonShape.cpp         FloatShapeInterval& previousInterval = intervals[i - 1];
FloatShapeInterval  316 Source/core/rendering/shapes/PolygonShape.cpp             result.append(FloatShapeInterval(x1, x2));
FloatShapeInterval  336 Source/core/rendering/shapes/PolygonShape.cpp     FloatShapeInterval::uniteShapeIntervals(y1XIntervals, y2XIntervals, mergedIntervals);
FloatShapeInterval  342 Source/core/rendering/shapes/PolygonShape.cpp     FloatShapeInterval::uniteShapeIntervals(mergedIntervals, edgeIntervals, excludedIntervals);
FloatShapeInterval  345 Source/core/rendering/shapes/PolygonShape.cpp         const FloatShapeInterval& interval = excludedIntervals[i];
FloatShapeInterval  239 Source/core/rendering/shapes/ShapeInterval.h typedef Vector<FloatShapeInterval> FloatShapeIntervals;