Lines Matching refs:top
32 top = 0; in makeInvalid()
39 if (top<rhs.top) { in operator <()
41 } else if (top == rhs.top) { in operator <()
60 bottom -= top - y; in offsetTo()
62 top = y; in offsetTo()
69 top += y; in offsetBy()
77 const Rect result(left+rhs.x, top+rhs.y, right+rhs.x, bottom+rhs.y); in operator +()
83 const Rect result(left-rhs.x, top-rhs.y, right-rhs.x, bottom-rhs.y); in operator -()
90 result->top = max(top, with.top); in intersect()
99 result = Rect(width - result.right, result.top, in transform()
104 result.right, height - result.top); in transform()
108 int top = result.left; in transform() local
109 int right = height - result.top; in transform()
111 result = Rect(left, top, right, bottom); in transform()