Lines Matching full:left
28 int left;
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;
81 left = lt.x;
92 return Point(left, top);
101 return Point(left, bottom);
106 return (left == rhs.left) && (top == rhs.top) &&
119 right -= left;
121 left = top = 0;