VertexMinY 70 Source/core/rendering/shapes/PolygonShape.cpp intersectionType = VertexMinY; VertexMinY 164 Source/core/rendering/shapes/PolygonShape.cpp if (intersection.type != VertexMinY && intersection.type != VertexMaxY) VertexMinY 171 Source/core/rendering/shapes/PolygonShape.cpp if ((intersection.type == VertexMinY && (thisEdge.vertex1().y() < thisEdge.vertex2().y())) VertexMinY 228 Source/core/rendering/shapes/PolygonShape.cpp if ((thisIntersection.point.x() == nextIntersection.point.x()) && (thisIntersection.type == VertexMinY || thisIntersection.type == VertexMaxY)) {