Home | History | Annotate | Download | only in ui

Lines Matching full:left

30     left = 0;
41 if (left < rhs.left) {
43 } else if (left == rhs.left) {
58 right -= left - x;
60 left = x;
67 left += 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);
88 result->left = max(left, with.left);