Searched refs:op_xor (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/ui/ |
D | Region.cpp | 57 op_xor = region_operator<Rect>::op_xor enumerator 323 return operationSelf(r, op_xor); in xorSelf() 347 return operationSelf(rhs, op_xor); in xorSelf() 386 return operation(rhs, op_xor); in mergeExclusive() 406 return operation(rhs, op_xor); in mergeExclusive() 432 return operationSelf(rhs, dx, dy, op_xor); in xorSelf() 452 return operation(rhs, dx, dy, op_xor); in mergeExclusive() 701 case op_xor: sk_op = SkRegion::kUnion_XOR; name="XOR"; break; in boolean_operation()
|
/frameworks/native/libs/ui/include_private/ui/ |
D | RegionHelper.h | 44 enum { op_nand = LHS & ~RHS, op_and = LHS & RHS, op_or = LHS | RHS, op_xor = LHS ^ RHS }; enumerator
|