Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DRegion.cpp54 op_nand = region_operator<Rect>::op_nand, enumerator
329 return operationSelf(r, op_nand); in subtractSelf()
353 return operationSelf(rhs, op_nand); in subtractSelf()
392 return operation(rhs, op_nand); in subtract()
412 return operation(rhs, op_nand); in subtract()
438 return operationSelf(rhs, dx, dy, op_nand); in subtractSelf()
458 return operation(rhs, dx, dy, op_nand); in subtract()
703 case op_nand: sk_op = SkRegion::kDifference_Op; name="NAND"; break; in boolean_operation()
/frameworks/native/libs/ui/include_private/ui/
DRegionHelper.h44 enum { op_nand = LHS & ~RHS, op_and = LHS & RHS, op_or = LHS | RHS, op_xor = LHS ^ RHS }; enumerator