Searched refs:low_horizontal_bounds (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/ui/gfx/geometry/ |
D | r_tree_unittest.cc | 405 RTreeRects low_horizontal_bounds; in TEST_F() local 428 low_horizontal_bounds.push_back(Rect(0, 0, 5, 1)); in TEST_F() 430 low_horizontal_bounds.push_back(Rect(0, 0, 5, 6)); in TEST_F() 443 2, 3, low_horizontal_bounds, high_horizontal_bounds); in TEST_F() 454 RTreeRects low_horizontal_bounds; in TEST_F() local 488 low_horizontal_bounds.push_back(Rect(0, 0, i + 1, 5)); in TEST_F() 495 2, 3, low_horizontal_bounds, high_horizontal_bounds); in TEST_F() 501 2, 5, low_horizontal_bounds, high_horizontal_bounds)); in TEST_F()
|
D | r_tree_base.cc | 217 Rects low_horizontal_bounds; in Split() local 221 &low_horizontal_bounds); in Split() 236 low_horizontal_bounds, in Split() 245 is_vertical_split ? low_vertical_bounds : low_horizontal_bounds); in Split()
|