/external/chromium_org/ui/gfx/geometry/ |
rect_f.cc | 40 RectF UnionRects(const RectF& a, const RectF& b) {
|
rect.cc | 77 Rect UnionRects(const Rect& a, const Rect& b) {
|
rect.h | 95 GFX_EXPORT Rect UnionRects(const Rect& a, const Rect& b);
|
rect_f.h | 88 GFX_EXPORT RectF UnionRects(const RectF& a, const RectF& b);
|
r_tree_base.cc | 172 expanded_rects.push_back(UnionRects(node->rect(), (*i)->rect())); 196 set_rect(UnionRects(rect(), node->rect())); 357 int smallest_overlap_area = UnionRects( 364 UnionRects(low_bounds[p], high_bounds[p]).size().GetArea();
|
rect_unittest.cc | 165 Rect u = UnionRects(r1, r2);
|
/external/chromium_org/cc/resources/ |
picture_pile_unittest.cc | 348 EXPECT_TRUE(small_invalidation.Contains(gfx::UnionRects( 637 gfx::Rect bottom_row = gfx::UnionRects(pile_->tiling().TileBounds(0, 5), 682 gfx::Rect bottom_row_minus_existing_corner = gfx::UnionRects( 727 gfx::Rect right_column = gfx::UnionRects(pile_->tiling().TileBounds(5, 0), 774 gfx::Rect right_column_minus_existing_corner = gfx::UnionRects( 815 UnionRegions(gfx::UnionRects(pile_->tiling().TileBounds(5, 0), 817 gfx::UnionRects(pile_->tiling().TileBounds(0, 5) [all...] |
/external/chromium_org/ui/ozone/platform/dri/ |
dri_surface.cc | 92 SkRect real_damage = RectToSkRect(UnionRects(damage, last_damage_));
|
/external/chromium_org/cc/layers/ |
delegated_frame_provider.cc | 76 gfx::UnionRects(observers_[i].damage, root_pass->damage_rect);
|
video_layer_impl.cc | 365 SetUpdateRect(gfx::UnionRects(update_rect(), gfx::RectF(bounds())));
|
delegated_renderer_layer_impl.cc | 155 gfx::UnionRects(update_rect(), damage_in_layer), gfx::Rect(bounds())));
|
layer_impl.cc | [all...] |
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_stack_view.cc | 414 enclosing_bounds = UnionRects(enclosing_bounds, current_bounds); 423 enclosing_bounds = UnionRects(enclosing_bounds, panel->GetBounds()); 443 enclosing_bounds = UnionRects(enclosing_bounds, panel->GetBounds());
|
/external/chromium_org/ui/views/animation/ |
bounds_animator_unittest.cc | 132 EXPECT_EQ(gfx::UnionRects(target_bounds, initial_bounds),
|
bounds_animator.cc | 235 gfx::Rect total_bounds = gfx::UnionRects(new_bounds, view->bounds());
|
/external/chromium_org/cc/trees/ |
damage_tracker.cc | 291 gfx::UnionRects(layer->update_rect(), layer->damage_rect());
|
damage_tracker_unittest.cc | [all...] |
layer_tree_host_unittest_delegated.cc | 654 EXPECT_EQ(gfx::UnionRects(gfx::Rect(5, 0, 10, 10), [all...] |
/external/chromium_org/content/browser/web_contents/ |
touch_editable_impl_aura.cc | 136 // UnionRects only works for rects with non-zero width. 141 gfx::Rect selection_rect = gfx::UnionRects(anchor, focus);
|
/external/chromium_org/cc/base/ |
tiling_data.cc | 143 return gfx::UnionRects(rect_top_left, rect_bottom_right); 159 return gfx::UnionRects(rect_top_left, rect_bottom_right);
|
tiling_data_unittest.cc | [all...] |
/external/chromium_org/cc/surfaces/ |
surface_aggregator.cc | 250 gfx::UnionRects(dest_pass->damage_rect,
|
/external/chromium_org/athena/wm/ |
split_view_controller.cc | 106 gfx::UnionRects(transformed_bounds, extension_rect);
|
/external/chromium_org/ui/wm/core/ |
window_animations.cc | 252 gfx::UnionRects(world_at_start, world_at_end);
|
/external/chromium_org/ash/shelf/ |
shelf_view_unittest.cc | [all...] |