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()
76 const Rect result(left + rhs.x, top + rhs.y, right + rhs.x, bottom + rhs.y); in operator +()
81 const Rect result(left - rhs.x, top - rhs.y, right - rhs.x, bottom - rhs.y); in operator -()
87 result->top = max(top, with.top); in intersect()
96 result = Rect(width - result.right, result.top, width - result.left, in transform()
101 height - result.top); in transform()
105 int top = result.left; in transform() local
106 int right = height - result.top; in transform()
108 result = Rect(left, top, right, bottom); in transform()
118 mask |= (exclude.top > top) ? 2 : 0; in reduce()
132 result.bottom = min(result.bottom, exclude.top); in reduce()
136 result.top = max(result.top, exclude.bottom); in reduce()