Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/ui/
H A DRegion.cpp56 op_or = region_operator<Rect>::op_or, enumerator
320 return operationSelf(r, op_or); in orSelf()
344 return operationSelf(rhs, op_or); in orSelf()
383 return operation(rhs, op_or); in merge()
403 return operation(rhs, op_or); in merge()
429 return operationSelf(rhs, dx, dy, op_or); in orSelf()
449 return operation(rhs, dx, dy, op_or); in merge()
700 case op_or: sk_op = SkRegion::kUnion_Op; name="OR"; break; in boolean_operation()
/aosp12/system/unwinding/libunwindstack/
H A DDwarfOp.h115 bool op_or();
H A DDwarfOp.cpp1457 [OP_OR] = &DwarfOp<AddressType>::op_or,
1768 bool DwarfOp<AddressType>::op_or() { in op_or() function in unwindstack::DwarfOp
/aosp12/frameworks/native/libs/ui/include_private/ui/
H A DRegionHelper.h44 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 DDwarfOpTest.cpp1053 TYPED_TEST_P(DwarfOpTest, op_or) { in TYPED_TEST_P() argument
1592 op_and, op_div, op_minus, op_mod, op_mul, op_neg, op_not, op_or,