Searched refs:op_and (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/ui/ |
D | Region.cpp | 46 op_and = region_operator<Rect>::op_and, enumerator 281 return operationSelf(r, op_and); in andSelf() 301 return operationSelf(rhs, op_and); in andSelf() 326 return operation(rhs, op_and); in intersect() 346 return operation(rhs, op_and); in intersect() 372 return operationSelf(rhs, dx, dy, op_and); in andSelf() 392 return operation(rhs, dx, dy, op_and); in intersect() 615 case op_and: sk_op = SkRegion::kIntersect_Op; name="AND"; break; in boolean_operation()
|
/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 44 op_and = LHS & RHS, enumerator
|