Lines Matching defs:rhs
64 Region::Region(const Region& rhs) in Region()
72 Region::Region(const Rect& rhs) { in Region()
210 Region& Region::operator = (const Region& rhs) in operator =()
305 Region& Region::orSelf(const Region& rhs) { in orSelf()
308 Region& Region::xorSelf(const Region& rhs) { in xorSelf()
311 Region& Region::andSelf(const Region& rhs) { in andSelf()
314 Region& Region::subtractSelf(const Region& rhs) { in subtractSelf()
317 Region& Region::operationSelf(const Region& rhs, uint32_t op) { in operationSelf()
342 const Region Region::operation(const Rect& rhs, uint32_t op) const { in operation() argument
362 const Region Region::operation(const Region& rhs, uint32_t op) const { in operation() argument
376 Region& Region::orSelf(const Region& rhs, int dx, int dy) { in orSelf()
379 Region& Region::xorSelf(const Region& rhs, int dx, int dy) { in xorSelf()
382 Region& Region::andSelf(const Region& rhs, int dx, int dy) { in andSelf()
385 Region& Region::subtractSelf(const Region& rhs, int dx, int dy) { in subtractSelf()
388 Region& Region::operationSelf(const Region& rhs, int dx, int dy, uint32_t op) { in operationSelf()
396 const Region Region::merge(const Region& rhs, int dx, int dy) const { in merge() argument
399 const Region Region::mergeExclusive(const Region& rhs, int dx, int dy) const { in mergeExclusive() argument
402 const Region Region::intersect(const Region& rhs, int dx, int dy) const { in intersect() argument
405 const Region Region::subtract(const Region& rhs, int dx, int dy) const { in subtract() argument
408 const Region Region::operation(const Region& rhs, int dx, int dy, uint32_t op) const { in operation() argument
438 static inline T min(T rhs, T lhs) { return rhs < lhs ? rhs : lhs; } in min()
440 static inline T max(T rhs, T lhs) { return rhs > lhs ? rhs : lhs; } in max()
588 const Region& rhs, int dx, int dy) in boolean_operation()
698 const Rect& rhs, int dx, int dy) in boolean_operation()
726 const Region& lhs, const Region& rhs) in boolean_operation()
732 const Region& lhs, const Rect& rhs) in boolean_operation()