Lines Matching refs:bottom
37 left = right = top = bottom = 0; in Rect()
43 bottom = h; in Rect()
50 bottom = b; in Rect()
57 bottom = rb.y; in Rect()
63 left = top = right = bottom = 0; in clear()
83 return bottom - top; in getHeight()
87 return Rect(right - left, bottom - top); in getBounds()
97 bottom = rb.y; in setRightBottom()
105 return Point(right, bottom); in rightBottom()
111 return Point(left, bottom); in leftBottom()
117 (right == rhs.right) && (bottom == rhs.bottom);
140 bottom -= top; in offsetToOrigin()