Lines Matching full:bottom
46 Inset(insets.left(), insets.top(), insets.right(), insets.bottom()); in Inset()
49 void RectF::Inset(float left, float top, float right, float bottom) { in Inset() argument
52 set_height(std::max(height() - top - bottom, 0.0f)); in Inset()
70 bottom() - inner.bottom(), in InsetsFrom()
85 point_y < bottom(); in Contains()
90 rect.bottom() <= bottom(); in Contains()
95 rect.right() > x() && rect.y() < bottom() && rect.bottom() > y(); in Intersects()
107 float rb = std::min(bottom(), rect.bottom()); in Intersect()
128 float rb = std::max(bottom(), rect.bottom()); in Union()
144 float rb = bottom(); in Subtract()
146 if (rect.y() <= y() && rect.bottom() >= bottom()) { in Subtract()
156 ry = rect.bottom(); in Subtract()
157 } else if (rect.bottom() >= bottom()) { in Subtract()
199 (y() == rect.bottom() || bottom() == rect.y())); in SharesEdgeWith()
206 std::max<float>(0, std::max(y() - point.y(), point.y() - bottom())); in ManhattanDistanceToPoint()
224 IsExpressibleAsInt(right()) && IsExpressibleAsInt(bottom()); in IsExpressibleAsRect()