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