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 int RenderSurfaceImpl::OwningLayerId() const {
61 void RenderSurfaceImpl::SetClipRect(const gfx::Rect& clip_rect) {
69 bool RenderSurfaceImpl::ContentsChanged() const {
73 void RenderSurfaceImpl::SetContentRect(const gfx::Rect& content_rect) {
81 bool RenderSurfaceImpl::SurfacePropertyChanged() const
    [all...]
render_surface_impl.h 33 class CC_EXPORT RenderSurfaceImpl {
35 explicit RenderSurfaceImpl(LayerImpl* owning_layer);
36 virtual ~RenderSurfaceImpl();
42 // Returns the rect that encloses the RenderSurfaceImpl including any
49 void SetNearestOcclusionImmuneAncestor(RenderSurfaceImpl* surface) {
52 const RenderSurfaceImpl* nearest_occlusion_immune_ancestor() const {
171 RenderSurfaceImpl* nearest_occlusion_immune_ancestor_;
181 DISALLOW_COPY_AND_ASSIGN(RenderSurfaceImpl);

Completed in 707 milliseconds