Searched refs:SetByBounds (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/ui/gfx/geometry/ |
D | rect_conversions.cc | 22 result.SetByBounds(left, top, right, bottom); in ToEnclosingRect() 28 result.SetByBounds(ToCeiledInt(rect.x()), ToCeiledInt(rect.y()), in ToEnclosedRect() 52 result.SetByBounds(min_x, min_y, max_x, max_y); in ToNearestRect()
|
D | rect.cc | 102 void Rect::SetByBounds(int left, int top, int right, int bottom) { in SetByBounds() function in gfx::Rect 191 SetByBounds(left, top, new_right, new_bottom); in Intersect() 202 SetByBounds(std::min(x(), rect.x()), std::min(y(), rect.y()), in Union() 235 SetByBounds(rx, ry, rr, rb); in Subtract() 339 result.SetByBounds(std::min(p1.x(), p2.x()), std::min(p1.y(), p2.y()), in BoundingRect()
|
D | rect.h | 118 void SetByBounds(int left, int top, int right, int bottom);
|