/external/chromium_org/content/renderer/ |
D | paint_aggregator_unittest.cc | 40 gfx::Rect expected_bounds = gfx::UnionRects(r1, r2); in TEST() 64 gfx::Rect expected_bounds = gfx::UnionRects(r1, r2); in TEST() 278 gfx::Rect expected_paint_rect = gfx::UnionRects(scroll_rect, paint_rect); in TEST() 299 gfx::Rect expected_paint_rect = gfx::UnionRects(scroll_rect, paint_rect); in TEST()
|
D | paint_aggregator.cc | 125 gfx::Rect combined_rect = gfx::UnionRects(existing_rect, rect); in InvalidateRect()
|
D | render_widget.cc | 1547 gfx::Rect bounds = gfx::UnionRects(update.GetPaintBounds(), scroll_damage); in DoDeferredUpdate()
|
/external/chromium_org/ui/gfx/ |
D | rect_f.cc | 40 RectF UnionRects(const RectF& a, const RectF& b) { in UnionRects() function
|
D | rect_f.h | 87 GFX_EXPORT RectF UnionRects(const RectF& a, const RectF& b);
|
D | rect.cc | 90 Rect UnionRects(const Rect& a, const Rect& b) { in UnionRects() function
|
D | rect.h | 100 GFX_EXPORT Rect UnionRects(const Rect& a, const Rect& b);
|
D | rect_unittest.cc | 161 Rect u = UnionRects(r1, r2); in TEST()
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
D | panel_stack_view.cc | 414 enclosing_bounds = UnionRects(enclosing_bounds, current_bounds); in UpdatePanelsBounds() 423 enclosing_bounds = UnionRects(enclosing_bounds, panel->GetBounds()); in UpdatePanelsBounds() 443 enclosing_bounds = UnionRects(enclosing_bounds, panel->GetBounds()); in GetStackWindowBounds()
|
/external/chromium_org/cc/layers/ |
D | delegated_frame_provider.cc | 76 gfx::UnionRects(observers_[i].damage, root_pass->damage_rect); in SetFrameData()
|
D | video_layer_impl.cc | 305 set_update_rect(gfx::UnionRects(update_rect(), gfx::RectF(bounds()))); in SetNeedsRedraw()
|
D | delegated_renderer_layer_impl.cc | 152 gfx::UnionRects(update_rect(), damage_in_layer), gfx::Rect(bounds()))); in SetFrameData()
|
/external/chromium_org/ui/views/animation/ |
D | bounds_animator_unittest.cc | 132 EXPECT_EQ(gfx::UnionRects(target_bounds, initial_bounds), in TEST_F()
|
D | bounds_animator.cc | 238 gfx::Rect total_bounds = gfx::UnionRects(new_bounds, view->bounds()); in AnimationProgressed()
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
D | panel_stack_window_cocoa.mm | 257 enclosing_bounds = UnionRects(enclosing_bounds, target_bounds); 361 enclosing_bounds = UnionRects(enclosing_bounds, panel->GetBounds());
|
/external/chromium_org/content/browser/web_contents/ |
D | touch_editable_impl_aura.cc | 153 gfx::Rect selection_rect = gfx::UnionRects(anchor, focus); in HandleInputEvent()
|
/external/chromium_org/ui/views/corewm/ |
D | window_animations.cc | 222 gfx::UnionRects(world_at_start, world_at_end); in AugmentWindowSize()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_gtk.cc | 977 gfx::UnionRects(params.anchor_rect, params.focus_rect)); in SelectionBoundsChanged()
|
D | render_widget_host_view_win.cc | 714 caret_rect_ = gfx::UnionRects(params.anchor_rect, params.focus_rect); in SelectionBoundsChanged()
|
D | render_widget_host_view_aura.cc | 2348 gfx::UnionRects(selection_anchor_rect_, selection_focus_rect_); in GetCaretBounds()
|
/external/chromium_org/cc/trees/ |
D | damage_tracker_unittest.cc | 1268 gfx::UnionRects(gfx::RectF(15, 16, 32, 33), in TEST_F()
|
D | layer_tree_host_unittest_delegated.cc | 714 EXPECT_EQ(gfx::UnionRects(gfx::RectF(5.f, 0.f, 10.f, 10.f), in PrepareToDrawOnThread()
|
/external/chromium_org/ash/shelf/ |
D | shelf_view_unittest.cc | 1352 gfx::UnionRects(app_button_rect, platform_button_rect).CenterPoint())); in TEST_F()
|