Home
last modified time | relevance | path

Searched refs:UnionRects (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/content/renderer/
Dpaint_aggregator_unittest.cc40 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()
Dpaint_aggregator.cc125 gfx::Rect combined_rect = gfx::UnionRects(existing_rect, rect); in InvalidateRect()
Drender_widget.cc1547 gfx::Rect bounds = gfx::UnionRects(update.GetPaintBounds(), scroll_damage); in DoDeferredUpdate()
/external/chromium_org/ui/gfx/
Drect_f.cc40 RectF UnionRects(const RectF& a, const RectF& b) { in UnionRects() function
Drect_f.h87 GFX_EXPORT RectF UnionRects(const RectF& a, const RectF& b);
Drect.cc90 Rect UnionRects(const Rect& a, const Rect& b) { in UnionRects() function
Drect.h100 GFX_EXPORT Rect UnionRects(const Rect& a, const Rect& b);
Drect_unittest.cc161 Rect u = UnionRects(r1, r2); in TEST()
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_stack_view.cc414 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/
Ddelegated_frame_provider.cc76 gfx::UnionRects(observers_[i].damage, root_pass->damage_rect); in SetFrameData()
Dvideo_layer_impl.cc305 set_update_rect(gfx::UnionRects(update_rect(), gfx::RectF(bounds()))); in SetNeedsRedraw()
Ddelegated_renderer_layer_impl.cc152 gfx::UnionRects(update_rect(), damage_in_layer), gfx::Rect(bounds()))); in SetFrameData()
/external/chromium_org/ui/views/animation/
Dbounds_animator_unittest.cc132 EXPECT_EQ(gfx::UnionRects(target_bounds, initial_bounds), in TEST_F()
Dbounds_animator.cc238 gfx::Rect total_bounds = gfx::UnionRects(new_bounds, view->bounds()); in AnimationProgressed()
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_stack_window_cocoa.mm257 enclosing_bounds = UnionRects(enclosing_bounds, target_bounds);
361 enclosing_bounds = UnionRects(enclosing_bounds, panel->GetBounds());
/external/chromium_org/content/browser/web_contents/
Dtouch_editable_impl_aura.cc153 gfx::Rect selection_rect = gfx::UnionRects(anchor, focus); in HandleInputEvent()
/external/chromium_org/ui/views/corewm/
Dwindow_animations.cc222 gfx::UnionRects(world_at_start, world_at_end); in AugmentWindowSize()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_gtk.cc977 gfx::UnionRects(params.anchor_rect, params.focus_rect)); in SelectionBoundsChanged()
Drender_widget_host_view_win.cc714 caret_rect_ = gfx::UnionRects(params.anchor_rect, params.focus_rect); in SelectionBoundsChanged()
Drender_widget_host_view_aura.cc2348 gfx::UnionRects(selection_anchor_rect_, selection_focus_rect_); in GetCaretBounds()
/external/chromium_org/cc/trees/
Ddamage_tracker_unittest.cc1268 gfx::UnionRects(gfx::RectF(15, 16, 32, 33), in TEST_F()
Dlayer_tree_host_unittest_delegated.cc714 EXPECT_EQ(gfx::UnionRects(gfx::RectF(5.f, 0.f, 10.f, 10.f), in PrepareToDrawOnThread()
/external/chromium_org/ash/shelf/
Dshelf_view_unittest.cc1352 gfx::UnionRects(app_button_rect, platform_button_rect).CenterPoint())); in TEST_F()