Lines Matching refs:bottom
59 bottom = static_cast<int32_t>(h);
66 bottom = b;
73 bottom = rb.y;
82 bottom = static_cast<int32_t>(floatRect.bottom + 0.5f);
89 bottom = size.height;
95 left = top = right = bottom = 0;
117 return bottom - top;
124 return Rect(right - left, bottom - top);
134 bottom = rb.y;
142 return Point(right, bottom);
148 return Point(left, bottom);
154 (right == rhs.right) && (bottom == rhs.bottom);
177 bottom -= top;
207 return Rect(FloatRect(left * scaleX, top * scaleY, right * scaleX, bottom * scaleY));
225 static_cast<float>(right), static_cast<float>(bottom)};
242 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);