Home | History | Annotate | Download | only in ui

Lines Matching refs:top

32     top = 0;
39 if (top<rhs.top) {
41 } else if (top == rhs.top) {
60 bottom -= top - y;
62 top = y;
69 top += y;
77 const Rect result(left+rhs.x, top+rhs.y, right+rhs.x, bottom+rhs.y);
83 const Rect result(left-rhs.x, top-rhs.y, right-rhs.x, bottom-rhs.y);
90 result->top = max(top, with.top);
99 result = Rect(width - result.right, result.top,
104 result.right, height - result.top);
108 int top = result.left;
109 int right = height - result.top;
111 result = Rect(left, top, right, bottom);