Searched refs:op_nand (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/ui/ |
D | Region.cpp | 45 op_nand = region_operator<Rect>::op_nand, enumerator 295 return operationSelf(r, op_nand); in subtractSelf() 315 return operationSelf(rhs, op_nand); in subtractSelf() 340 return operation(rhs, op_nand); in subtract() 360 return operation(rhs, op_nand); in subtract() 386 return operationSelf(rhs, dx, dy, op_nand); in subtractSelf() 406 return operation(rhs, dx, dy, op_nand); in subtract() 642 case op_nand: sk_op = SkRegion::kDifference_Op; name="NAND"; break; in boolean_operation()
|
/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 43 op_nand = LHS & ~RHS, enumerator
|