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

  /external/chromium_org/cc/layers/
draw_properties.h 29 num_descendants_that_draw_content(0),
100 int num_descendants_that_draw_content; member in struct:cc::DrawProperties
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 585 int num_descendants_that_draw_content = local
586 layer->draw_properties().num_descendants_that_draw_content;
592 num_descendants_that_draw_content > 0) {
619 num_descendants_that_draw_content > 0) {
634 num_descendants_that_draw_content > 0 &&
635 (layer->DrawsContent() || num_descendants_that_draw_content > 1);
1246 int num_descendants_that_draw_content = 0; local
    [all...]

Completed in 133 milliseconds