Lines Matching refs:right
36 right = -1; in makeInvalid()
50 if (right < rhs.right) { in operator <()
60 right -= left - x; in offsetTo()
70 right += x; in offsetBy()
78 this->right -= _right; in inset()
84 const Rect result(left + rhs.x, top + rhs.y, right + rhs.x, bottom + rhs.y); in operator +()
89 const Rect result(left - rhs.x, top - rhs.y, right - rhs.x, bottom - rhs.y); in operator -()
96 result->right = min(right, with.right); in intersect()
104 result = Rect(width - result.right, result.top, width - result.left, in transform()
108 result = Rect(result.left, height - result.bottom, result.right, in transform()
114 int right = height - result.top; in transform() local
115 int bottom = result.right; in transform()
116 result = Rect(left, top, right, bottom); in transform()
127 mask |= (exclude.right < right) ? 4 : 0; in reduce()
138 result.right = min(result.right, exclude.left); in reduce()
142 result.left = max(result.left, exclude.right); in reduce()