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

  /external/webkit/Source/WebKit2/Platform/
Region.cpp 235 Region::Shape Region::Shape::shapeOperation(const Shape& shape1, const Shape& shape2)
352 return shapeOperation<UnionOperation>(shape1, shape2);
381 return shapeOperation<IntersectOperation>(shape1, shape2);
406 return shapeOperation<SubtractOperation>(shape1, shape2);
Region.h 100 static Shape shapeOperation(const Shape& shape1, const Shape& shape2);

Completed in 105 milliseconds