Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DRegion.cpp46 op_and = region_operator<Rect>::op_and, enumerator
292 return operationSelf(r, op_and); in andSelf()
312 return operationSelf(rhs, op_and); in andSelf()
337 return operation(rhs, op_and); in intersect()
357 return operation(rhs, op_and); in intersect()
383 return operationSelf(rhs, dx, dy, op_and); in andSelf()
403 return operation(rhs, dx, dy, op_and); in intersect()
648 case op_and: sk_op = SkRegion::kIntersect_Op; name="AND"; break; in boolean_operation()
/frameworks/native/include/private/ui/
DRegionHelper.h47 op_and = LHS & RHS, enumerator