Searched refs:Union (Results 1 - 25 of 219) sorted by path

123456789

/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller_unittest.cc270 contents_view_bounds.Union(view->bounds());
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc1279 active_bounds.Union(child_bounds);
H A Dshelf_view_unittest.cc1334 all_area.Union(button->GetMirroredBounds());
1336 all_area.Union(shelf_view_->GetAppListButtonView()->GetMirroredBounds());
/external/chromium_org/ash/tooltips/
H A Dtooltip_controller_unittest.cc61 contents_view_bounds.Union(view->bounds());
/external/chromium_org/ash/wm/overview/
H A Dscoped_transform_overview_window.cc146 bounds.Union(ScreenUtil::ConvertRectToScreen(window->parent(),
H A Dwindow_selector_panels.cc188 bounding_rect.Union((*iter)->GetBoundsInScreen());
/external/chromium_org/ash/wm/
H A Dwindow_resizer.cc151 work_area.Union(dock_layout->docked_bounds());
222 screen_work_area.Union(dock_layout->docked_bounds());
/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.cc325 bounds->Union(bounds_for_step);
H A Dlayer_animation_controller.cc463 bounds->Union(animation_bounds);
H A Dtransform_operation.cc427 bounds->Union(box_for_arc);
H A Dtransform_operations_unittest.cc1031 empirical_bounds.Union(transformed);
1037 unified_bounds.Union(empirical_bounds);
/external/chromium_org/cc/base/
H A Dinvalidation_region.cc29 void InvalidationRegion::Union(const gfx::Rect& rect) { function in class:cc::InvalidationRegion
30 region_.Union(rect);
H A Dinvalidation_region.h24 void Union(const gfx::Rect& rect);
H A Dregion.cc92 void Region::Union(const gfx::Rect& rect) { function in class:cc::Region
96 void Region::Union(const Region& region) { function in class:cc::Region
H A Dregion.h51 void Union(const gfx::Rect& rect);
52 void Union(const Region& region);
128 result.Union(b);
134 result.Union(b);
H A Dregion_unittest.cc44 r.Union(gfx::Rect(35, 35, 1, 1));
51 r.Union(gfx::Rect(30, 30, 10, 10));
58 r.Union(gfx::Rect(31, 40, 10, 10));
73 r.Union(gfx::Rect(42, 40, 10, 10));
93 r.Union(gfx::Rect(5, 0, 10, 10));
94 r.Union(gfx::Rect(0, 5, 10, 10));
128 r.Union(gfx::Rect(0, 0, 1, 1));
137 r.Union(gfx::Rect(0, 0, 3, 3));
138 r.Union(gfx::Rect(10, 0, 3, 3));
139 r.Union(gf
[all...]
H A Dsimple_enclosed_region.cc20 Union(it.rect());
72 void SimpleEnclosedRegion::Union(const gfx::Rect& new_rect) { function in class:cc::SimpleEnclosedRegion
H A Dsimple_enclosed_region.h61 void Union(const gfx::Rect& new_rect);
62 void Union(const SimpleEnclosedRegion& new_region) { function in class:cc::SimpleEnclosedRegion
63 Union(new_region.rect_);
116 result.Union(b);
H A Dsimple_enclosed_region_unittest.cc97 stuff.Union(gfx::Rect(1, 2, 3, 4));
101 stuff.Union(gfx::Rect(5, 6, 7, 8));
305 r.Union(gfx::Rect(1, 2, 12, 13));
312 r.Union(gfx::Rect(1, 2, 12, 13));
316 TEST(SimpleEnclosedRegionTest, Union) {
320 // Empty Union anything = anything.
321 r.Union(gfx::Rect(4, 5, 6, 7));
324 // Anything Union empty = anything.
325 r.Union(gfx::Rect());
328 // Anything Union containe
[all...]
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.cc330 region.Union(rects[i]);
355 region.Union(rects[i]);
/external/chromium_org/cc/layers/
H A Dlayer.cc802 update_rect_.Union(dirty_rect);
994 update_rect_.Union(layer->update_rect());
H A Dlayer_impl.cc598 update_rect_.Union(layer->update_rect());
H A Dpicture_layer.cc76 pending_invalidation_.Union(rect);
H A Drender_surface.cc38 drawable_content_rect.Union(
H A Drender_surface_impl.cc49 drawable_content_rect.Union(

Completed in 2208 milliseconds

123456789