Searched defs:UnionOperation (Results 1 – 1 of 1) sorted by relevance
326 struct Region::Shape::UnionOperation { struct in WebKit::Region::Shape327 static bool trySimpleOperation(const Shape& shape1, const Shape& shape2, Shape& result) in trySimpleOperation()342 static const int opCode = 0;344 static const bool shouldAddRemainingSegmentsFromSpan1 = true;345 static const bool shouldAddRemainingSegmentsFromSpan2 = true;346 static const bool shouldAddRemainingSpansFromShape1 = true;347 static const bool shouldAddRemainingSpansFromShape2 = true;