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

  /external/chromium_org/cc/trees/
layer_tree_host_common.h 28 static gfx::Rect CalculateVisibleRect(const gfx::Rect& target_surface_rect,
layer_tree_host_common.cc 68 const gfx::Rect& target_surface_rect,
76 if (target_surface_rect.Contains(layer_rect_in_target_space))
82 gfx::Rect minimal_surface_rect = target_surface_rect;
108 const gfx::Rect& target_surface_rect,
114 target_surface_rect, layer_bound_rect, layer_in_surface_space, transform);
    [all...]
layer_tree_host_common_unittest.cc 2264 gfx::Rect target_surface_rect = gfx::Rect(0, 0, 100, 100); local
2292 gfx::Rect target_surface_rect = gfx::Rect(0, 0, 100, 100); local
2325 gfx::Rect target_surface_rect = gfx::Rect(0, 0, 100, 100); local
2376 gfx::Rect target_surface_rect = gfx::Rect(0, 0, 100, 100); local
2409 gfx::Rect target_surface_rect = gfx::Rect(0, 0, 100, 100); local
2457 gfx::Rect target_surface_rect = gfx::Rect(0, 0, 100, 100); local
2482 gfx::Rect target_surface_rect = gfx::Rect(-50, -50, 100, 100); local
2520 gfx::Rect target_surface_rect = gfx::Rect(-50, -50, 100, 100); local
    [all...]

Completed in 2961 milliseconds