HomeSort by relevance Sort by last modified time
    Searched refs:horizontal_bounds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/geometry/
r_tree_base.h 211 Rects* horizontal_bounds);
220 Rects* horizontal_bounds);
r_tree_base.cc 302 Rects* horizontal_bounds) {
313 horizontal_bounds->reserve(horizontal_sort.size());
318 horizontal_bounds->push_back(horizontal_bounds_rect);
327 Rects* horizontal_bounds) {
340 horizontal_bounds->reserve(horizontal_sort.size());
346 horizontal_bounds->push_back(horizontal_bounds_rect);
348 std::reverse(horizontal_bounds->begin(), horizontal_bounds->end());
r_tree_unittest.cc 146 RTreeRects* horizontal_bounds) {
148 vertical_sort, horizontal_sort, vertical_bounds, horizontal_bounds);
154 RTreeRects* horizontal_bounds) {
156 vertical_sort, horizontal_sort, vertical_bounds, horizontal_bounds);
377 RTreeRects horizontal_bounds; local
379 records.get(), records.get(), &vertical_bounds, &horizontal_bounds);
382 EXPECT_EQ(records[i]->rect(), horizontal_bounds[i]);
393 RTreeRects horizontal_bounds; local
395 records.get(), records.get(), &vertical_bounds, &horizontal_bounds);
398 EXPECT_EQ(records[i]->rect(), horizontal_bounds[i])
    [all...]

Completed in 368 milliseconds