Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DRegion.cpp45 op_nand = region_operator<Rect>::op_nand, enumerator
284 return operationSelf(r, op_nand); in subtractSelf()
304 return operationSelf(rhs, op_nand); in subtractSelf()
329 return operation(rhs, op_nand); in subtract()
349 return operation(rhs, op_nand); in subtract()
375 return operationSelf(rhs, dx, dy, op_nand); in subtractSelf()
395 return operation(rhs, dx, dy, op_nand); in subtract()
616 case op_nand: sk_op = SkRegion::kDifference_Op; name="NAND"; break; in boolean_operation()
/frameworks/native/include/private/ui/
DRegionHelper.h43 op_nand = LHS & ~RHS, enumerator