HomeSort by relevance Sort by last modified time
    Searched refs:content_rect (Results 76 - 94 of 94) sorted by null

1 2 34

  /external/chromium_org/cc/layers/
layer_impl.cc 321 gfx::Rect content_rect(content_bounds());
324 debug_border_quad->SetNew(shared_quad_state, content_rect, color, width);
480 gfx::RectF content_rect = local
484 content_rect.Intersect(gfx::Rect(content_bounds()));
485 return gfx::ToEnclosingRect(content_rect);
    [all...]
heads_up_display_layer_impl.cc 174 gfx::Rect content_rect(content_bounds());
178 content_rect,
179 content_rect,
layer.cc 212 gfx::RectF content_rect = local
216 content_rect.Intersect(gfx::Rect(content_bounds()));
217 return gfx::ToEnclosingRect(content_rect);
    [all...]
layer_unittest.cc 54 gfx::Rect content_rect,
    [all...]
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 64 target_surface->content_rect(),
221 // The render surface for child1 only has a content_rect that encloses
    [all...]
layer_tree_host_common.cc     [all...]
layer_tree_host.cc 960 Resource::MemorySizeBytes(render_surface->content_rect().size(),
    [all...]
layer_tree_host_impl.cc 513 render_surface->content_rect(),
638 gfx::Rect root_target_rect = root_layer->render_surface()->content_rect();
712 root_surface->content_rect());
754 active_tree_->root_layer()->render_surface()->content_rect(),
    [all...]
occlusion_tracker_unittest.cc 97 gfx::Rect content_rect) const {
98 DCHECK(layer->visible_content_rect().Contains(content_rect));
100 content_rect,
105 // Gives an unoccluded sub-rect of |content_rect| in the content space of the
108 gfx::Rect content_rect) const {
109 DCHECK(layer->visible_content_rect().Contains(content_rect));
112 content_rect,
    [all...]
layer_tree_host_common_unittest.cc     [all...]
layer_tree_host_unittest.cc     [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.h 317 RECT* content_rect);
native_theme_win.cc     [all...]
  /external/chromium/chrome/browser/
aeropeek_manager.cc 822 RECT content_rect; local
823 GetClientRect(frame_window_, &content_rect);
828 gfx::Rect content_bounds(content_rect);
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_impl_unittest.cc 668 gfx::Rect content_rect(offset_x, offset_y, step_x, step_y);
669 content_rect.Intersect(gfx::Rect(content_bounds));
674 gfx::Rect canvas_rect(content_rect);
prioritized_tile_set_unittest.cc 43 gfx::Rect a_rect = a->content_rect();
44 gfx::Rect b_rect = b->content_rect();
picture_layer_tiling_unittest.cc 76 EXPECT_TRUE(live_tiles_rect.Intersects((*iter)->content_rect()));
    [all...]
  /external/chromium_org/cc/output/
renderer_pixeltest.cc     [all...]
gl_renderer.cc     [all...]

Completed in 274 milliseconds

1 2 34