Home
last modified time | relevance | path

Searched refs:LayerIteratorType (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/cc/trees/
Dquad_culler_unittest.cc45 LayerIteratorActions::FrontToBack> LayerIteratorType; typedef
109 LayerIteratorType* it, in AppendQuads()
157 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()
197 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()
237 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()
277 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()
318 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()
384 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()
435 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()
476 LayerIteratorType it = LayerIteratorType::Begin(&render_surface_layer_list); in TEST_F()
[all …]
Dlayer_tree_impl.cc411 LayerIteratorActions::FrontToBack> LayerIteratorType; in UpdateDrawProperties() typedef
412 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list_); in UpdateDrawProperties()
413 for (LayerIteratorType it = in UpdateDrawProperties()
414 LayerIteratorType::Begin(&render_surface_layer_list_); in UpdateDrawProperties()
649 LayerIteratorActions::FrontToBack> LayerIteratorType; in AsValue() typedef
650 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list_); in AsValue()
651 for (LayerIteratorType it = LayerIteratorType::Begin( in AsValue()
Dlayer_tree_host.cc907 LayerIteratorActions::FrontToBack> LayerIteratorType; in SetPrioritiesForLayers() typedef
910 LayerIteratorType end = LayerIteratorType::End(&update_list); in SetPrioritiesForLayers()
911 for (LayerIteratorType it = LayerIteratorType::Begin(&update_list); in SetPrioritiesForLayers()
1011 LayerIteratorActions::FrontToBack> LayerIteratorType; in PaintLayerContents() typedef
1027 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list); in PaintLayerContents()
1028 for (LayerIteratorType it = in PaintLayerContents()
1029 LayerIteratorType::Begin(&render_surface_layer_list); in PaintLayerContents()
Dlayer_tree_host_common.cc2345 LayerIteratorActions::FrontToBack> LayerIteratorType; in FindLayerThatIsHitByPoint() typedef
2346 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list); in FindLayerThatIsHitByPoint()
2348 for (LayerIteratorType in FindLayerThatIsHitByPoint()
2349 it = LayerIteratorType::Begin(&render_surface_layer_list); in FindLayerThatIsHitByPoint()
Dlayer_tree_host_impl.cc773 LayerIteratorActions::FrontToBack> LayerIteratorType; in CalculateRenderPasses() typedef
788 LayerIteratorType end = in CalculateRenderPasses()
789 LayerIteratorType::End(frame->render_surface_layer_list); in CalculateRenderPasses()
790 for (LayerIteratorType it = in CalculateRenderPasses()
791 LayerIteratorType::Begin(frame->render_surface_layer_list); in CalculateRenderPasses()
/external/chromium_org/cc/layers/
Dlayer_iterator.h116 IteratorActionType> LayerIteratorType; typedef
121 static LayerIteratorType Begin(const LayerList* render_surface_layer_list) { in Begin()
122 return LayerIteratorType(render_surface_layer_list, true); in Begin()
124 static LayerIteratorType End(const LayerList* render_surface_layer_list) { in End()
125 return LayerIteratorType(render_surface_layer_list, false); in End()
128 LayerIteratorType& operator++() {
137 bool operator!=(const LayerIteratorType& other) const {
/external/chromium_org/cc/debug/
Ddebug_rect_history.cc243 LayerIteratorActions::FrontToBack> LayerIteratorType; in SaveLayerAnimationBoundsRects() typedef
244 LayerIteratorType end = LayerIteratorType::End(&render_surface_layer_list); in SaveLayerAnimationBoundsRects()
245 for (LayerIteratorType it = in SaveLayerAnimationBoundsRects()
246 LayerIteratorType::Begin(&render_surface_layer_list); in SaveLayerAnimationBoundsRects()