Home
last modified time | relevance | path

Searched refs:unionShapes (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRegion.h94 static Shape unionShapes(const Shape& shape1, const Shape& shape2);
DRegion.cpp501 Region::Shape Region::Shape::unionShapes(const Shape& shape1, const Shape& shape2) in unionShapes() function in WebCore::Region::Shape
583 Shape unitedShape = Shape::unionShapes(m_shape, region.m_shape); in unite()