Home | History | Annotate | Download | only in layers

Lines Matching refs:LayerIteratorType

21 //   typedef LayerIterator<Layer> LayerIteratorType;
23 // LayerIteratorType end =
24 // LayerIteratorType::End(&render_surface_layer_list);
25 // for (LayerIteratorType
26 // it = LayerIteratorType::Begin(&render_surface_layer_list);
105 typedef LayerIterator<LayerType> LayerIteratorType;
113 static LayerIteratorType Begin(
115 return LayerIteratorType(render_surface_layer_list, true);
117 static LayerIteratorType End(
119 return LayerIteratorType(render_surface_layer_list, false);
122 LayerIteratorType& operator++() {
131 bool operator!=(const LayerIteratorType& other) const {