Home | History | Annotate | Download | only in ui

Lines Matching full:right

32     right = -1;
47 if (right<rhs.right) {
58 right -= left - x;
69 right+= x;
76 const Rect result(left+rhs.x, top+rhs.y, right+rhs.x, bottom+rhs.y);
82 const Rect result(left-rhs.x, top-rhs.y, right-rhs.x, bottom-rhs.y);
90 result->right = min(right, with.right);