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

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

Completed in 112 milliseconds