Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRegion.cpp73 return Shape::compareShapes<Shape::CompareContainsOperation>(m_shape, region.m_shape); in contains()
109 return Shape::compareShapes<Shape::CompareIntersectsOperation>(m_shape, region.m_shape); in intersects()
127 bool Region::Shape::compareShapes(const Shape& aShape, const Shape& bShape) in compareShapes() function in WebCore::Region::Shape
DRegion.h105 static bool compareShapes(const Shape& shape1, const Shape& shape2);