Home
last modified time | relevance | path

Searched refs:op_nand (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/ui/
DRegion.cpp55 op_nand = region_operator<Rect>::op_nand, enumerator
305 return operationSelf(r, op_nand); in subtractSelf()
325 return operationSelf(rhs, op_nand); in subtractSelf()
364 return operation(rhs, op_nand); in subtract()
384 return operation(rhs, op_nand); in subtract()
410 return operationSelf(rhs, dx, dy, op_nand); in subtractSelf()
430 return operation(rhs, dx, dy, op_nand); in subtract()
675 case op_nand: sk_op = SkRegion::kDifference_Op; name="NAND"; break; in boolean_operation()
/frameworks/native/include/private/ui/
DRegionHelper.h46 op_nand = LHS & ~RHS, enumerator