HomeSort by relevance Sort by last modified time
    Searched refs:intersectShapes (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/Platform/
Region.h 84 static Shape intersectShapes(const Shape& shape1, const Shape& shape2);
Region.cpp 379 Region::Shape Region::Shape::intersectShapes(const Shape& shape1, const Shape& shape2)
426 Shape intersectedShape = Shape::intersectShapes(m_shape, region.m_shape);

Completed in 671 milliseconds