Lines Matching refs:top
38 left = top = 0; right = w; bottom = h;
41 left = l; top = t; right = r; bottom = b;
44 left = lt.x; top = lt.y; right = rb.x; bottom = rb.y;
50 left = top = right = bottom = 0;
74 return bottom-top;
79 top = lt.y;
89 return Point(left, top);
95 return Point(right, top);
103 return (left == rhs.left) && (top == rhs.top) &&
117 bottom -= top;
118 left = top = 0;