Searched defs:RenderSurface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
H A Drender_surface.cc13 RenderSurface::RenderSurface(Layer* owning_layer) function in class:cc::RenderSurface
23 RenderSurface::~RenderSurface() {
34 gfx::RectF RenderSurface::DrawableContentRect() const {
H A Drender_surface.h23 class CC_EXPORT RenderSurface { class in namespace:cc
25 explicit RenderSurface(Layer* owning_layer);
26 ~RenderSurface();
89 // When false, the RenderSurface does not contribute to another target
90 // RenderSurface that is being drawn for the current frame. It could still be
105 void SetNearestAncestorThatMovesPixels(RenderSurface* surface) {
108 const RenderSurface* nearest_ancestor_that_moves_pixels() const {
140 RenderSurface* nearest_ancestor_that_moves_pixels_;
146 DISALLOW_COPY_AND_ASSIGN(RenderSurface);

Completed in 201 milliseconds