EdgeIntersection 52 Source/core/rendering/shapes/PolygonShape.cpp static bool computeXIntersection(const FloatPolygonEdge* edgePointer, float y, EdgeIntersection& result) EdgeIntersection 162 Source/core/rendering/shapes/PolygonShape.cpp static inline bool getVertexIntersectionVertices(const EdgeIntersection& intersection, FloatPoint& prevVertex, FloatPoint& thisVertex, FloatPoint& nextVertex) EdgeIntersection 195 Source/core/rendering/shapes/PolygonShape.cpp static bool compareEdgeIntersectionX(const EdgeIntersection& intersection1, const EdgeIntersection& intersection2) EdgeIntersection 208 Source/core/rendering/shapes/PolygonShape.cpp Vector<EdgeIntersection> intersections; EdgeIntersection 209 Source/core/rendering/shapes/PolygonShape.cpp EdgeIntersection intersection; EdgeIntersection 225 Source/core/rendering/shapes/PolygonShape.cpp const EdgeIntersection& thisIntersection = intersections[index]; EdgeIntersection 227 Source/core/rendering/shapes/PolygonShape.cpp const EdgeIntersection& nextIntersection = intersections[index + 1]; EdgeIntersection 292 Source/core/rendering/shapes/PolygonShape.cpp EdgeIntersection intersection;