Lines Matching refs:bottom
42 bottom = h; in Rect()
49 bottom = b; in Rect()
56 bottom = rb.y; in Rect()
62 left = top = right = bottom = 0; in clear()
82 return bottom - top; in getHeight()
86 return Rect(right - left, bottom - top); in getBounds()
96 bottom = rb.y; in setRightBottom()
104 return Point(right, bottom); in rightBottom()
110 return Point(left, bottom); in leftBottom()
116 (right == rhs.right) && (bottom == rhs.bottom);
139 bottom -= top; in offsetToOrigin()