Lines Matching refs:bottom
34 bottom = -1; in makeInvalid()
44 if (bottom < rhs.bottom) { in operator <()
46 } else if (bottom == rhs.bottom) { in operator <()
58 bottom -= top - y; in offsetTo()
68 bottom += y; in offsetBy()
73 const Rect result(left + rhs.x, top + rhs.y, right + rhs.x, bottom + rhs.y); in operator +()
78 const Rect result(left - rhs.x, top - rhs.y, right - rhs.x, bottom - rhs.y); in operator -()
86 result->bottom = min(bottom, with.bottom); in intersect()
94 result.bottom); in transform()
97 result = Rect(result.left, height - result.bottom, result.right, in transform()
101 int left = height - result.bottom; in transform()
104 int bottom = result.right; in transform() local
105 result = Rect(left, top, right, bottom); in transform()
117 mask |= (exclude.bottom < bottom) ? 8 : 0; in reduce()
129 result.bottom = exclude.top; in reduce()
133 result.top = exclude.bottom; in reduce()