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

  /external/chromium_org/ui/gfx/geometry/
r_tree_base.cc 244 const Rects& low_bounds(
249 ChooseSplitIndex(min_children, end_index, low_bounds, high_bounds);
253 return DivideChildren(low_bounds, high_bounds, sort, split_index);
353 const Rects& low_bounds,
355 DCHECK_EQ(low_bounds.size(), high_bounds.size());
358 low_bounds[start_index], high_bounds[start_index]).size().GetArea();
359 int smallest_combined_area = low_bounds[start_index].size().GetArea() +
364 UnionRects(low_bounds[p], high_bounds[p]).size().GetArea();
366 low_bounds[p].size().GetArea() + high_bounds[p].size().GetArea();
384 const Rects& low_bounds,
    [all...]
r_tree_base.h 174 const Rects& low_bounds,
189 const Rects& low_bounds,
236 const Rects& low_bounds,
r_tree_unittest.cc 161 const RTreeRects& low_bounds,
164 start_index, end_index, low_bounds, high_bounds);
169 const RTreeRects& low_bounds,
172 min_children, max_children, low_bounds, high_bounds);
177 const RTreeRects& low_bounds,
182 low_bounds, high_bounds, sorted_children, split_index);
508 RTreeRects low_bounds; local
515 low_bounds.push_back(Rect(0, 0, i, i));
520 test_node.get(), low_bounds, high_bounds, sorted_children, 5));
    [all...]

Completed in 2055 milliseconds