Home | History | Annotate | Download | only in ui

Lines Matching refs:bottom

37     bottom = -1;
47 if (bottom < rhs.bottom) {
49 } else if (bottom == rhs.bottom) {
61 bottom -= top - y;
71 bottom += y;
76 const Rect result(left + rhs.x, top + rhs.y, right + rhs.x, bottom + rhs.y);
81 const Rect result(left - rhs.x, top - rhs.y, right - rhs.x, bottom - rhs.y);
89 result->bottom = min(bottom, with.bottom);
97 result.bottom);
100 result = Rect(result.left, height - result.bottom, result.right,
104 int left = height - result.bottom;
107 int bottom = result.right;
108 result = Rect(left, top, right, bottom);
120 mask |= (exclude.bottom < bottom) ? 8 : 0;
132 result.bottom = min(result.bottom, exclude.top);
136 result.top = max(result.top, exclude.bottom);