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

  /external/chromium_org/cc/layers/
render_surface_impl.cc 28 RenderSurfaceImpl::RenderSurfaceImpl(LayerImpl* owning_layer)
43 RenderSurfaceImpl::~RenderSurfaceImpl() {}
45 gfx::RectF RenderSurfaceImpl::DrawableContentRect() const {
56 std::string RenderSurfaceImpl::Name() const {
57 return base::StringPrintf("RenderSurfaceImpl(id=%i,owner=%s)",
62 int RenderSurfaceImpl::OwningLayerId() const {
67 void RenderSurfaceImpl::SetClipRect(gfx::Rect clip_rect) {
75 bool RenderSurfaceImpl::ContentsChanged() const
    [all...]
render_surface_impl.h 31 class CC_EXPORT RenderSurfaceImpl {
33 explicit RenderSurfaceImpl(LayerImpl* owning_layer);
34 virtual ~RenderSurfaceImpl();
42 // Returns the rect that encloses the RenderSurfaceImpl including any
49 void SetNearestAncestorThatMovesPixels(RenderSurfaceImpl* surface) {
52 const RenderSurfaceImpl* nearest_ancestor_that_moves_pixels() const {
172 RenderSurfaceImpl* nearest_ancestor_that_moves_pixels_;
182 DISALLOW_COPY_AND_ASSIGN(RenderSurfaceImpl);

Completed in 199 milliseconds