Home
last modified time | relevance | path

Searched defs:shape2 (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRegion.cpp403 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()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_x11_unittest.cc280 gfx::Path shape2; in TEST_F() local