HomeSort by relevance Sort by last modified time
    Searched refs:num_unclipped_descendants (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/layers/
draw_properties.h 30 num_unclipped_descendants(0),
104 int num_unclipped_descendants; member in struct:cc::DrawProperties
layer.h 259 int num_unclipped_descendants() const { function in class:cc::Layer
260 return draw_properties_.num_unclipped_descendants;
layer_impl.h 338 int num_unclipped_descendants() const { function in class:cc::LayerImpl
339 return draw_properties_.num_unclipped_descendants;
delegated_renderer_layer_impl.cc 411 DCHECK_EQ(0, num_unclipped_descendants());
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 311 DCHECK(current_target->num_unclipped_descendants() == 0 ||
1222 int num_unclipped_descendants; member in struct:cc::PreCalculateMetaInformationRecursiveData
    [all...]
layer_tree_host_common_unittest.cc     [all...]

Completed in 85 milliseconds