Searched refs:op_and (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/ui/ |
D | Region.cpp | 56 op_and = region_operator<Rect>::op_and, enumerator 302 return operationSelf(r, op_and); in andSelf() 322 return operationSelf(rhs, op_and); in andSelf() 361 return operation(rhs, op_and); in intersect() 381 return operation(rhs, op_and); in intersect() 407 return operationSelf(rhs, dx, dy, op_and); in andSelf() 427 return operation(rhs, dx, dy, op_and); in intersect() 674 case op_and: sk_op = SkRegion::kIntersect_Op; name="AND"; break; in boolean_operation()
|
/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 47 op_and = LHS & RHS, enumerator
|