Lines Matching refs:top
35 top = 0; in makeInvalid()
41 if (top < rhs.top) { in operator <()
43 } else if (top == rhs.top) { in operator <()
61 bottom -= top - y; in offsetTo()
63 top = y; in offsetTo()
69 top += y; in offsetBy()
77 this->top += _top; 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 -()
95 result->top = max(top, with.top); in intersect()
104 result = Rect(width - result.right, result.top, width - result.left, in transform()
109 height - result.top); in transform()
113 int top = result.left; in transform() local
114 int right = height - result.top; in transform()
116 result = Rect(left, top, right, bottom); in transform()
126 mask |= (exclude.top > top) ? 2 : 0; in reduce()
140 result.bottom = min(result.bottom, exclude.top); in reduce()
144 result.top = max(result.top, exclude.bottom); in reduce()