Searched refs:target_surface_rect (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common.h27 static gfx::Rect CalculateVisibleRect(const gfx::Rect& target_surface_rect,
H A Dlayer_tree_host_common.cc66 const gfx::Rect& target_surface_rect,
74 if (target_surface_rect.Contains(layer_rect_in_target_space))
80 gfx::Rect minimal_surface_rect = target_surface_rect;
106 const gfx::Rect& target_surface_rect,
112 target_surface_rect, layer_bound_rect, layer_in_surface_space, transform);
65 CalculateVisibleRectWithCachedLayerRect( const gfx::Rect& target_surface_rect, const gfx::Rect& layer_bound_rect, const gfx::Rect& layer_rect_in_target_space, const gfx::Transform& transform) argument
105 CalculateVisibleRect( const gfx::Rect& target_surface_rect, const gfx::Rect& layer_bound_rect, const gfx::Transform& transform) argument
H A Dlayer_tree_host_common_unittest.cc2297 gfx::Rect target_surface_rect = gfx::Rect(0, 0, 100, 100); local
2304 target_surface_rect, layer_content_rect, layer_to_surface_transform);
2310 target_surface_rect, layer_content_rect, layer_to_surface_transform);
2317 target_surface_rect, layer_content_rect, layer_to_surface_transform);
2325 gfx::Rect target_surface_rect = gfx::Rect(0, 0, 100, 100); local
2334 target_surface_rect, layer_content_rect, layer_to_surface_transform);
2341 target_surface_rect, layer_content_rect, layer_to_surface_transform);
2349 target_surface_rect, layer_content_rect, layer_to_surface_transform);
2358 gfx::Rect target_surface_rect = gfx::Rect(0, 0, 100, 100); local
2368 target_surface_rect, layer_content_rec
2409 gfx::Rect target_surface_rect = gfx::Rect(0, 0, 100, 100); local
2442 gfx::Rect target_surface_rect = gfx::Rect(0, 0, 100, 100); local
2490 gfx::Rect target_surface_rect = gfx::Rect(0, 0, 100, 100); local
2515 gfx::Rect target_surface_rect = gfx::Rect(-50, -50, 100, 100); local
2553 gfx::Rect target_surface_rect = gfx::Rect(-50, -50, 100, 100); local
[all...]

Completed in 90 milliseconds