HomeSort by relevance Sort by last modified time
    Searched defs:RenderSurface (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/layers/
render_surface.cc 13 RenderSurface::RenderSurface(Layer* owning_layer)
23 RenderSurface::~RenderSurface() {
34 gfx::RectF RenderSurface::DrawableContentRect() const {
render_surface.h 23 class CC_EXPORT RenderSurface {
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 585 milliseconds