Home | History | Annotate | Download | only in ui

Lines Matching full:right

30     int right;
41 : left(0), top(0), right(w), bottom(h) {
44 : left(l), top(t), right(r), bottom(b) {
47 : left(lt.x), top(lt.y), right(rb.x), bottom(rb.y) {
53 left = top = right = bottom = 0;
72 return right-left;
86 right = rb.x;
95 return Point(right, bottom);
98 return Point(right, top);
107 (right == rhs.right) && (bottom == rhs.bottom);
119 right -= left;