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

  /external/chromium_org/cc/layers/
render_surface.cc 34 gfx::RectF RenderSurface::DrawableContentRect() const {
render_surface.h 32 gfx::RectF DrawableContentRect() const;
render_surface_impl.h 44 gfx::RectF DrawableContentRect() const;
render_surface_impl.cc 45 gfx::RectF RenderSurfaceImpl::DrawableContentRect() const {
  /external/chromium_org/cc/trees/
damage_tracker.cc 337 gfx::ToEnclosingRect(render_surface->DrawableContentRect());
layer_tree_host_common_unittest.cc     [all...]
layer_tree_host_common.cc 260 // Instead, we will use the surface's DrawableContentRect which is in target
265 gfx::ToEnclosedRect(layer->render_surface()->DrawableContentRect());
    [all...]

Completed in 90 milliseconds