Lines Matching refs:bottom
56 bottom = static_cast<int32_t>(h);
63 bottom = b;
70 bottom = rb.y;
76 left = top = right = bottom = 0;
96 return bottom - top;
100 return Rect(right - left, bottom - top);
110 bottom = rb.y;
118 return Point(right, bottom);
124 return Point(left, bottom);
130 (right == rhs.right) && (bottom == rhs.bottom);
153 bottom -= top;