Searched refs:damaged_region (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/platform_window/
H A Dplatform_window_delegate.h33 // Note that |damaged_region| is in the platform-window's coordinates, in
35 virtual void OnDamageRect(const gfx::Rect& damaged_region) = 0;
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_ozone.cc62 virtual void OnDamageRect(const gfx::Rect& damaged_region) OVERRIDE {}
H A Dplatform_viewport_win.cc65 virtual void OnDamageRect(const gfx::Rect& damaged_region) OVERRIDE {
H A Dplatform_viewport_x11.cc78 virtual void OnDamageRect(const gfx::Rect& damaged_region) OVERRIDE {
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_ozone.cc31 void WindowTreeHostOzone::OnDamageRect(const gfx::Rect& damaged_region) { argument
H A Dwindow_tree_host_ozone.h30 virtual void OnDamageRect(const gfx::Rect& damaged_region) OVERRIDE;
H A Dwindow_tree_host_win.h50 virtual void OnDamageRect(const gfx::Rect& damaged_region) OVERRIDE;
H A Dwindow_unittest.cc2746 gfx::SkIRectToRect(root.layer()->damaged_region().getBounds()).
2759 gfx::SkIRectToRect(root.layer()->damaged_region().getBounds()).
/external/chromium_org/ui/ozone/demo/
H A Dozone_demo.cc70 virtual void OnDamageRect(const gfx::Rect& damaged_region) OVERRIDE {}
/external/chromium_org/ui/compositor/
H A Dlayer.h309 const SkRegion& damaged_region() const { return damaged_region_; } function in class:ui::Layer

Completed in 712 milliseconds