Lines Matching refs:left
34 left = 0; in makeInvalid()
44 if (left < rhs.left) { in operator <()
46 } else if (left == rhs.left) { in operator <()
60 right -= left - x; in offsetTo()
62 left = x; in offsetTo()
68 left += x; in offsetBy()
76 this->left += _left; 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 -()
94 result->left = max(left, with.left); 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()
112 int left = height - result.bottom; in transform() local
113 int top = result.left; in transform()
116 result = Rect(left, top, right, bottom); in transform()
125 mask |= (exclude.left > left) ? 1 : 0; in reduce()
138 result.right = min(result.right, exclude.left); in reduce()
142 result.left = max(result.left, exclude.right); in reduce()