HomeSort by relevance Sort by last modified time
    Searched refs:root_surface (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_damage.cc 57 RenderSurfaceImpl* root_surface = variable
60 root_surface->damage_tracker()->current_damage_rect();
119 RenderSurfaceImpl* root_surface = variable
122 root_surface->damage_tracker()->current_damage_rect();
267 RenderSurfaceImpl* root_surface = variable
270 root_surface->damage_tracker()->current_damage_rect();
271 root_damage.Intersect(root_surface->content_rect());
277 EXPECT_EQ(gfx::RectF(root_surface->content_rect()).ToString(),
291 EXPECT_EQ(gfx::RectF(root_surface->content_rect()).ToString(),
327 EXPECT_EQ(gfx::RectF(root_surface->content_rect()).ToString()
408 RenderSurfaceImpl* root_surface = variable
482 RenderSurfaceImpl* root_surface = variable
    [all...]
layer_tree_host_unittest_video.cc 51 RenderSurfaceImpl* root_surface = root_layer->render_surface(); variable
53 root_surface->damage_tracker()->current_damage_rect();
layer_tree_host_impl.cc 675 RenderSurfaceImpl* root_surface = local
678 !root_surface->damage_tracker()->current_damage_rect().Intersects(
679 root_surface->content_rect());
681 !root_surface->layer_list().empty();
    [all...]

Completed in 55 milliseconds