Searched refs:unionShapes (Results 1 – 2 of 2) sorted by relevance
94 static Shape unionShapes(const Shape& shape1, const Shape& shape2);
501 Region::Shape Region::Shape::unionShapes(const Shape& shape1, const Shape& shape2) in unionShapes() function in WebCore::Region::Shape583 Shape unitedShape = Shape::unionShapes(m_shape, region.m_shape); in unite()