Searched defs:shape2 (Results 1 – 2 of 2) sorted by relevance
403 Region::Shape Region::Shape::shapeOperation(const Shape& shape1, const Shape& shape2) in shapeOperation()522 Region::Shape Region::Shape::unionShapes(const Shape& shape1, const Shape& shape2) in unionShapes()541 Region::Shape Region::Shape::intersectShapes(const Shape& shape1, const Shape& shape2) in intersectShapes()560 Region::Shape Region::Shape::subtractShapes(const Shape& shape1, const Shape& shape2) in subtractShapes()
280 gfx::Path shape2; in TEST_F() local