Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRegion.cpp503 struct Region::Shape::UnionOperation { struct in WebCore::Region::Shape
504 static bool trySimpleOperation(const Shape& shape1, const Shape& shape2, Shape& result) in trySimpleOperation()
514 static const int opCode = 0;
516 static const bool shouldAddRemainingSegmentsFromSpan1 = true;
517 static const bool shouldAddRemainingSegmentsFromSpan2 = true;
518 static const bool shouldAddRemainingSpansFromShape1 = true;
519 static const bool shouldAddRemainingSpansFromShape2 = true;