Home | History | Annotate | Download | only in ui

Lines Matching refs:right

37       left = right = top = bottom = 0;
42 right = w;
49 right = r;
56 right = rb.x;
63 left = top = right = bottom = 0;
78 return right - left;
87 return Rect(right - left, bottom - top);
96 right = rb.x;
105 return Point(right, bottom);
108 return Point(right, top);
117 (right == rhs.right) && (bottom == rhs.bottom);
139 right -= left;