Home | History | Annotate | Download | only in trees

Lines Matching refs:occlusion_tracker

29 #include "cc/trees/occlusion_tracker.h"
505 scoped_ptr<OcclusionTracker<LayerImpl> > occlusion_tracker;
507 occlusion_tracker.reset(new OcclusionTracker<LayerImpl>(
509 occlusion_tracker->set_minimum_tracking_size(
525 if (occlusion_tracker)
526 occlusion_tracker->EnterLayer(it);
530 occlusion_tracker ? occlusion_tracker->GetCurrentOcclusionForLayer(
540 if (occlusion_tracker)
541 occlusion_tracker->LeaveLayer(it);
554 if (occlusion_tracker)
555 occlusion_tracker->LeaveLayer(it);