Lines Matching defs:rhs
74 Region::Region(const Region& rhs) in Region()
82 Region::Region(const Rect& rhs) { in Region()
220 Region& Region::operator = (const Region& rhs) in operator =()
315 Region& Region::orSelf(const Region& rhs) { in orSelf()
318 Region& Region::xorSelf(const Region& rhs) { in xorSelf()
321 Region& Region::andSelf(const Region& rhs) { in andSelf()
324 Region& Region::subtractSelf(const Region& rhs) { in subtractSelf()
327 Region& Region::operationSelf(const Region& rhs, uint32_t op) { in operationSelf()
366 const Region Region::operation(const Rect& rhs, uint32_t op) const { in operation() argument
386 const Region Region::operation(const Region& rhs, uint32_t op) const { in operation() argument
400 Region& Region::orSelf(const Region& rhs, int dx, int dy) { in orSelf()
403 Region& Region::xorSelf(const Region& rhs, int dx, int dy) { in xorSelf()
406 Region& Region::andSelf(const Region& rhs, int dx, int dy) { in andSelf()
409 Region& Region::subtractSelf(const Region& rhs, int dx, int dy) { in subtractSelf()
412 Region& Region::operationSelf(const Region& rhs, int dx, int dy, uint32_t op) { in operationSelf()
420 const Region Region::merge(const Region& rhs, int dx, int dy) const { in merge() argument
423 const Region Region::mergeExclusive(const Region& rhs, int dx, int dy) const { in mergeExclusive() argument
426 const Region Region::intersect(const Region& rhs, int dx, int dy) const { in intersect() argument
429 const Region Region::subtract(const Region& rhs, int dx, int dy) const { in subtract() argument
432 const Region Region::operation(const Region& rhs, int dx, int dy, uint32_t op) const { in operation() argument
462 static inline T min(T rhs, T lhs) { return rhs < lhs ? rhs : lhs; } in min()
464 static inline T max(T rhs, T lhs) { return rhs > lhs ? rhs : lhs; } in max()
620 const Region& rhs, int dx, int dy) in boolean_operation()
730 const Rect& rhs, int dx, int dy) in boolean_operation()
758 const Region& lhs, const Region& rhs) in boolean_operation()
764 const Region& lhs, const Rect& rhs) in boolean_operation()