Home
last modified time | relevance | path

Searched refs:subtractedShape (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRegion.cpp598 Shape subtractedShape = Shape::subtractShapes(m_shape, region.m_shape); in subtract() local
600 m_shape.swap(subtractedShape); in subtract()