HomeSort by relevance Sort by last modified time
    Searched defs:current_layer (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/layers/
layer_iterator.h 103 LayerType* current_layer; member in struct:cc::LayerIteratorPosition
141 LayerType* operator->() const { return current_layer(); }
142 LayerType* operator*() const { return current_layer(); }
168 position.current_layer = current_layer();
190 inline LayerType* current_layer() const { function in class:cc::LayerIterator
198 current_layer(), target_render_surface_layer()->id());
  /external/chromium_org/cc/trees/
layer_tree_host.cc 510 Layer* current_layer = layer_stack.top(); local
512 current_layer->SetNeedsDisplay();
513 for (unsigned int i = 0; i < current_layer->children().size(); i++) {
514 layer_stack.push(current_layer->child_at(i));
    [all...]
layer_tree_host_common.cc 2306 LayerImpl* current_layer = layer; local
2356 LayerImpl* current_layer = (*it); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 662 unsigned int current_layer; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 342 int current_layer; member in struct:VP9_COMP

Completed in 247 milliseconds