Searched refs:SplitVertically (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/ui/gfx/geometry/ |
D | rect_unittest.cc | 306 TEST(RectTest, SplitVertically) { in TEST() argument 310 Rect(0, 0, 20, 20).SplitVertically(&left_half, &right_half); in TEST() 315 Rect(10, 10, 20, 10).SplitVertically(&left_half, &right_half); in TEST() 320 Rect(10, 10, 0, 10).SplitVertically(&left_half, &right_half); in TEST() 325 Rect(10, 10, 5, 10).SplitVertically(&left_half, &right_half); in TEST()
|
D | rect_f.h | 153 void SplitVertically(RectF* left_half, RectF* right_half) const;
|
D | rect_f.cc | 186 void RectF::SplitVertically(RectF* left_half, RectF* right_half) const { in SplitVertically() function in gfx::RectF
|
D | rect.cc | 260 void Rect::SplitVertically(Rect* left_half, Rect* right_half) const { in SplitVertically() function in gfx::Rect
|
D | rect.h | 193 void SplitVertically(Rect* left_half, Rect* right_half) const;
|