Searched refs:op_xor (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/libs/ui/ |
H A 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()
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | DwarfOp.h | 121 bool op_xor();
|
H A D | DwarfOp.cpp | 1463 [OP_XOR] = &DwarfOp<AddressType>::op_xor, 1810 bool DwarfOp<AddressType>::op_xor() { in op_xor() function in unwindstack::DwarfOp
|
/aosp12/frameworks/native/libs/ui/include_private/ui/ |
H A D | RegionHelper.h | 44 enum { op_nand = LHS & ~RHS, op_and = LHS & RHS, op_or = LHS | RHS, op_xor = LHS ^ RHS }; enumerator
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | DwarfOpTest.cpp | 1233 TYPED_TEST_P(DwarfOpTest, op_xor) { in TYPED_TEST_P() argument 1593 op_plus, op_plus_uconst, op_shl, op_shr, op_shra, op_xor, op_bra,
|