Home | History | Annotate | Download | only in ui

Lines Matching refs:right

33     right = -1;
47 if (right < rhs.right) {
57 right -= left - x;
67 right += x;
73 const Rect result(left + rhs.x, top + rhs.y, right + rhs.x, bottom + rhs.y);
78 const Rect result(left - rhs.x, top - rhs.y, right - rhs.x, bottom - rhs.y);
85 result->right = min(right, with.right);
93 result = Rect(width - result.right, result.top, width - result.left,
97 result = Rect(result.left, height - result.bottom, result.right,
103 int right = height - result.top;
104 int bottom = result.right;
105 result = Rect(left, top, right, bottom);
116 mask |= (exclude.right < right) ? 4 : 0;
127 result.right = exclude.left;
131 result.left = exclude.right;