Lines Matching refs:bottom
38 bottom = -1; in makeInvalid()
48 if (bottom < rhs.bottom) { in operator <()
50 } else if (bottom == rhs.bottom) { in operator <()
62 bottom -= top - y; in offsetTo()
72 bottom += y; in offsetBy()
80 this->bottom -= _bottom; in inset()
85 const Rect result(left + rhs.x, top + rhs.y, right + rhs.x, bottom + rhs.y); in operator +()
90 const Rect result(left - rhs.x, top - rhs.y, right - rhs.x, bottom - rhs.y); in operator -()
98 result->bottom = min(bottom, with.bottom); in intersect()
106 result.bottom); in transform()
109 result = Rect(result.left, height - result.bottom, result.right, in transform()
113 int left = height - result.bottom; in transform()
116 int bottom = result.right; in transform() local
117 result = Rect(left, top, right, bottom); in transform()
129 mask |= (exclude.bottom < bottom) ? 8 : 0; in reduce()
141 result.bottom = min(result.bottom, exclude.top); in reduce()
145 result.top = max(result.top, exclude.bottom); in reduce()
155 rect.bottom); in to_string()