Searched refs:LayerIterator (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/cc/layers/ |
D | layer_iterator.cc | 21 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it) { in Begin() 32 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it) { in End() 43 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it) { in Next() 79 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it) { in GoToHighestInSubtree() 105 LayerIterator<Layer, RenderSurfaceLayerList, RenderSurface, FrontToBack>* 108 LayerIterator<Layer, RenderSurfaceLayerList, RenderSurface, FrontToBack>* 111 LayerIterator<Layer, RenderSurfaceLayerList, RenderSurface, FrontToBack>* 114 LayerIterator<Layer, RenderSurfaceLayerList, RenderSurface, FrontToBack>* 118 LayerIterator<LayerImpl, LayerImplList, RenderSurfaceImpl, FrontToBack>* 121 LayerIterator<LayerImpl, LayerImplList, RenderSurfaceImpl, FrontToBack>* [all …]
|
D | layer_iterator.h | 112 class LayerIterator { 113 typedef LayerIterator<LayerType, 119 LayerIterator() : render_surface_layer_list_(NULL) {} in LayerIterator() function 132 bool operator==(const LayerIterator& other) const { 173 LayerIterator(const LayerList* render_surface_layer_list, bool start) in LayerIterator() function 245 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it); 252 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it); 259 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it); 267 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it);
|
D | layer_iterator_unittest.cc | 53 typedef LayerIterator<Layer,
|
/external/chromium_org/cc/trees/ |
D | layer_tree_impl.cc | 408 typedef LayerIterator<LayerImpl, in UpdateDrawProperties() 646 typedef LayerIterator<LayerImpl, in AsValue()
|
D | layer_tree_host.cc | 904 typedef LayerIterator<Layer, in SetPrioritiesForLayers() 1008 typedef LayerIterator<Layer, in PaintLayerContents()
|
D | quad_culler_unittest.cc | 42 typedef LayerIterator<LayerImpl,
|
D | layer_tree_host_common.cc | 2342 typedef LayerIterator<LayerImpl, in FindLayerThatIsHitByPoint()
|
D | occlusion_tracker_unittest.cc | 125 typedef LayerIterator<Layer, 158 typedef LayerIterator<LayerImpl,
|
D | layer_tree_host_impl.cc | 770 typedef LayerIterator<LayerImpl, in CalculateRenderPasses()
|
/external/chromium_org/cc/debug/ |
D | debug_rect_history.cc | 240 typedef LayerIterator<LayerImpl, in SaveLayerAnimationBoundsRects()
|